gstcheck: fix GI annotation
authorThiago Santos <thiagoss@osg.samsung.com>
Thu, 18 Dec 2014 15:04:22 +0000 (12:04 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Thu, 18 Dec 2014 15:04:22 +0000 (12:04 -0300)
Add missing : to annotation

libs/gst/check/gstcheck.c

index 9e43165..3d75b54 100644 (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.
  *