~indicator-applet-developers/indicator-appmenu/trunk

« back to all changes in this revision

Viewing changes to src/window-menus.h

Merging in support for entry-activated from libindicator

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
gboolean window_menus_get_error_state (WindowMenus * wm);
74
74
void window_menus_entry_restore (WindowMenus * wm, IndicatorObjectEntry * entry);
75
75
 
 
76
void window_menus_entry_activate (WindowMenus * wm, IndicatorObjectEntry * entry, guint timestamp);
 
77
 
76
78
G_END_DECLS
77
79
 
78
80
#endif