Sync documentation arguments
authorJohan Dahlin <johan@gnome.org>
Mon, 29 Aug 2011 16:50:40 +0000 (13:50 -0300)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 19 Oct 2011 08:20:31 +0000 (10:20 +0200)
The introspection scanner warns if the header and the source
uses mismatching parameter names.

https://bugzilla.gnome.org/show_bug.cgi?id=657640

gst/gstindex.h

index 9447a38..c2086f3 100644 (file)
@@ -349,7 +349,7 @@ struct _GstIndexClass {
   GstObjectClass parent_class;
 
   /*< protected >*/
-  gboolean      (*get_writer_id)        (GstIndex *index, gint *writer_id, gchar *writer_string);
+  gboolean      (*get_writer_id)        (GstIndex *index, gint *id, gchar *writer);
 
   void          (*commit)               (GstIndex *index, gint id);