weechat/doc/en/autogen/demo_commands.xml
2008-11-06 18:55:43 +01:00

46 lines
1.0 KiB
XML

<?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>
<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>
<programlisting>
get and display an infolist
infolist: infolist to display
arguments: optional arguments for infolist
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>