usage: Port to GTK4
This commit is contained in:
parent
696ed350bb
commit
2d762680d2
4 changed files with 81 additions and 78 deletions
|
@ -71,7 +71,7 @@ extern GType cc_ua_panel_get_type (void);
|
|||
extern GType cc_location_panel_get_type (void);
|
||||
extern GType cc_camera_panel_get_type (void);
|
||||
extern GType cc_microphone_panel_get_type (void);
|
||||
//extern GType cc_usage_panel_get_type (void);
|
||||
extern GType cc_usage_panel_get_type (void);
|
||||
extern GType cc_lock_panel_get_type (void);
|
||||
//extern GType cc_diagnostics_panel_get_type (void);
|
||||
|
||||
|
@ -132,7 +132,7 @@ static CcPanelLoaderVtable default_panels[] =
|
|||
//PANEL_TYPE("thunderbolt", cc_bolt_panel_get_type, NULL),
|
||||
#endif
|
||||
PANEL_TYPE("universal-access", cc_ua_panel_get_type, NULL),
|
||||
//PANEL_TYPE("usage", cc_usage_panel_get_type, NULL),
|
||||
PANEL_TYPE("usage", cc_usage_panel_get_type, NULL),
|
||||
//PANEL_TYPE("user-accounts", cc_user_panel_get_type, NULL),
|
||||
#ifdef BUILD_WACOM
|
||||
//PANEL_TYPE("wacom", cc_wacom_panel_get_type, cc_wacom_panel_static_init_func),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue