From 964cef8344e4feab18982d561f5857690a8bbbe5 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 3 Feb 2012 13:51:53 +0000 Subject: [PATCH] soup_uri_new: annotate uri_string as nullable Bug: https://bugzilla.gnome.org/show_bug.cgi?id=667637 Signed-off-by: Simon McVittie Reviewed-by: Dan Winship --- libsoup/soup-uri.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsoup/soup-uri.c b/libsoup/soup-uri.c index 313653e..f091a82 100644 --- a/libsoup/soup-uri.c +++ b/libsoup/soup-uri.c @@ -378,7 +378,7 @@ soup_uri_new_with_base (SoupURI *base, const char *uri_string) /** * soup_uri_new: - * @uri_string: a URI + * @uri_string: (allow-none): a URI * * Parses an absolute URI. * -- 2.7.4