From 49043bf1b0b787ae3662cb73e234835f5f5777e8 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 13 Feb 2013 14:11:17 +0100 Subject: [PATCH] doc: fix prototype of function weechat_config_section_free in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 2 +- doc/fr/weechat_plugin_api.fr.txt | 2 +- doc/it/weechat_plugin_api.it.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index e7e38ee1c..c9368426f 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -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: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 7002dbfbc..908b701a9 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -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 : diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index c76333df0..39afaee05 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -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: