1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

Update developer guide (add 50% of new C API functions)

This commit is contained in:
Sebastien Helleu
2008-11-07 18:27:16 +01:00
parent bc5bb29970
commit 67d8312f46
30 changed files with 14538 additions and 11886 deletions
+3 -3
View File
@@ -1583,7 +1583,7 @@ static XS (XS_weechat_api_config_string)
static XS (XS_weechat_api_config_color)
{
int value;
char *result;
dXSARGS;
/* make C compiler happy */
@@ -1601,9 +1601,9 @@ static XS (XS_weechat_api_config_color)
PERL_RETURN_INT(0);
}
value = weechat_config_color (script_str2ptr (SvPV (ST (0), PL_na))); /* option */
result = weechat_config_color (script_str2ptr (SvPV (ST (0), PL_na))); /* option */
PERL_RETURN_INT(value);
PERL_RETURN_STRING(result);
}
/*