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

doc: fix prototype of function weechat_config_section_free in plugin API reference

This commit is contained in:
Sebastien Helleu
2013-02-13 14:11:17 +01:00
parent f7811b0ae2
commit 49043bf1b0
3 changed files with 3 additions and 3 deletions
+1 -1
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:
+1 -1
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 :
+1 -1
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: