blob: 541f17cd1583b4d935e73961d974123ac3774256 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?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 nom</command>
<programlisting>
ouvrir un nouveau tampon
</programlisting>
<command>demo_buffer_set propriété valeur</command>
<programlisting>
définir une propriété de tampon
</programlisting>
<command>demo_info [info [paramètres]]</command>
<programlisting>
lit et affiche une info
info: info à afficher
paramètres: paramètres optionnels pour l'info
Sans paramètre, cette commande affiche la liste des infos disponibles
</programlisting>
<command>demo_infolist [infolist [paramètres]]</command>
<programlisting>
lit et affiche une infolist
infolist: infolist à afficher
paramètres: paramètres optionnels pour l'infolist
Sans paramètre, cette commande affiche la liste des infolists disponibles
</programlisting>
<command>demo_printf [texte]</command>
<programlisting>
affiche des messages sur le tampon courant
texte: affiche ce texte
</programlisting>
|