mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
structure: change argument name for docs
This commit is contained in:
parent
f989e6f2d7
commit
ea6b05d126
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ GstStructure * gst_structure_new (const gchar * name,
|
|||
|
||||
GstStructure * gst_structure_new_valist (const gchar * name,
|
||||
const gchar * firstfield,
|
||||
va_list lovarargs) G_GNUC_MALLOC;
|
||||
va_list varargs) G_GNUC_MALLOC;
|
||||
|
||||
GstStructure * gst_structure_new_id (GQuark name_quark,
|
||||
GQuark field_quark,
|
||||
|
|
Loading…
Reference in a new issue