location: Port to GTK4

An almost trivial port too.
This commit is contained in:
Georges Basile Stavracas Neto 2021-10-20 17:08:28 -03:00
parent 26630338ba
commit 449c55be3a
4 changed files with 123 additions and 144 deletions

View file

@ -68,7 +68,7 @@ extern GType cc_ua_panel_get_type (void);
#ifdef BUILD_WWAN
//extern GType cc_wwan_panel_get_type (void);
#endif /* BUILD_WWAN */
//extern GType cc_location_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);
@ -110,7 +110,7 @@ static CcPanelLoaderVtable default_panels[] =
//PANEL_TYPE("display", cc_display_panel_get_type, NULL),
PANEL_TYPE("info-overview", cc_info_overview_panel_get_type, NULL),
//PANEL_TYPE("keyboard", cc_keyboard_panel_get_type, NULL),
//PANEL_TYPE("location", cc_location_panel_get_type, NULL),
PANEL_TYPE("location", cc_location_panel_get_type, NULL),
//PANEL_TYPE("lock", cc_lock_panel_get_type, NULL),
//PANEL_TYPE("microphone", cc_microphone_panel_get_type, NULL),
//PANEL_TYPE("mouse", cc_mouse_panel_get_type, NULL),