]> err.no Git - libchamplain/commitdiff
C_ARGS: without parameters are clearly identied
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 13 Apr 2009 08:42:40 +0000 (10:42 +0200)
committerEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 13 Apr 2009 08:42:40 +0000 (10:42 +0200)
bindings/perl/Champlain/xs/ChamplainLayer.xs
bindings/perl/Champlain/xs/ChamplainMapSource.xs
bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs
bindings/perl/Champlain/xs/ChamplainTile.xs
bindings/perl/Champlain/xs/ChamplainView.xs
bindings/perl/Champlain/xs/ChamplainZoomLevel.xs
bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs

index 86fc93085d5c01f65bf58db70f0e50ba65780620..c32b349e7c8e67e0495a553418a74ea73dc78740 100644 (file)
@@ -8,4 +8,5 @@ PROTOTYPES: DISABLE
 
 ChamplainLayer*
 champlain_layer_new (class)
-       C_ARGS:
+       C_ARGS: /* No args */
+
index 8095e43bdae9c07fe25b50361ed9bbe7111dcc79..e00f45980e931a3d2d7df43e4c8b84dfb3d92649 100644 (file)
@@ -8,27 +8,27 @@ PROTOTYPES: DISABLE
 
 ChamplainMapSource*
 champlain_map_source_new_osm_mapnik (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 ChamplainMapSource*
 champlain_map_source_new_oam (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 ChamplainMapSource*
 champlain_map_source_new_mff_relief (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 ChamplainMapSource*
 champlain_map_source_new_osm_cyclemap (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 ChamplainMapSource*
 champlain_map_source_new_osm_osmarender (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 const gchar*
@@ -85,3 +85,4 @@ champlain_map_source_set_license (ChamplainMapSource *map_source, const gchar *l
 
 const gchar*
 champlain_map_source_get_license (ChamplainMapSource *map_source)
+
index f0570f4b59b8d2af93ce9ff70be9581fbb16db1d..f41f11695112fb0a434b6403cc889b39b616c672 100644 (file)
@@ -21,3 +21,4 @@ champlain_network_map_source_set_tile_uri (ChamplainNetworkMapSource *source, co
 
 void
 champlain_network_map_source_get_tile (ChamplainMapSource *source, ChamplainView *view, ChamplainZoomLevel *level, ChamplainTile *tile)
+
index 15f58f49fc4de9337bff796d6ae47cb24cad58c4..0cf6b031b88ae236c4acaa043c145ab5579d4213 100644 (file)
@@ -8,7 +8,7 @@ PROTOTYPES: DISABLE
 
 ChamplainTile*
 champlain_tile_new (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 ChamplainTile*
index bc299196e83192574a275c42a0e73246c7c2e40e..f71d46dd8f9910615711a51bb35ba9b86163c2f1 100644 (file)
@@ -8,7 +8,7 @@ PROTOTYPES: DISABLE
 
 ClutterActor*
 champlain_view_new (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 void
@@ -53,3 +53,4 @@ champlain_view_go_to (ChamplainView *view, gdouble latitude, gdouble longitude)
 
 void
 champlain_view_stop_go_to (ChamplainView *view)
+
index fb38723f49961596f42fce6199f25a1723b76ba6..22d15234930e3aa9fb79c26f8c8322972d5d277c 100644 (file)
@@ -8,7 +8,7 @@ PROTOTYPES: DISABLE
 
 ChamplainZoomLevel*
 champlain_zoom_level_new (class)
-       C_ARGS:
+       C_ARGS: /* No args */
 
 
 gint
@@ -52,4 +52,5 @@ champlain_zoom_level_tile_count (ChamplainZoomLevel *self)
 
 
 ChamplainTile*
-champlain_zoom_level_get_nth_tile (ChamplainZoomLevel *self, guint index);
+champlain_zoom_level_get_nth_tile (ChamplainZoomLevel *self, guint index)
+
index 540ae3a472001253c9cafa932c7abfe775524ed5..dcd41b61ecb30d166b1a88be2856f3ca964f00be 100644 (file)
@@ -13,3 +13,4 @@ champlain_view_embed_new (class, ChamplainView *view)
 
 ChamplainView*
 champlain_view_embed_get_view (ChamplainViewEmbed *embed)
+