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);