summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/dev/plugin_c_api.en.xml39
1 files changed, 38 insertions, 1 deletions
diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml
index f7acfd393..2b8a67194 100644
--- a/doc/en/dev/plugin_c_api.en.xml
+++ b/doc/en/dev/plugin_c_api.en.xml
@@ -7016,8 +7016,12 @@ int weechat_buffer_get_integer (struct t_gui_buffer *buffer, const char *propert
<entry>number of buffer (1 to # open buffers)</entry>
</row>
<row>
+ <entry>num_displayed</entry>
+ <entry>number of windows displaying buffer</entry>
+ </row>
+ <row>
<entry>notify</entry>
- <entry>notify level on buffer</entry>
+ <entry>notify level for buffer</entry>
</row>
<row>
<entry>lines_hidden</entry>
@@ -7026,6 +7030,31 @@ int weechat_buffer_get_integer (struct t_gui_buffer *buffer, const char *propert
(filtered), or 0 if all lines are displayed
</entry>
</row>
+ <row>
+ <entry>prefix_max_length</entry>
+ <entry>max length for prefix in this buffer</entry>
+ </row>
+ <row>
+ <entry>time_for_each_line</entry>
+ <entry>
+ 1 if time is displayed for each line in buffer
+ (default), 0 otherwise
+ </entry>
+ </row>
+ <row>
+ <entry>text_search</entry>
+ <entry>
+ text search type: 0 = disabled, 1 = backward, 2 = forward
+ </entry>
+ </row>
+ <row>
+ <entry>text_search_exact</entry>
+ <entry>1 if text search is exact (case sensitive)</entry>
+ </row>
+ <row>
+ <entry>text_search_found</entry>
+ <entry>1 if text found, 0 otherwise</entry>
+ </row>
</tbody>
</tgroup>
</informaltable>
@@ -7287,6 +7316,14 @@ void weechat_buffer_set (struct t_gui_buffer *buffer, const char *property,
<entry>set new title for buffer</entry>
</row>
<row>
+ <entry>time_for_each_line</entry>
+ <entry>"0" or "1"</entry>
+ <entry>
+ "0" to hide time for all lines in buffer, "1" to
+ see time for all lines (default for a new buffer)
+ </entry>
+ </row>
+ <row>
<entry>nicklist</entry>
<entry>"0" or "1"</entry>
<entry>