bluetooth: Port to GTK4
This needs libgnome-bluetooth-2.0, which was recently merged.
This commit is contained in:
parent
b81a180c4f
commit
2b11900b0c
4 changed files with 4 additions and 36 deletions
|
@ -34,7 +34,7 @@
|
|||
extern GType cc_applications_panel_get_type (void);
|
||||
//extern GType cc_background_panel_get_type (void);
|
||||
#ifdef BUILD_BLUETOOTH
|
||||
//extern GType cc_bluetooth_panel_get_type (void);
|
||||
extern GType cc_bluetooth_panel_get_type (void);
|
||||
#endif /* BUILD_BLUETOOTH */
|
||||
//extern GType cc_color_panel_get_type (void);
|
||||
//extern GType cc_date_time_panel_get_type (void);
|
||||
|
@ -100,7 +100,7 @@ static CcPanelLoaderVtable default_panels[] =
|
|||
PANEL_TYPE("applications", cc_applications_panel_get_type, NULL),
|
||||
//PANEL_TYPE("background", cc_background_panel_get_type, NULL),
|
||||
#ifdef BUILD_BLUETOOTH
|
||||
//PANEL_TYPE("bluetooth", cc_bluetooth_panel_get_type, NULL),
|
||||
PANEL_TYPE("bluetooth", cc_bluetooth_panel_get_type, NULL),
|
||||
#endif
|
||||
PANEL_TYPE("camera", cc_camera_panel_get_type, NULL),
|
||||
//PANEL_TYPE("color", cc_color_panel_get_type, NULL),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue