mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 18:53:12 +02:00
Remove infobar in doc
This commit is contained in:
@@ -622,83 +622,6 @@ plugin->print (plugin, NULL, NULL,
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="secAPI_print_infobar">
|
||||
<title>print_infobar</title>
|
||||
|
||||
<para>
|
||||
Prototyp:
|
||||
<command>
|
||||
void print_infobar (t_weechat_plugin *plugin,
|
||||
int time, char *message, ...)
|
||||
</command>
|
||||
</para>
|
||||
<para>
|
||||
Zeige eine Nachricht in der Infobar für eine bestimmte Zeit
|
||||
</para>
|
||||
<para>
|
||||
Argumente:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>plugin</option>: Zeiger auf eine Plugin-Struktur
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>time</option>: Zeitspanne für die Anzeige (in
|
||||
Sekunden, 0 = ständige Anzeige)
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
Rückgabewert: keiner.
|
||||
</para>
|
||||
<para>
|
||||
Beispiel:
|
||||
<screen>
|
||||
plugin->print_infobar (plugin, 5, "hello");
|
||||
</screen>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="secAPI_infobar_remove">
|
||||
<title>infobar_remove</title>
|
||||
|
||||
<para>
|
||||
Prototyp:
|
||||
<command>
|
||||
void infobar_remove (t_weechat_plugin *plugin, int count)
|
||||
</command>
|
||||
</para>
|
||||
<para>
|
||||
Entferne eine oder mehr Nachrichten aus der Infobar.
|
||||
</para>
|
||||
<para>
|
||||
Argumente:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>plugin</option>: Zeiger auf eine Plugin-Struktur
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<option>count</option>: Anzahl der Nachrichten (wenn das
|
||||
Argument kleiner als Null ist, werden alle Nachrichten
|
||||
entfernt)
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
Rückgabewert: keiner.
|
||||
</para>
|
||||
<para>
|
||||
Beispiel: <screen>plugin->infobar_remove (1);</screen>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id="secAPI_log">
|
||||
<title>log</title>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user