Make sure that all timeouts in HildonBanner are removed
[hildon] / hildon / hildon-app-menu-private.h
index dc9ba07..0588b50 100644 (file)
@@ -33,6 +33,8 @@ struct                                          _HildonAppMenuPrivate
     GtkWindow *parent_window;
     GdkWindow *transfer_window;
     gboolean pressed_outside;
+    gboolean inhibit_repack;
+    GtkButton *last_pressed_button;
     GList *buttons;
     GList *filters;
     guint columns;
@@ -48,6 +50,9 @@ hildon_app_menu_set_parent_window              (HildonAppMenu *self,
 gpointer G_GNUC_INTERNAL
 hildon_app_menu_get_parent_window              (HildonAppMenu *self);
 
+gboolean G_GNUC_INTERNAL
+hildon_app_menu_has_visible_children (HildonAppMenu *menu);
+
 G_END_DECLS
 
 #endif /* __HILDON_APP_MENU_PRIVATE_H__ */