reference/fileinfo/finfo/set-flags.xml
1160ec4e7d21a2619e9661d6afe3a6356267c6c2
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="finfo.set-flags" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>finfo::set_flags</refname>
...
...
@@ -9,16 +8,15 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis role="oop">
11
+
<methodsynopsis role="finfo">
13
12
<modifier>public</modifier> <type>bool</type><methodname>finfo::set_flags</methodname>
14
-
<methodparam><type>int</type><parameter>options</parameter></methodparam>
13
+
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
&info.function.alias; <link linkend="function.finfo-set-flags">finfo_set_flags()</link>
18
17
</para>
19
18
</refsect1>
20
19
</refentry>
21
-

22
20
<!-- Keep this comment at the end of the file
23
21
Local variables:
24
22
mode: sgml
25
23