mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fully implement app-menu and menubar properties
This commit is contained in:
parent
ac8bc3d407
commit
690596e9fb
@ -606,6 +606,16 @@ g_application_get_property (GObject *object,
|
||||
g_application_get_inactivity_timeout (application));
|
||||
break;
|
||||
|
||||
case PROP_APP_MENU:
|
||||
g_value_set_object (value,
|
||||
g_application_get_app_menu (application));
|
||||
break;
|
||||
|
||||
case PROP_MENUBAR:
|
||||
g_value_set_object (value,
|
||||
g_application_get_menubar (application));
|
||||
break;
|
||||
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user