]> git.street.me.uk Git - andy/viking.git/blobdiff - src/garminsymbols.h
Enable Cache conversion in the Python tool viking-cache.py
[andy/viking.git] / src / garminsymbols.h
index 933b33df369bc156ddd8fdb8b1c9c4d89a6f9d68..14452e72956d35bceb75b13846860e92f91a3fba 100644 (file)
 #include <gtk/gtk.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
+G_BEGIN_DECLS
+
 GdkPixbuf *a_get_wp_sym ( const gchar *sym );
+const gchar *a_get_hashed_sym ( const gchar *sym );
 void a_populate_sym_list ( GtkListStore *list );
+/* Use when preferences have changed to reload icons*/
+void clear_garmin_icon_syms ();
+
+G_END_DECLS
 
 #endif