summaryrefslogtreecommitdiff
path: root/src/eom-window.h
diff options
context:
space:
mode:
authorFelix Riemann <[email protected]>2011-12-19 18:20:30 +0100
committerraveit65 <[email protected]>2018-07-08 12:29:16 +0200
commitb1c0911213e74d91059aaa8442898e52e13368af (patch)
tree535bd586017c56856020abe18397fb579e3775b0 /src/eom-window.h
parent28fbd143cb1752c3b8fd68b7206e1df679830a8b (diff)
downloadeom-b1c0911213e74d91059aaa8442898e52e13368af.tar.bz2
eom-b1c0911213e74d91059aaa8442898e52e13368af.tar.xz
Make Exif/XMP summaries available as sidebar
Makes the data from the properties dialog available as a sidebar. A button opens the details tab in the properties dialog. This is graphically still a bit roughg. Committing it in hopes to get some early feedback. https://bugzilla.gnome.org/show_bug.cgi?id=616438 origin commit: https://git.gnome.org/browse/eog/commit/?id=7ac112f
Diffstat (limited to 'src/eom-window.h')
-rw-r--r--src/eom-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/eom-window.h b/src/eom-window.h
index 8be1e67..630645e 100644
--- a/src/eom-window.h
+++ b/src/eom-window.h
@@ -30,6 +30,7 @@
#include "eom-list-store.h"
#include "eom-image.h"
+#include "eom-dialog.h"
#include <glib.h>
#include <glib-object.h>
@@ -124,6 +125,7 @@ void eom_window_open_file_list (EomWindow *window,
gboolean eom_window_is_empty (EomWindow *window);
void eom_window_reload_image (EomWindow *window);
+EomDialog *eom_window_get_properties_dialog (EomWindow *window);
G_END_DECLS
#endif