]> git.street.me.uk Git - andy/viking.git/blobdiff - src/mapcache.h
added save previous user input string and input label options to datasource search...
[andy/viking.git] / src / mapcache.h
index 72ba76437dbcce778fbb31c5fc7b224f1cddf667..6c68e4be063c97d045ce4d3f2e0738b2f78c671c 100644 (file)
 G_BEGIN_DECLS
 
 void a_mapcache_init ();
-void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint16 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor, const gchar *name );
-GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint16 type, guint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor, const gchar *name );
-void a_mapcache_remove_all_shrinkfactors ( gint x, gint y, gint z, guint16 type, guint zoom );
+void a_mapcache_add ( GdkPixbuf *pixbuf, gint x, gint y, gint z, guint16 type, gint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor, const gchar *name );
+GdkPixbuf *a_mapcache_get ( gint x, gint y, gint z, guint16 type, gint zoom, guint8 alpha, gdouble xshrinkfactor, gdouble yshrinkfactor, const gchar *name );
+void a_mapcache_remove_all_shrinkfactors ( gint x, gint y, gint z, guint16 type, gint zoom );
 void a_mapcache_flush ();
 void a_mapcache_uninit ();
 
+gint a_mapcache_get_size ();
+gint a_mapcache_get_count ();
+
 G_END_DECLS
 
 #endif