Mercurial > geeqie
annotate src/bar_exif.h @ 1792:d75629b9a53f
Update catalan translation, by angel mompo.
author | zas_ |
---|---|
date | Wed, 27 Jan 2010 19:58:11 +0000 |
parents | 0e82a03c165b |
children | 956aab097ea7 |
rev | line source |
---|---|
9 | 1 /* |
196 | 2 * Geeqie |
9 | 3 * (C) 2004 John Ellis |
1284 | 4 * Copyright (C) 2008 - 2009 The Geeqie Team |
9 | 5 * |
6 * Author: John Ellis | |
7 * | |
8 * This software is released under the GNU General Public License (GNU GPL). | |
9 * Please read the included file COPYING for more information. | |
10 * This software comes with no warranty of any kind, use at your own risk! | |
11 */ | |
12 | |
13 | |
14 #ifndef BAR_EXIF_H | |
15 #define BAR_EXIF_H | |
16 | |
1309 | 17 GtkWidget *bar_pane_exif_new_from_config(const gchar **attribute_names, const gchar **attribute_values); |
1469
607c60506863
added a possibility to update existing bars from config
nadvornik
parents:
1353
diff
changeset
|
18 void bar_pane_exif_update_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values); |
607c60506863
added a possibility to update existing bars from config
nadvornik
parents:
1353
diff
changeset
|
19 |
1350
9d190c098b97
rewritten exif pane to support arbitrary number of entries
nadvornik
parents:
1309
diff
changeset
|
20 void bar_pane_exif_entry_add_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values); |
9 | 21 |
95
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
22 /* these are exposed for when duplication of the exif bar's text is needed */ |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
23 |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
24 const gchar **bar_exif_key_list; |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
25 const gint bar_exif_key_count; |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
26 |
eb9bb29cbd65
Fri Nov 3 11:40:48 2006 John Ellis <johne@verizon.net>
gqview
parents:
9
diff
changeset
|
27 |
9 | 28 #endif |
1055
1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents:
645
diff
changeset
|
29 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |