From 6ca9efc8072e49666ba43a734f9b1351efb23320 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Mon, 13 Apr 2009 10:42:40 +0200 Subject: [PATCH] C_ARGS: without parameters are clearly identied --- bindings/perl/Champlain/xs/ChamplainLayer.xs | 3 ++- bindings/perl/Champlain/xs/ChamplainMapSource.xs | 11 ++++++----- .../perl/Champlain/xs/ChamplainNetworkMapSource.xs | 1 + bindings/perl/Champlain/xs/ChamplainTile.xs | 2 +- bindings/perl/Champlain/xs/ChamplainView.xs | 3 ++- bindings/perl/Champlain/xs/ChamplainZoomLevel.xs | 5 +++-- bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs | 1 + 7 files changed, 16 insertions(+), 10 deletions(-) diff --git a/bindings/perl/Champlain/xs/ChamplainLayer.xs b/bindings/perl/Champlain/xs/ChamplainLayer.xs index 86fc930..c32b349 100644 --- a/bindings/perl/Champlain/xs/ChamplainLayer.xs +++ b/bindings/perl/Champlain/xs/ChamplainLayer.xs @@ -8,4 +8,5 @@ PROTOTYPES: DISABLE ChamplainLayer* champlain_layer_new (class) - C_ARGS: + C_ARGS: /* No args */ + diff --git a/bindings/perl/Champlain/xs/ChamplainMapSource.xs b/bindings/perl/Champlain/xs/ChamplainMapSource.xs index 8095e43..e00f459 100644 --- a/bindings/perl/Champlain/xs/ChamplainMapSource.xs +++ b/bindings/perl/Champlain/xs/ChamplainMapSource.xs @@ -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) + diff --git a/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs b/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs index f0570f4..f41f116 100644 --- a/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs +++ b/bindings/perl/Champlain/xs/ChamplainNetworkMapSource.xs @@ -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) + diff --git a/bindings/perl/Champlain/xs/ChamplainTile.xs b/bindings/perl/Champlain/xs/ChamplainTile.xs index 15f58f4..0cf6b03 100644 --- a/bindings/perl/Champlain/xs/ChamplainTile.xs +++ b/bindings/perl/Champlain/xs/ChamplainTile.xs @@ -8,7 +8,7 @@ PROTOTYPES: DISABLE ChamplainTile* champlain_tile_new (class) - C_ARGS: + C_ARGS: /* No args */ ChamplainTile* diff --git a/bindings/perl/Champlain/xs/ChamplainView.xs b/bindings/perl/Champlain/xs/ChamplainView.xs index bc29919..f71d46d 100644 --- a/bindings/perl/Champlain/xs/ChamplainView.xs +++ b/bindings/perl/Champlain/xs/ChamplainView.xs @@ -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) + diff --git a/bindings/perl/Champlain/xs/ChamplainZoomLevel.xs b/bindings/perl/Champlain/xs/ChamplainZoomLevel.xs index fb38723..22d1523 100644 --- a/bindings/perl/Champlain/xs/ChamplainZoomLevel.xs +++ b/bindings/perl/Champlain/xs/ChamplainZoomLevel.xs @@ -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) + diff --git a/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs b/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs index 540ae3a..dcd41b6 100644 --- a/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs +++ b/bindings/perl/Champlain/xs/Gtk2ChamplainViewEmbed.xs @@ -13,3 +13,4 @@ champlain_view_embed_new (class, ChamplainView *view) ChamplainView* champlain_view_embed_get_view (ChamplainViewEmbed *embed) + -- 2.39.5