From b5286f056082b10a32cbf548778e45d1ab4d1bca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 6 Mar 2019 19:46:46 +0100 Subject: [PATCH] gsturi: Fix annotation on get_path to return a nullable Use proper syntax or the (nullable): part will be part of the description --- gst/gsturi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gsturi.c b/gst/gsturi.c index 4b1d47f..a5b7190 100644 --- a/gst/gsturi.c +++ b/gst/gsturi.c @@ -2247,8 +2247,8 @@ gst_uri_set_port (GstUri * uri, guint port) * * Extract the path string from the URI object. * - * Returns: (transfer full): (nullable): The path from the URI. Once finished - * with the string should be g_free()'d. + * Returns: (transfer full) (nullable): The path from the URI. Once finished + * with the string should be g_free()'d. * * Since: 1.6 */ -- 2.7.4