summaryrefslogtreecommitdiff
path: root/doc/en/plugin_api.en.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/plugin_api.en.xml')
-rw-r--r--doc/en/plugin_api.en.xml76
1 files changed, 0 insertions, 76 deletions
diff --git a/doc/en/plugin_api.en.xml b/doc/en/plugin_api.en.xml
index b1a496289..4d4c49d64 100644
--- a/doc/en/plugin_api.en.xml
+++ b/doc/en/plugin_api.en.xml
@@ -603,82 +603,6 @@ plugin->print (plugin, NULL, NULL,
</para>
</section>
- <section id="secAPI_print_infobar">
- <title>print_infobar</title>
-
- <para>
- Prototype:
- <command>
- void print_infobar (t_weechat_plugin *plugin,
- int time, char *message, ...)
- </command>
- </para>
- <para>
- Display a message in infobar for a specified time.
- </para>
- <para>
- Arguments:
- <itemizedlist>
- <listitem>
- <para>
- <option>plugin</option>: pointer to plugin structure
- </para>
- </listitem>
- <listitem>
- <para>
- <option>time</option>: time (in seconds) for displaying
- message (0 = never erased)
- </para>
- </listitem>
- </itemizedlist>
- </para>
- <para>
- Return value: none.
- </para>
- <para>
- Example:
-<screen>
-plugin->print_infobar (plugin, 5, "hello");
-</screen>
- </para>
- </section>
-
- <section id="secAPI_infobar_remove">
- <title>infobar_remove</title>
-
- <para>
- Prototype:
- <command>
- void infobar_remove (t_weechat_plugin *plugin, int count)
- </command>
- </para>
- <para>
- Remove one or more messages in infobar stack.
- </para>
- <para>
- Arguments:
- <itemizedlist>
- <listitem>
- <para>
- <option>plugin</option>: pointer to plugin structure
- </para>
- </listitem>
- <listitem>
- <para>
- <option>count</option>: number of messages to remove
- (if argument is &lt;= 0, then all messages are removed)
- </para>
- </listitem>
- </itemizedlist>
- </para>
- <para>
- Return value: none.
- </para>
- <para>
- Example: <screen>plugin->infobar_remove (1);</screen>
- </para>
- </section>
-
<section id="secAPI_log">
<title>log</title>