]> err.no Git - libchamplain/commitdiff
Ignore _get_type functions for the python bindings (unnecessary in python)
authorMichael Sheldon <mike@mikeasoft.com>
Fri, 27 Feb 2009 13:13:56 +0000 (13:13 +0000)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 1 Mar 2009 20:53:19 +0000 (22:53 +0200)
bindings/python/champlain/pychamplain.override

index fe2023807ec9338e91975f63bd9812c058f503a3..1511cf08557c660d32587eae1f3aefe77df5408a 100644 (file)
@@ -11,3 +11,6 @@ modulename champlain
 import clutter.Actor as PyClutterActor_Type
 import clutter.Group as PyClutterGroup_Type
 %%
+ignore-glob
+        *_get_type
+%%