GNOME Bugzilla – Bug 490195
[gst.URIHandler] interfaces with class-global virtual methods
Last modified: 2007-10-25 16:22:30 UTC
+++ This bug was initially created as a clone of Bug #339279 +++ I get this warning when trying to subclass gst.URIHandler: RuntimeWarning: Interface type gst.URIHandler has no python implementation support
Fixed by: 2007-10-25 Jan Schmidt <Jan.Schmidt@sun.com> * gst/gst.defs: * gst/gst.override: Patch from Alessandro Decina adding get_type_full and get_protocols_full private vfuncs to the URIHandler interface to allow bindings to support creating URI handlers. Partially fixes: #339279