GNOME Bugzilla – Bug 710018
GObject introspection improvements
Last modified: 2014-02-25 22:28:37 UTC
Created attachment 257130 [details] [review] Fixes GIR warnings The attached patch fixes several issues revealed by g-ir-scanner and g-ir-compiler by updating API comments.
Created attachment 257131 [details] [review] Fixes GIR warnings Added one more annotation.
Review of attachment 257131 [details] [review]: Looks good except ::: gst/rtsp-server/rtsp-context.c @@ +31,2 @@ /** + * gst_rtsp_context_get_current: (skip) Why skip this? This seems useful for bindings too
It returns GstRTSPContext, which is a simple struct and not a boxed type, therefore it usually cannot get bind.
That should probably be fixed then :)
commit e756324490490761e4027639caaa6589ab335b1b Author: Sebastian Pölsterl <sebp@k-d-w.org> Date: Sat Oct 12 23:56:00 2013 +0200 Fixed several GIR warnings
commit d443f8546b075f64774678ecb860b3c8eb3b5079 Author: Wim Taymans <wim.taymans@gmail.com> Date: Tue Nov 12 11:21:55 2013 +0100 context: defing a GType for the context Fixes https://bugzilla.gnome.org/show_bug.cgi?id=710018