discoverer: Fix a gtk-doc gobject-introspection annotation
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Mon, 8 Nov 2010 03:57:52 +0000 (09:27 +0530)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 8 Nov 2010 11:44:28 +0000 (11:44 +0000)
gst_discoverer_discover_uri() expects the caller to unref the returned
GstDiscovererInfo object. The corresponding gtk-doc annotation was not
updated to reflect this.

gst-libs/gst/pbutils/gstdiscoverer.c

index 176800e..0b632c8 100644 (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.
  *
- * Returns: (transfer none): see #GstDiscovererInfo. The caller must free this structure
- * after use.
+ * Returns: see #GstDiscovererInfo. The caller must unref this structure after use.
  * 
  * Since: 0.10.31
  */