mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
propertyprobe: fix documentation
This commit is contained in:
parent
c433ef9b70
commit
bd900a6c85
1 changed files with 2 additions and 2 deletions
|
@ -105,8 +105,8 @@ gst_property_probe_iface_init (GstPropertyProbeInterface * iface)
|
||||||
*
|
*
|
||||||
* Get a list of properties for which probing is supported.
|
* Get a list of properties for which probing is supported.
|
||||||
*
|
*
|
||||||
* Returns: the list of properties for which probing is supported
|
* Returns: the list of #GParamSpec * pointers representing
|
||||||
* by this element.
|
* properties for which probing is supported by this element.
|
||||||
*/
|
*/
|
||||||
const GList *
|
const GList *
|
||||||
gst_property_probe_get_properties (GstPropertyProbe * probe)
|
gst_property_probe_get_properties (GstPropertyProbe * probe)
|
||||||
|
|
Loading…
Reference in a new issue