|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 5faa7a6747bca628b3bdcc9f93aec5603b65581f Maintainer: yannick Status: ready --> |
| 3 | +<!-- EN-Revision: 64ae8f74549dc76c975c1e91dfb87e89f944639e Maintainer: yannick Status: ready --> |
4 | 4 | <!-- Reviewed: no --> |
5 | | - |
6 | | -<refentry xml:id="lua.call" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"> |
| 5 | +<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="lua.call"> |
7 | 6 | <refnamediv> |
8 | 7 | <refname>Lua::call</refname> |
9 | 8 | <refname>Lua::__call</refname> |
10 | 9 | <refpurpose>Appelle les fonctions Lua</refpurpose> |
11 | 10 | </refnamediv> |
12 | | - |
| 11 | + |
13 | 12 | <refsect1 role="description"> |
14 | 13 | &reftitle.description; |
15 | 14 | <methodsynopsis> |
|
24 | 23 | <methodparam choice="opt"><type>array</type><parameter>args</parameter></methodparam> |
25 | 24 | <methodparam choice="opt"><type>int</type><parameter>use_self</parameter><initializer>0</initializer></methodparam> |
26 | 25 | </methodsynopsis> |
27 | | - <para> |
28 | | - |
29 | | - </para> |
30 | | - |
| 26 | + <simpara> |
| 27 | + |
| 28 | + </simpara> |
| 29 | + |
31 | 30 | &warn.undocumented.func; |
32 | | - |
| 31 | + |
33 | 32 | </refsect1> |
34 | | - |
| 33 | + |
35 | 34 | <refsect1 role="parameters"> |
36 | 35 | &reftitle.parameters; |
37 | 36 | <variablelist> |
38 | 37 | <varlistentry> |
39 | 38 | <term><parameter>lua_func</parameter></term> |
40 | 39 | <listitem> |
41 | | - <para> |
| 40 | + <simpara> |
42 | 41 | Nom de la fonction en Lua |
43 | | - </para> |
| 42 | + </simpara> |
44 | 43 | </listitem> |
45 | 44 | </varlistentry> |
46 | 45 | <varlistentry> |
47 | 46 | <term><parameter>args</parameter></term> |
48 | 47 | <listitem> |
49 | | - <para> |
| 48 | + <simpara> |
50 | 49 | Arguments à passer à la fonction Lua |
51 | | - </para> |
| 50 | + </simpara> |
52 | 51 | </listitem> |
53 | 52 | </varlistentry> |
54 | 53 | <varlistentry> |
55 | 54 | <term><parameter>use_self</parameter></term> |
56 | 55 | <listitem> |
57 | | - <para> |
| 56 | + <simpara> |
58 | 57 | Si l'on doit ou pas utiliser <literal>self</literal> |
59 | | - </para> |
| 58 | + </simpara> |
60 | 59 | </listitem> |
61 | 60 | </varlistentry> |
62 | 61 | </variablelist> |
63 | 62 | </refsect1> |
64 | | - |
| 63 | + |
65 | 64 | <refsect1 role="returnvalues"> |
66 | 65 | &reftitle.returnvalues; |
67 | | - <para> |
| 66 | + <simpara> |
68 | 67 | Retourne le résultat de la fonction appelée, &null; |
69 | 68 | si des arguments incorrects sont passés, ou bien &false; |
70 | 69 | pour les autres types d'échec. |
71 | | - |
72 | | - </para> |
| 70 | + |
| 71 | + </simpara> |
73 | 72 | </refsect1> |
74 | | - |
| 73 | + |
75 | 74 | <refsect1 role="examples"> |
76 | 75 | &reftitle.examples; |
77 | 76 | <example> |
@@ -102,16 +101,15 @@ string(5) "1-2-3" |
102 | 101 | </screen> |
103 | 102 | </example> |
104 | 103 | </refsect1> |
105 | | - |
| 104 | + |
106 | 105 | <refsect1 role="seealso"> |
107 | 106 | &reftitle.seealso; |
108 | 107 | <simplelist> |
109 | 108 | <member><link linkend="object.call">__call()</link></member> |
110 | 109 | </simplelist> |
111 | 110 | </refsect1> |
112 | | - |
113 | | -</refentry> |
114 | 111 |
|
| 112 | +</refentry> |
115 | 113 | <!-- Keep this comment at the end of the file |
116 | 114 | Local variables: |
117 | 115 | mode: sgml |
|
0 commit comments