[libsoup] soup_uri_new: annotate uri_string as nullable



commit 964cef8344e4feab18982d561f5857690a8bbbe5
Author: Simon McVittie <simon mcvittie collabora co uk>
Date:   Fri Feb 3 13:51:53 2012 +0000

    soup_uri_new: annotate uri_string as nullable
    
    Bug: https://bugzilla.gnome.org/show_bug.cgi?id=667637
    Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
    Reviewed-by: Dan Winship <danw gnome org>

 libsoup/soup-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]