diff src/bar_exif.h @ 1309:55ea4962887a

config file format changed to XML save and restore all layout windows save and restore sidebar configuration
author nadvornik
date Sun, 22 Feb 2009 15:35:37 +0000
parents 48e064b37ba6
children 9d190c098b97
line wrap: on
line diff
--- a/src/bar_exif.h	Sun Feb 22 13:29:49 2009 +0000
+++ b/src/bar_exif.h	Sun Feb 22 15:35:37 2009 +0000
@@ -30,8 +30,8 @@
 #define EXIF_BAR_CUSTOM_COUNT 20
 
 
-GtkWidget *bar_pane_exif_new(const gchar *title);
-
+GtkWidget *bar_pane_exif_new(const gchar *title, gboolean expanded);
+GtkWidget *bar_pane_exif_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
 
 /* these are exposed for when duplication of the exif bar's text is needed */