summaryrefslogtreecommitdiff
path: root/navit/bookmarks.c
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-01-29 19:19:48 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2012-01-29 19:19:48 +0000
commit337b48e26f6f20d89042de151389fdf6663b96c4 (patch)
tree61d4cc04bddcf99ef666fe62585502c203cb96a5 /navit/bookmarks.c
parentbdd3237ccb009c5618c49a3c3cb3c4bd0e5a2e04 (diff)
downloadnavit-337b48e26f6f20d89042de151389fdf6663b96c4.tar.gz
Fix:core:Add comments and some #defines for constants
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4917 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/bookmarks.c')
-rw-r--r--navit/bookmarks.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/navit/bookmarks.c b/navit/bookmarks.c
index d74280d31..96c6c6721 100644
--- a/navit/bookmarks.c
+++ b/navit/bookmarks.c
@@ -371,14 +371,12 @@ bookmarks_store_bookmarks_to_file(struct bookmarks *this_, int limit,int replac
return result;
}
-/*
- * bookmarks_get_destination_file
- *
- * returns the name of the file used to store destinations with its
- * full path
- *
- * arg: gboolean create: create the directory where the file is stored
+/**
+ * @param create: create the directory where the file is stored
* if it does not exist
+ * @return The name of the file used to store destinations with its
+ * full path. Should be freed using g_free.
+ *
*/
char*
bookmarks_get_destination_file(gboolean create)