mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
docs: clarify preset api docs
This commit is contained in:
parent
cd31173b79
commit
bad284be7a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue