From bd900a6c856c536c783aa7a53e3c6b19f3cb8bf9 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 23 Jan 2012 09:28:18 -0800 Subject: [PATCH] propertyprobe: fix documentation --- gst-libs/gst/interfaces/propertyprobe.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/interfaces/propertyprobe.c b/gst-libs/gst/interfaces/propertyprobe.c index 64d0d39..c287544 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) -- 2.7.4