1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

doc: add buflist plugin in developer's guide

This commit is contained in:
Sébastien Helleu
2017-03-18 16:19:58 +01:00
parent b77e0a2c6f
commit 64a8c6d2ae
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -74,6 +74,7 @@ qweechat::
|    plugins/ | プラグインとスクリプト向け API
|       alias/ | alias プラグイン
|       aspell/ | aspell プラグイン
|       buflist/ | buflist プラグイン
|       charset/ | charset プラグイン
|       exec/ | exec プラグイン
|       fifo/ | fifo プラグイン (WeeChat にコマンドを送信する FIFO パイプ)
@@ -199,6 +200,10 @@ WeeChat "core" は以下のディレクトリに配置されています:
|       weechat-aspell-config.c | aspell 設定オプション (aspell.conf ファイル)
|       weechat-aspell-info.c | aspell の情報/インフォリスト/hdata
|       weechat-aspell-speller.c | スペルチェッカ管理
|    buflist/ | buflist プラグイン
|       buflist.c | buflist の主要関数
|       buflist-bar-item.c | buflist バー要素
|       buflist-config.c | buflist 設定オプション (buflist.conf ファイル)
|    charset/ | charset プラグイン
|       charset.c | charset 関数
|    exec/ | exec プラグイン