summaryrefslogtreecommitdiff
path: root/src/eog-window.h
diff options
context:
space:
mode:
authorFelix Riemann <friemann@gnome.org>2015-01-30 22:58:18 +0100
committerFelix Riemann <friemann@gnome.org>2015-01-30 23:17:17 +0100
commit8b74808890afdff86f01e4b2748f3e4733068937 (patch)
tree66592315522c835587ac74a14e230333ec0eb511 /src/eog-window.h
parentad1c325ecea47d1fd7d16f8a564c75971850c481 (diff)
downloadeog-8b74808890afdff86f01e4b2748f3e4733068937.tar.gz
EogWindow: Allow plugin entries in gear menu
Based on the corresponding feature in Totem. https://bugzilla.gnome.org/show_bug.cgi?id=741050
Diffstat (limited to 'src/eog-window.h')
-rw-r--r--src/eog-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eog-window.h b/src/eog-window.h
index 3316c6f2..e2b67f64 100644
--- a/src/eog-window.h
+++ b/src/eog-window.h
@@ -33,6 +33,7 @@
#include <glib.h>
#include <glib-object.h>
+#include <gio/gmenu.h>
#include <gtk/gtk.h>
G_BEGIN_DECLS
@@ -104,6 +105,8 @@ void eog_window_set_mode (EogWindow *window,
EogWindowMode mode);
GtkUIManager *eog_window_get_ui_manager (EogWindow *window);
+GMenu *eog_window_get_gear_menu_section (EogWindow *window,
+ const gchar *id);
EogListStore *eog_window_get_store (EogWindow *window);