From 61d5670b27a163b697039cb442335fcb88e2676b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 29 Aug 2011 13:50:40 -0300 Subject: [PATCH] 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 --- gst/gstindex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstindex.h b/gst/gstindex.h index 9447a38c2e..c2086f31ea 100644 --- a/gst/gstindex.h +++ b/gst/gstindex.h @@ -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);