structure: change argument name for docs

This commit is contained in:
Wim Taymans 2013-02-05 13:44:06 +01:00
parent f989e6f2d7
commit ea6b05d126

View file

@ -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,