From 5d8b408e560cac7e9b94230c983722d2d88cd169 Mon Sep 17 00:00:00 2001 From: Alexander Kurtz Date: Tue, 5 Apr 2011 21:10:04 +0200 Subject: [PATCH] x11: Fix Display.display_string bindings --- vapi/x11.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/x11.vapi b/vapi/x11.vapi index c489f271..950c045c 100644 --- a/vapi/x11.vapi +++ b/vapi/x11.vapi @@ -76,7 +76,7 @@ namespace X { public unowned Screen screen_by_id (int screen_number); [CCode (cname = "DisplayString")] - public string display_string (); + public unowned string display_string (); [CCode (cname = "XQLength")] public int event_queue_length (); -- 2.11.4.GIT