diff src/bar_exif.h @ 1350:9d190c098b97

rewritten exif pane to support arbitrary number of entries
author nadvornik
date Sat, 28 Feb 2009 23:59:02 +0000
parents 55ea4962887a
children 77c3d9dcd6bc
line wrap: on
line diff
--- a/src/bar_exif.h	Sat Feb 28 20:57:26 2009 +0000
+++ b/src/bar_exif.h	Sat Feb 28 23:59:02 2009 +0000
@@ -30,8 +30,9 @@
 #define EXIF_BAR_CUSTOM_COUNT 20
 
 
-GtkWidget *bar_pane_exif_new(const gchar *title, gboolean expanded);
+GtkWidget *bar_pane_exif_new(const gchar *title, gboolean expanded, gboolean populate);
 GtkWidget *bar_pane_exif_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
+void bar_pane_exif_entry_add_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
 
 /* these are exposed for when duplication of the exif bar's text is needed */