]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
readline: fix the attempted_completion_function binding
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Tue, 7 Sep 2010 15:10:31 +0000 (16:10 +0100)
committerJürg Billeter <j@bitron.ch>
Fri, 17 Sep 2010 16:26:05 +0000 (18:26 +0200)
Fixes bug 628966.

vapi/readline.vapi

index abe886b1b225fa6e0d9314078ab23508c65099b4..ece78c67b44c0a5d7913e0d7cff8a9b0a0d7077b 100644 (file)
@@ -980,7 +980,7 @@ namespace Readline {
        [CCode (cname = "rl_ignore_some_completions_function")]
        public CompignoreFunc ignore_some_completions_function;
 
-       [CCode (cname = "rl_attempt_completion_function")]
+       [CCode (cname = "rl_attempted_completion_function")]
        public CompletionFunc attempted_completion_function;
 
        [CCode (cname = "rl_basic_word_break_characters")]