doc: fix prototype of function weechat_config_section_free in plugin API reference
This commit is contained in:
parent
f7811b0ae2
commit
49043bf1b0
@ -5657,7 +5657,7 @@ Prototype:
|
|||||||
|
|
||||||
[source,C]
|
[source,C]
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
void weechat_config_section_free (struct t_config_option *option);
|
void weechat_config_section_free (struct t_config_section *section);
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
|
@ -5721,7 +5721,7 @@ Prototype :
|
|||||||
|
|
||||||
[source,C]
|
[source,C]
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
void weechat_config_section_free (struct t_config_option *option);
|
void weechat_config_section_free (struct t_config_section *section);
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Paramètres :
|
Paramètres :
|
||||||
|
@ -5668,7 +5668,7 @@ Prototipo:
|
|||||||
|
|
||||||
[source,C]
|
[source,C]
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
void weechat_config_section_free (struct t_config_option *option);
|
void weechat_config_section_free (struct t_config_section *section);
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Argomenti:
|
Argomenti:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user