summaryrefslogtreecommitdiff
path: root/doc/ja/weechat_plugin_api.ja.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-06-18 09:06:56 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-06-18 09:06:56 +0200
commit3b4d9156e28295d3ab03a8db813e13b5295fdff3 (patch)
tree5e57eda832a88c4f09e4b3b73b847b3d74fe48c0 /doc/ja/weechat_plugin_api.ja.adoc
parent20c86db0d8dfc67c34cd4a2ca178bc05e6e04866 (diff)
downloadweechat-3b4d9156e28295d3ab03a8db813e13b5295fdff3.zip
doc: add note about function printf_date_tags in function printf (plugin API reference)
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc
index fd88d5599..cf5ed0efe 100644
--- a/doc/ja/weechat_plugin_api.ja.adoc
+++ b/doc/ja/weechat_plugin_api.ja.adoc
@@ -6842,6 +6842,16 @@ weechat.prnt("", "Color: %sblue %sdefault color %syellow on red"
void weechat_printf (struct t_gui_buffer *buffer, const char *message, ...);
----
+// TRANSLATION MISSING
+This function is a shortcut for function printf_date_tags. These two calls give
+exactly same result:
+
+[source,C]
+----
+weechat_printf (buffer, "message");
+weechat_printf_date_tags (buffer, 0, NULL, "message");
+----
+
引数:
* _buffer_: バッファへのポインタ、NULL の場合は WeeChat バッファにメッセージを表示