[vala/0.14] libxml-2.0: xmlParseURI and xmlParseURIRaw return a nullable string
- From: JÃrg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.14] libxml-2.0: xmlParseURI and xmlParseURIRaw return a nullable string
- Date: Wed, 30 Nov 2011 14:26:11 +0000 (UTC)
commit c9301d7be7ab7a35de88532a53e82f4690f3c351
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Fri Nov 18 15:20:50 2011 +0100
libxml-2.0: xmlParseURI and xmlParseURIRaw return a nullable string
Fixes bug 664334.
vapi/libxml-2.0.vapi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/libxml-2.0.vapi b/vapi/libxml-2.0.vapi
index d5fdf29..6f88301 100644
--- a/vapi/libxml-2.0.vapi
+++ b/vapi/libxml-2.0.vapi
@@ -869,10 +869,10 @@ namespace Xml {
public static int normalize_uri_path (string path);
[CCode (cname = "xmlParseURI")]
- public static URI parse (string str);
+ public static URI? parse (string str);
[CCode (cname = "xmlParseURIRaw")]
- public static URI parse_raw (string str, bool raw);
+ public static URI? parse_raw (string str, bool raw);
[CCode (cname = "xmlParseURIReference")]
public int parse_reference (string str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]