diff options
author | Felix Riemann <friemann@gnome.org> | 2012-06-07 15:47:30 +0200 |
---|---|---|
committer | Felix Riemann <friemann@gnome.org> | 2012-07-25 22:26:42 +0200 |
commit | 232292e570192ff41a6509f381953803cf39e188 (patch) | |
tree | 672e68c456a343f17a5353dd89ffc5a8201883e9 /src/eog-window.h | |
parent | 3015f99d84eb1bcd267ef34e7e341a47a740bedd (diff) | |
download | eog-232292e570192ff41a6509f381953803cf39e188.tar.gz |
Provide an app menu
Heavily based on nautilus' app menu implementation.
https://bugzilla.gnome.org/show_bug.cgi?id=674938
Diffstat (limited to 'src/eog-window.h')
-rw-r--r-- | src/eog-window.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/eog-window.h b/src/eog-window.h index e19bcfee..a5c1e581 100644 --- a/src/eog-window.h +++ b/src/eog-window.h @@ -128,6 +128,12 @@ gboolean eog_window_is_not_initializing (const EogWindow *window); void eog_window_reload_image (EogWindow *window); EogDialog *eog_window_get_properties_dialog (EogWindow *window); + +void eog_window_show_about_dialog (EogWindow *window); +void eog_window_show_preferences_dialog (EogWindow *window); + +void eog_window_close (EogWindow *window); + G_END_DECLS #endif |