After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 401381 - GstRegistry signals documentation is missing
GstRegistry signals documentation is missing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal minor
: 0.10.12
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-27 16:53 UTC by René Stadler
Modified: 2007-01-27 18:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description René Stadler 2007-01-27 16:53:24 UTC
The "plugin-added" and "feature-added" signals are missing from GstRegistry's documentation.  gtk-doc seems to ignore them, for no particular reason.
Comment 1 Tim-Philipp Müller 2007-01-27 18:46:26 UTC
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).