From 823d27e8374d117974db054fb7c85aa801f8a6cb Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Tue, 24 Jul 2012 13:26:00 -0700 Subject: [PATCH] introspection: fix some warnings generated by g-ir-scanner. https://bugzilla.gnome.org/show_bug.cgi?id=678301 --- gst/gstobject.c | 6 +++--- gst/gsttoc.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gst/gstobject.c b/gst/gstobject.c index d7df430..39d425f 100644 --- a/gst/gstobject.c +++ b/gst/gstobject.c @@ -477,9 +477,9 @@ gst_object_dispatch_properties_changed (GObject * object, * @object: the #GObject that signalled the notify. * @orig: a #GstObject that initiated the notify. * @pspec: a #GParamSpec of the property. - * @excluded_props: (array zero-terminated=1) (element-type gchar*) - * (allow-none): a set of user-specified properties to exclude or - * NULL to show all changes. + * @excluded_props: (array zero-terminated=1) (element-type gchar*) (allow-none): + * a set of user-specified properties to exclude or NULL to show + * all changes. * * A default deep_notify signal callback for an object. The user data * should contain a pointer to an array of strings that should be excluded diff --git a/gst/gsttoc.c b/gst/gsttoc.c index 0a15156..23b6fbb 100644 --- a/gst/gsttoc.c +++ b/gst/gsttoc.c @@ -616,7 +616,7 @@ gst_toc_entry_append_sub_entry (GstTocEntry * entry, GstTocEntry * subentry) } /** - * gst_toc_entry_get_uid: + * gst_toc_entry_get_sub_entries: * @entry: A #GstTocEntry instance * * Gets the sub-entries of @entry. -- 2.7.4