2009-03-16 Claudio Saavedra <csaavedra@igalia.com>
[hildon] / src / hildon-app-menu.h
index 779276b..f0a20bb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2008 Nokia Corporation, all rights reserved.
  *
- * Contact: Karl Lattimer <karl.lattimer@nokia.com>
+ * Contact: Rodrigo Novo <rodrigo.novo@nokia.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser Public License as published by
@@ -88,6 +88,16 @@ void
 hildon_app_menu_add_filter                      (HildonAppMenu *menu,
                                                  GtkButton     *filter);
 
+void
+hildon_app_menu_popup                           (HildonAppMenu *menu,
+                                                 GtkWindow     *parent_window);
+
+GList *
+hildon_app_menu_get_items                       (HildonAppMenu *menu);
+
+GList *
+hildon_app_menu_get_filters                     (HildonAppMenu *menu);
+
 G_END_DECLS
 
 #endif /* __HILDON_APP_MENU_H__ */