From: Thiago Santos Date: Thu, 18 Dec 2014 15:04:22 +0000 (-0300) Subject: gstcheck: fix GI annotation X-Git-Tag: 1.6.1~619 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=896b3bfeedca74d2e6035e898745c1d5cdd625b0;p=platform%2Fupstream%2Fgstreamer.git gstcheck: fix GI annotation Add missing : to annotation --- diff --git a/libs/gst/check/gstcheck.c b/libs/gst/check/gstcheck.c index 9e43165..3d75b54 100644 --- a/libs/gst/check/gstcheck.c +++ b/libs/gst/check/gstcheck.c @@ -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. *