introspection: fix some warnings generated by g-ir-scanner.
authorEvan Nemerson <evan@coeus-group.com>
Tue, 24 Jul 2012 20:26:00 +0000 (13:26 -0700)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 10 Aug 2012 14:05:10 +0000 (15:05 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=678301

gst/gstobject.c
gst/gsttoc.c

index d7df430..39d425f 100644 (file)
@@ -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
index 0a15156..23b6fbb 100644 (file)
@@ -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.