]> err.no Git - libchamplain/commitdiff
Python binding cover all champlain-gtk module
authorVictor Poluceno <victorpoluceno@gmail.com>
Tue, 16 Jun 2009 18:31:43 +0000 (15:31 -0300)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sat, 20 Jun 2009 15:58:44 +0000 (11:58 -0400)
bindings/python/champlain-gtk/Makefile.am
bindings/python/champlain-gtk/pychamplaingtk.override

index f620a53ab37becf9de76f4c871825e1b5690aae1..340b24da993bd9291ddd1135575722a87cff3f74 100644 (file)
@@ -33,6 +33,7 @@ pychamplaingtk.c: pychamplaingtk.override pychamplaingtk.defs
                --prefix champlain                      \
                --register $(PYDEFS)/gdk-types.defs     \
                --register $(PYDEFS)/gtk-types.defs     \
+               --register $(top_srcdir)/bindings/python/champlain/pychamplain.defs \
                --override pychamplaingtk.override      \
                pychamplaingtk.defs > $@
 
index fba152e09e0415f0c57aa109bcee3d2c129eafa3..75997be49eded198e4ab18149a7c46efa4a417a9 100644 (file)
@@ -13,3 +13,7 @@ import gtk.Alignment as PyGtkAlignment_Type
 import clutter.Actor as PyClutterActor_Type
 import clutter.Group as PyClutterGroup_Type
 %%
+ignore
+    champlain_view_embed_get_view
+    champlain_view_embed_set_view
+%%