[vala/0.10] readline: fix the cname of CompentryFunc
- From: Jürg Billeter <juergbi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/0.10] readline: fix the cname of CompentryFunc
- Date: Fri, 17 Sep 2010 21:45:05 +0000 (UTC)
commit bc710d7af6c4abb5623b0846eb3d4abe7ddc2b3f
Author: Philip Withnall <philip withnall collabora co uk>
Date: Tue Sep 7 17:06:26 2010 +0100
readline: fix the cname of CompentryFunc
vapi/readline.vapi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/readline.vapi b/vapi/readline.vapi
index c0335cc..de10d17 100644
--- a/vapi/readline.vapi
+++ b/vapi/readline.vapi
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]