Sync documentation arguments

The introspection scanner warns if the header and the source
uses mismatching parameter names.

https://bugzilla.gnome.org/show_bug.cgi?id=657640
This commit is contained in:
Johan Dahlin 2011-08-29 13:50:40 -03:00 committed by Edward Hervey
parent 22acd34c42
commit 61d5670b27

View file

@ -349,7 +349,7 @@ struct _GstIndexClass {
GstObjectClass parent_class; GstObjectClass parent_class;
/*< protected >*/ /*< 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); void (*commit) (GstIndex *index, gint id);