]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikwaypoint.h
Support GPX src field on Waypoints, Tracks and Routes.
[andy/viking.git] / src / vikwaypoint.h
index d7cac9f495c68bb7406037afc000877d8a9b4a7f..a1680058b9b994946e14d9955946850f84a033e6 100644 (file)
@@ -42,6 +42,7 @@ struct _VikWaypoint {
   gchar *name;
   gchar *comment;
   gchar *description;
+  gchar *source;
   gchar *url;
   gchar *image;
   /* a rather misleading, ugly hack needed for trwlayer's click image.
@@ -58,6 +59,7 @@ VikWaypoint *vik_waypoint_new();
 void vik_waypoint_set_name(VikWaypoint *wp, const gchar *name);
 void vik_waypoint_set_comment(VikWaypoint *wp, const gchar *comment);
 void vik_waypoint_set_description(VikWaypoint *wp, const gchar *description);
+void vik_waypoint_set_source(VikWaypoint *wp, const gchar *source);
 void vik_waypoint_set_url(VikWaypoint *wp, const gchar *url);
 void vik_waypoint_set_image(VikWaypoint *wp, const gchar *image);
 void vik_waypoint_set_symbol(VikWaypoint *wp, const gchar *symname);