structure: change argument name for docs
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 5 Feb 2013 12:44:06 +0000 (13:44 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 5 Feb 2013 12:44:06 +0000 (13:44 +0100)
gst/gststructure.h

index 059d339..0e43912 100644 (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,