]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
readline: fix the cname of CompentryFunc
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 7 Sep 2010 16:06:26 +0000 (17:06 +0100)
committerJürg Billeter <j@bitron.ch>
Fri, 17 Sep 2010 16:26:06 +0000 (18:26 +0200)
vapi/readline.vapi

index c0335cc21c96eb1e20ce583511f73284008cec00..de10d1767b3dee300f4a9b5cd3a631b51db9ac3b 100644 (file)
@@ -27,7 +27,7 @@ namespace Readline {
        public delegate int      CommandFunc (int a, int b);
        [CCode (cname = "rl_completion_func_t", has_target = false, array_length = false, array_null_terminated = true)]
        public delegate string[]? CompletionFunc (string str, int a, int b);
-       [CCode (cname = "rl_quote_func_t", has_target = false)]
+       [CCode (cname = "rl_compentry_func_t", has_target = false)]
        public delegate string?  CompentryFunc (string str, int a);
        [CCode (cname = "rl_quote_func_t", has_target = false)]
        public delegate string   QuoteFunc (string str, int a, string b);