]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikmaptype.h
Add a preference to control the number of recent files made available.
[andy/viking.git] / src / vikmaptype.h
index d2361087f6fce81044d64a5043d21c55a4ab841f..ae5672d1374361c2d79db1cdfb92c702e830fa31 100644 (file)
@@ -1,11 +1,11 @@
 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 4; tab-width: 4 -*- */
 /*
  * viking
- * Copyright (C) Guilhem Bonnefille 2009 <guilhem.bonnefille@gmail.com>
+ * Copyright (C) 2009, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
  * 
  * viking is free software: you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the
- * Free Software Foundation, either version 3 of the License, or
+ * Free Software Foundation, either version 2 of the License, or
  * (at your option) any later version.
  * 
  * viking is distributed in the hope that it will be useful, but
@@ -48,7 +48,7 @@ struct _VikMapType
 };
 
 GType vik_map_type_get_type (void) G_GNUC_CONST;
-VikMapType *vik_map_type_new_with_id (VikMapsLayer_MapType map_type);
+VikMapType *vik_map_type_new_with_id (VikMapsLayer_MapType map_type, const char *label);
 
 G_END_DECLS