~dbusmenu-team/libdbusmenu/trunk-0-2

« back to all changes in this revision

Viewing changes to libdbusmenu-glib/menuitem-private.h

Changing the GTK layer to look at the realized location instead of the absolute location in the menu ordering.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
G_BEGIN_DECLS
35
35
 
36
36
void dbusmenu_menuitem_buildxml (DbusmenuMenuitem * mi, GPtrArray * array);
 
37
gboolean dbusmenu_menuitem_realized (DbusmenuMenuitem * mi);
 
38
void dbusmenu_menuitem_set_realized (DbusmenuMenuitem * mi);
37
39
 
38
40
G_END_DECLS
39
41