summaryrefslogtreecommitdiff
path: root/navit/bookmarks.h
diff options
context:
space:
mode:
authorakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-04-28 07:36:39 +0000
committerakashihi <akashihi@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-04-28 07:36:39 +0000
commite32c6dd44a309f77d0c7fe045c630512039f6f8a (patch)
tree130cf02c313d98633c44a4feeec0d5edd172c8ba /navit/bookmarks.h
parent9c8ba04f3f5089732bff2e52a51f26c19622c6a4 (diff)
downloadnavit-e32c6dd44a309f77d0c7fe045c630512039f6f8a.tar.gz
Add:core:Added handling of folders and bookmarks as a different types
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3196 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/bookmarks.h')
-rw-r--r--navit/bookmarks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/navit/bookmarks.h b/navit/bookmarks.h
index 244a4c07c..2f10480b3 100644
--- a/navit/bookmarks.h
+++ b/navit/bookmarks.h
@@ -38,13 +38,14 @@ int bookmarks_rename_bookmark(struct bookmarks *this_, const char *oldName, cons
int bookmarks_del_bookmark(struct bookmarks *this_, const char *description);
struct map* bookmarks_get_map(struct bookmarks *this_);
+enum projection bookmarks_get_projection(struct bookmarks *this_);
void bookmarks_move_root(struct bookmarks *this_);
void bookmarks_move_up(struct bookmarks *this_);
int bookmarks_move_down(struct bookmarks *this_,const char* name);
struct item* bookmarks_get_item(struct bookmarks* this_);
-void bookmarks_rewind_item(struct bookmarks* this_);
+void bookmarks_item_rewind(struct bookmarks* this_);
char* bookmarks_get_user_data_directory(gboolean create);
char* bookmarks_get_destination_file(gboolean create);