]> git.street.me.uk Git - andy/viking.git/blobdiff - src/settings.h
Read OSM Metatile capability and basic test with single example metatile.
[andy/viking.git] / src / settings.h
index c7287b8ad6a2ed8d6b9f432a9e4c1f3babae1a5f..812926e18dd4c6c44bc2943fa762bef507352197 100644 (file)
@@ -44,6 +44,15 @@ gboolean a_settings_get_double ( const gchar *name, gdouble *val );
 
 void a_settings_set_double ( const gchar *name, gdouble val );
 
+/*
+gboolean a_settings_get_integer_list ( const gchar *name, gint *vals, gsize* length );
+
+void a_settings_set_integer_list ( const gchar *name, gint vals[], gsize length );
+*/
+gboolean a_settings_get_integer_list_contains ( const gchar *name, gint val );
+
+void a_settings_set_integer_list_containing ( const gchar *name, gint val );
+
 G_END_DECLS
 
 #endif