annotate src/bar_gps.h @ 1802:956aab097ea7

added 2010 to copyright text
author nadvornik
date Tue, 16 Feb 2010 21:18:03 +0000
parents c6d522fe3e5e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1604
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
1 /*
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
2 * Geeqie
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
3 * (C) 2004 John Ellis
1802
956aab097ea7 added 2010 to copyright text
nadvornik
parents: 1604
diff changeset
4 * Copyright (C) 2008 - 2010 The Geeqie Team
1604
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
5 *
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
6 * Author: Vladimir Nadvornik
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
7 *
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
8 * This software is released under the GNU General Public License (GNU GPL).
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
9 * Please read the included file COPYING for more information.
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
10 * This software comes with no warranty of any kind, use at your own risk!
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
11 */
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
12
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
13 #ifndef BAR_GPS_H
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
14 #define BAR_GPS_H
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
15
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
16 GtkWidget *bar_pane_gps_new(const gchar *id, const gchar *title, const gchar *map_source, const gint zoom,
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
17 const gdouble latitude, const gdouble longitude, gboolean expanded, gint height);
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
18 GtkWidget *bar_pane_gps_new_from_config(const gchar **attribute_names, const gchar **attribute_values);
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
19 void bar_pane_gps_update_from_config(GtkWidget *pane, const gchar **attribute_names, const gchar **attribute_values);
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
20
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
21
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
22 #endif
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
23
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
24
c6d522fe3e5e added GPS map support - patch by Colin Clark
nadvornik
parents:
diff changeset
25 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */