From a12a7aeb24ca9d310463fba824a47041b4677c25 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 12 May 2009 11:49:55 -0500 Subject: Adding proporties to the private object. --- libdbusmenu-glib/menuitem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libdbusmenu-glib') diff --git a/libdbusmenu-glib/menuitem.c b/libdbusmenu-glib/menuitem.c index 6360079..f228059 100644 --- a/libdbusmenu-glib/menuitem.c +++ b/libdbusmenu-glib/menuitem.c @@ -37,6 +37,7 @@ License version 3 and version 2.1 along with this program. If not, see @id: The ID of this menu item @children: A list of #DbusmenuMenuitem objects that are children to this one. + @properties: All of the properties on this menu item. These are the little secrets that we don't want getting out of data that we have. They can still be gotten using @@ -47,6 +48,7 @@ struct _DbusmenuMenuitemPrivate { guint id; GList * children; + GHashTable * properties; }; /* Properties */ -- cgit v1.2.3