[vala/0.10] readline: fix the attempted_completion_function binding
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.10] readline: fix the attempted_completion_function binding
- Date: Fri, 17 Sep 2010 21:44:55 +0000 (UTC)
commit 784ac44efbf431bf4bd1286626ed4ecc3ad17a43
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Sep 7 16:10:31 2010 +0100
readline: fix the attempted_completion_function binding
Fixes bug 628966.
vapi/readline.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/readline.vapi b/vapi/readline.vapi
index abe886b..ece78c6 100644
--- a/vapi/readline.vapi
+++ b/vapi/readline.vapi
@@ -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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]