[vala/wip/baedert/nullable: 11/25] glib-2.0: unichar.to_string doesn't return null
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/wip/baedert/nullable: 11/25] glib-2.0: unichar.to_string doesn't return null
- Date: Tue, 8 Nov 2016 21:18:59 +0000 (UTC)
commit 9d555d12e2bf3ff352597e4a953ae2e756ee5881
Author: Timm Bäder <mail baedert org>
Date: Sat Nov 5 21:50:43 2016 +0100
glib-2.0: unichar.to_string doesn't return null
vapi/glib-2.0.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index dc9ffbe..58c3ea4 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -937,7 +937,7 @@ public struct unichar {
public int to_utf8 (string? outbuf);
- public string? to_string () {
+ public string to_string () {
string str = (string) new char[7];
this.to_utf8 (str);
return str;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]