pulsesink: add since docs for new property.

This commit is contained in:
Stefan Kost 2010-09-06 09:57:10 +03:00
parent 3b91ea7c81
commit fc73dd210d

View file

@ -1843,6 +1843,13 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass)
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
#endif
/**
* GstPulseSink:client
*
* The PulseAudio client name to use
*
* Since: 0.10.25
*/
g_object_class_install_property (gobject_class,
PROP_CLIENT,
g_param_spec_string ("client", "Client",