Re: [Vala] Interface static method

2015-07-08 Thread yannick inizan
yes I try to implement this interface. We can't override 'get_protocols' or 'get_type' (no suitable method found to override) . Override get_protocols (Type type) in Vala gives my_class_get_protocols (GstURIHandler* handler, GType type) which is different than method_get_protocols (GType type) for

[Vala] GXml 0.6.0 Released

2015-07-08 Thread Daniel Espinosa
GXml library to provide XML parsing and manipulation capabilities. It is written in Vala and provides: * DOM API implementing at least W3C DOM Level 1 Core * Serialization framework to XML, using existing implementations or create custome ones. * A pure Vala XML tree generator classes * A

Re: [Vala] Interface static method

2015-07-08 Thread Jens Georg
my question is simple : How implement static method c interface ? Yet I have no idea what you are trying to do. Are you trying to implement URIHandler interface in Vala? An exemple with GStreamer URIHandler : http://cgit.freedesktop.org/gstreamer/gstreamer/tree/gst/gsturi.h get_protocols