mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 05:13:06 +02: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));
|
g_application_get_inactivity_timeout (application));
|
||||||
break;
|
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:
|
default:
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user