[libchamplain/libchamplain-0-4] Add ChamplainView->remove_layer()



commit 2e0679631deda921dbd6b867505f0a445fd38307
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Sat Oct 17 19:19:23 2009 +0200

    Add ChamplainView->remove_layer()

 bindings/perl/Champlain/xs/ChamplainView.xs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/bindings/perl/Champlain/xs/ChamplainView.xs b/bindings/perl/Champlain/xs/ChamplainView.xs
index 884be08..3783e23 100644
--- a/bindings/perl/Champlain/xs/ChamplainView.xs
+++ b/bindings/perl/Champlain/xs/ChamplainView.xs
@@ -146,3 +146,7 @@ champlain_view_add_polygon (ChamplainView *view, ChamplainPolygon *polygon)
 
 void
 champlain_view_remove_polygon (ChamplainView *view, ChamplainPolygon *polygon)
+
+
+void
+champlain_view_remove_layer (ChamplainView *view, ChamplainLayer *layer)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]