[vala/0.14] readline: Make the parameter of VcpFunc be nullable



commit a24586f978b22e922723a631f31e98ca9c8e4a53
Author: Philip Withnall <philip tecnocode co uk>
Date:   Fri Jan 13 19:31:32 2012 +0000

    readline: Make the parameter of VcpFunc be nullable
    
    Fixes bug 667893.

 vapi/readline.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/readline.vapi b/vapi/readline.vapi
index e130fef..6ff09fd 100644
--- a/vapi/readline.vapi
+++ b/vapi/readline.vapi
@@ -54,7 +54,7 @@ namespace Readline {
 	[CCode (cname = "rl_vintfunc_t", has_target = false)]
 	public delegate void     VintFunc (int a);
 	[CCode (cname = "rl_vcpfunc_t", has_target = false)]
-	public delegate void     VcpFunc (string s);
+	public delegate void     VcpFunc (string? s);
 	[CCode (cname = "rl_vcppfunc_t", has_target = false)]
 	public delegate void     VcppFunc (string[] s);
 	[CCode (cname = "rl_cpvfunc_t", has_target = false)]



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