summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-01-23 09:28:18 -0800
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-01-25 14:19:32 +0000
commit775bc140f94a7da11106165776f885e0f9b1aa64 (patch)
tree644dfe0b4b7342124c2438b2bf8d3eef01893547
parent791334341b47020cd39bda4b5a291aaffc4ea40d (diff)
propertyprobe: fix documentation
-rw-r--r--gst-libs/gst/interfaces/propertyprobe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-libs/gst/interfaces/propertyprobe.c b/gst-libs/gst/interfaces/propertyprobe.c
index 64d0d395e..c28754472 100644
--- a/gst-libs/gst/interfaces/propertyprobe.c
+++ b/gst-libs/gst/interfaces/propertyprobe.c
@@ -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)