gstcheck: fix GI annotation

Add missing : to annotation
This commit is contained in:
Thiago Santos 2014-12-18 12:04:22 -03:00
parent dd40d99710
commit 896b3bfeed

View file

@ -942,7 +942,7 @@ weak_notify (DestroyedObjectStruct * destroyed, GObject ** object)
/**
* gst_check_objects_destroyed_on_unref:
* @object_to_unref: The #GObject to unref
* @first_object: (allow-none) The first object that should be destroyed as a
* @first_object: (allow-none): The first object that should be destroyed as a
* concequence of unrefing @object_to_unref.
* @... : Additional object that should have been destroyed.
*