reference/filter/functions/filter-id.xml
6e4ac10da6c9456f413316677a29d5296bdc5fb4
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>int</type><methodname>filter_id</methodname>
13
-
<methodparam><type>string</type><parameter>filtername</parameter></methodparam>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>filter_id</methodname>
13
+
<methodparam><type>string</type><parameter>name</parameter></methodparam>
14
14
</methodsynopsis>
15
15

16
16
</refsect1>
...
...
@@ -19,7 +19,7 @@
19
19
<para>
20
20
<variablelist>
21
21
<varlistentry>
22
-
<term><parameter>filtername</parameter></term>
22
+
<term><parameter>name</parameter></term>
23
23
<listitem>
24
24
<para>
25
25
Name of a filter to get.
...
...
@@ -46,7 +46,6 @@
46
46
</refsect1>
47
47

48
48
</refentry>
49
-

50
49
<!-- Keep this comment at the end of the file
51
50
Local variables:
52
51
mode: sgml
53
52