GNOME Bugzilla – Bug 401381
GstRegistry signals documentation is missing
Last modified: 2007-01-27 18:46:26 UTC
The "plugin-added" and "feature-added" signals are missing from GstRegistry's documentation. gtk-doc seems to ignore them, for no particular reason.
The _get_type() function needs to be in gstreamer.types.in for the signal introspection to work. 2007-01-27 Tim-Philipp Müller <tim at centricular dot net> * docs/gst/gstreamer.types.in: * gst/gstregistry.c: (gst_registry_class_init): Document registry signals and make gtk-doc pick them up (#401381). Now the only question is why the signal arguments are of G_TYPE_POINTER and not GST_TYPE_PLUGIN/FEATURE (the ChangeLog entry that documents why this was changed at some point, ages ago, is incredibly useless unfortunately).