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:
@@ -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:
|
||||
|
||||
@@ -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 :
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user