]> git.street.me.uk Git - andy/viking.git/blobdiff - src/dialog.h
Expose VikSlippyMapSource's private fields as properties
[andy/viking.git] / src / dialog.h
index 2c1d93f19ef922b69e2a9e55dc04c3aaac7530ec..7a8d77f975754e22ecd3a2fdafdce188aa01be68 100644 (file)
@@ -50,6 +50,7 @@ void a_dialog_about ( GtkWindow *parent );
 gboolean a_dialog_goto_latlon ( GtkWindow *parent, struct LatLon *ll, const struct LatLon *old );
 gboolean a_dialog_goto_utm ( GtkWindow *parent, struct UTM *utm, const struct UTM *old );
 
+/* if *dest is non-null, uses it as a default and frees it */
 gboolean a_dialog_new_waypoint ( GtkWindow *parent, gchar **dest, VikWaypoint *wp, GHashTable *waypoints, VikCoordMode coord_mode );
 
 gchar *a_dialog_new_track ( GtkWindow *parent, GHashTable *tracks );
@@ -61,4 +62,6 @@ gboolean a_dialog_time_threshold ( GtkWindow *parent, gchar *title_text, gchar *
 void a_dialog_choose_dir ( GtkWidget *entry );
 
 gboolean a_dialog_map_n_zoom(GtkWindow *parent, gchar *mapnames[], gint default_map, gchar *zoom_list[], gint default_zoom, gint *selected_map, gint *selected_zoom);
+
+GList *a_dialog_select_from_list ( GtkWindow *parent, GHashTable *tracks, GList *track_names, gboolean multiple_selection_allowed, const gchar *title, const gchar *msg );
 #endif