discoverer: Fix a gtk-doc gobject-introspection annotation

gst_discoverer_discover_uri() expects the caller to unref the returned
GstDiscovererInfo object. The corresponding gtk-doc annotation was not
updated to reflect this.
This commit is contained in:
Arun Raghavan 2010-11-08 09:27:52 +05:30 committed by Tim-Philipp Müller
parent d392994597
commit 5cb8b39c2c

View file

@ -1318,8 +1318,7 @@ gst_discoverer_discover_uri_async (GstDiscoverer * discoverer,
* *
* A copy of @uri will be done internally, the caller can safely g_free() afterwards. * A copy of @uri will be done internally, the caller can safely g_free() afterwards.
* *
* Returns: (transfer none): see #GstDiscovererInfo. The caller must free this structure * Returns: see #GstDiscovererInfo. The caller must unref this structure after use.
* after use.
* *
* Since: 0.10.31 * Since: 0.10.31
*/ */