summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2012-01-23 09:28:18 -0800
committerDavid Schleef <ds@schleef.org>2012-01-23 09:29:45 -0800
commitbd900a6c856c536c783aa7a53e3c6b19f3cb8bf9 (patch)
tree41b0c5360b4d528f13ac4f3a59bf50e720deca39
parentc433ef9b701f48bae2d0268323d4f69972b91c7f (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)