diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-18 16:19:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 14:19:48 +0100 |
commit | 64a8c6d2aedfb1fdbf6936ac141b3ab5a07a0fce (patch) | |
tree | 2820d6b65fbd88b3e1ad38f5e0fb233342b80477 /doc/fr/weechat_dev.fr.adoc | |
parent | b77e0a2c6f0a07bf02c754bb79e9fa931195e728 (diff) | |
download | weechat-64a8c6d2aedfb1fdbf6936ac141b3ab5a07a0fce.zip |
doc: add buflist plugin in developer's guide
Diffstat (limited to 'doc/fr/weechat_dev.fr.adoc')
-rw-r--r-- | doc/fr/weechat_dev.fr.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index ddb99e509..949936778 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -70,6 +70,7 @@ Les répertoires principaux de WeeChat sont : | plugins/ | API extension/script. | alias/ | Extension Alias. | aspell/ | Extension Aspell. +| buflist/ | Extension Buflist. | charset/ | Extension Charset. | exec/ | Extension Exec. | fifo/ | Extension Fifo (tube FIFO utilisé pour envoyer des commandes à WeeChat). @@ -195,6 +196,10 @@ Le cœur de WeeChat est situé dans les répertoires suivants : | weechat-aspell-config.c | Options de configuration pour Aspell (fichier aspell.conf). | weechat-aspell-info.c | Info/infolists/hdata pour Aspell. | weechat-aspell-speller.c | Gestion des correcteurs orthographiques. +| buflist/ | Extension Buflist. +| buflist.c | Fonctions principales de Buflist. +| buflist-bar-item.c | Objets de barre Buflist. +| buflist-config.c | Options de configuration pour Buflist (fichier buflist.conf). | charset/ | Extension Charset. | charset.c | Fonctions pour Charset. | exec/ | Extension Exec. |