weechat/doc/en/autogen/demo_commands.xml

41 lines
1.0 KiB
XML
Raw Normal View History

2008-09-05 18:52:59 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
********* WARNING! *********
This file is autogenerated with docgen.pl script. *** DO NOT EDIT! ***
docgen.pl builds XML doc files to include in many languages
-->
<command>demo_buffer name</command>
2008-09-05 18:52:59 +02:00
<programlisting>
open a new buffer
</programlisting>
<command>demo_buffer_set property value</command>
<programlisting>
set a buffer property
</programlisting>
<command>demo_info [info [arguments]]</command>
<programlisting>
get and display an info
info: info to display
arguments: optional arguments for info
Without argument, this command displays list of available infos
</programlisting>
<command>demo_infolist [infolist [arguments]]</command>
2008-09-05 18:52:59 +02:00
<programlisting>
get and display an infolist
infolist: infolist to display
arguments: optional arguments for infolist
2008-09-05 18:52:59 +02:00
Without argument, this command displays list of available infolists
</programlisting>
<command>demo_printf [text]</command>
<programlisting>
print some messages on current ubffer
text: write this text
</programlisting>