mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
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:
parent
22acd34c42
commit
61d5670b27
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue