docs: clarify preset api docs

This commit is contained in:
Stefan Kost 2009-10-15 12:16:05 +03:00
parent cd31173b79
commit bad284be7a

View file

@ -922,8 +922,8 @@ gst_preset_load_preset (GstPreset * preset, const gchar * name)
* @preset: a #GObject that implements #GstPreset
* @name: preset name to save
*
* Save the current preset under the given name. If there is already a preset by
* this @name it will be overwritten.
* Save the current object settings as a preset under the given name. If there
* is already a preset by this @name it will be overwritten.
*
* Returns: %TRUE for success, %FALSE
*