From: Michael Sheldon Date: Fri, 27 Feb 2009 13:13:56 +0000 (+0000) Subject: Ignore _get_type functions for the python bindings (unnecessary in python) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec96f0fb0af1a88f0ea16dc9da79cdc08ae914e;p=libchamplain Ignore _get_type functions for the python bindings (unnecessary in python) --- diff --git a/bindings/python/champlain/pychamplain.override b/bindings/python/champlain/pychamplain.override index fe20238..1511cf0 100644 --- a/bindings/python/champlain/pychamplain.override +++ b/bindings/python/champlain/pychamplain.override @@ -11,3 +11,6 @@ modulename champlain import clutter.Actor as PyClutterActor_Type import clutter.Group as PyClutterGroup_Type %% +ignore-glob + *_get_type +%%