annotate src/advanced_exif.h @ 1802:956aab097ea7

added 2010 to copyright text
author nadvornik
date Tue, 16 Feb 2010 21:18:03 +0000
parents d9e918eb917c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
1 /*
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
2 * Geeqie
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
3 * (C) 2004 John Ellis
1802
956aab097ea7 added 2010 to copyright text
nadvornik
parents: 1537
diff changeset
4 * Copyright (C) 2008 - 2010 The Geeqie Team
1293
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
5 *
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
6 * Author: John Ellis
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
7 *
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
8 * This software is released under the GNU General Public License (GNU GPL).
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
9 * Please read the included file COPYING for more information.
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
10 * This software comes with no warranty of any kind, use at your own risk!
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
11 */
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
12
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
13
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
14 #ifndef ADVANCED_EXIF_H
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
15 #define ADVANCED_EXIF_H
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
16
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
17
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
18 GtkWidget *advanced_exif_new(void);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
19
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
20 void advanced_exif_set_fd(GtkWidget *bar, FileData *fd);
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
21
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
22 #endif
48e064b37ba6 separated "normal" and advanced exif, "Normal" exif is now in the
nadvornik
parents:
diff changeset
23 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */