doc: fix prototype of function weechat_config_section_free in plugin API reference

v2.8-utf8proc
Sebastien Helleu 2013-02-13 14:11:17 +01:00
parent f7811b0ae2
commit 49043bf1b0
3 changed files with 3 additions and 3 deletions

View File

@ -5657,7 +5657,7 @@ Prototype:
[source,C]
----------------------------------------
void weechat_config_section_free (struct t_config_option *option);
void weechat_config_section_free (struct t_config_section *section);
----------------------------------------
Arguments:

View File

@ -5721,7 +5721,7 @@ Prototype :
[source,C]
----------------------------------------
void weechat_config_section_free (struct t_config_option *option);
void weechat_config_section_free (struct t_config_section *section);
----------------------------------------
Paramètres :

View File

@ -5668,7 +5668,7 @@ Prototipo:
[source,C]
----------------------------------------
void weechat_config_section_free (struct t_config_option *option);
void weechat_config_section_free (struct t_config_section *section);
----------------------------------------
Argomenti: