]> git.street.me.uk Git - andy/viking.git/blobdiff - src/vikmaptype.h
Ensure vtl created in acquire operation runs post read stage.
[andy/viking.git] / src / vikmaptype.h
index d2361087f6fce81044d64a5043d21c55a4ab841f..42020c3d6bcd840e3c086aeb4d9df4186645b4d5 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- 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
@@ -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