summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-02-13 14:11:17 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-02-13 14:11:17 +0100
commit49043bf1b0b787ae3662cb73e234835f5f5777e8 (patch)
treeb04f2de2ad5542c6f4449d4d2076278294ac13d1 /doc/fr/weechat_plugin_api.fr.txt
parentf7811b0ae206eed9d7c5697466d7da202f0212cc (diff)
downloadweechat-49043bf1b0b787ae3662cb73e234835f5f5777e8.zip
doc: fix prototype of function weechat_config_section_free in plugin API reference
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt2
1 files changed, 1 insertions, 1 deletions
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 :