summaryrefslogtreecommitdiff
path: root/src/gclue-location.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclue-location.h')
-rw-r--r--src/gclue-location.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gclue-location.h b/src/gclue-location.h
index 8338002..bbe2daa 100644
--- a/src/gclue-location.h
+++ b/src/gclue-location.h
@@ -145,7 +145,8 @@ GType gclue_location_get_type (void);
GClueLocation *gclue_location_new (gdouble latitude,
gdouble longitude,
- gdouble accuracy);
+ gdouble accuracy,
+ const char *description);
GClueLocation *gclue_location_new_full
(gdouble latitude,