introspection: fix some warnings generated by g-ir-scanner.

https://bugzilla.gnome.org/show_bug.cgi?id=678301
This commit is contained in:
Evan Nemerson 2012-07-24 13:26:00 -07:00 committed by Tim-Philipp Müller
parent 237f707c75
commit 823d27e837
2 changed files with 4 additions and 4 deletions

View file

@ -477,9 +477,9 @@ gst_object_dispatch_properties_changed (GObject * object,
* @object: the #GObject that signalled the notify. * @object: the #GObject that signalled the notify.
* @orig: a #GstObject that initiated the notify. * @orig: a #GstObject that initiated the notify.
* @pspec: a #GParamSpec of the property. * @pspec: a #GParamSpec of the property.
* @excluded_props: (array zero-terminated=1) (element-type gchar*) * @excluded_props: (array zero-terminated=1) (element-type gchar*) (allow-none):
* (allow-none): a set of user-specified properties to exclude or * a set of user-specified properties to exclude or NULL to show
* NULL to show all changes. * all changes.
* *
* A default deep_notify signal callback for an object. The user data * 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 * should contain a pointer to an array of strings that should be excluded

View 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 * @entry: A #GstTocEntry instance
* *
* Gets the sub-entries of @entry. * Gets the sub-entries of @entry.