propertyprobe: fix documentation
authorDavid Schleef <ds@schleef.org>
Mon, 23 Jan 2012 17:28:18 +0000 (09:28 -0800)
committerDavid Schleef <ds@schleef.org>
Mon, 23 Jan 2012 17:29:45 +0000 (09:29 -0800)
gst-libs/gst/interfaces/propertyprobe.c

index 64d0d39..c287544 100644 (file)
@@ -105,8 +105,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface * iface)
  *
  * Get a list of properties for which probing is supported.
  *
- * Returns: the list of properties for which probing is supported
- * by this element.
+ * Returns: the list of #GParamSpec * pointers representing 
+ * properties for which probing is supported by this element.
  */
 const GList *
 gst_property_probe_get_properties (GstPropertyProbe * probe)