[glib/wip/gmenu] Fully implement app-menu and menubar properties
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/gmenu] Fully implement app-menu and menubar properties
- Date: Sun, 4 Dec 2011 03:27:53 +0000 (UTC)
commit 98af9c97832dfa4a78b57dd283c510194bad4425
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 3 22:26:59 2011 -0500
Fully implement app-menu and menubar properties
gio/gapplication.c | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index d2c5993..feda000 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -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 ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]