reference/curl/curlfile/setmimetype.xml
5017547fee4dd0873d2ced02e2bb90b696f26a24
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="curlfile.setmimetype" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>CURLFile::setMimeType</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="CURLFile">
13
12
<modifier>public</modifier> <type>void</type><methodname>CURLFile::setMimeType</methodname>
14
-
<methodparam><type>string</type><parameter>mime</parameter></methodparam>
13
+
<methodparam><type>string</type><parameter>mime_type</parameter></methodparam>
15
14
</methodsynopsis>
16
15
</refsect1>
17
16

...
...
@@ -19,7 +18,7 @@
19
18
&reftitle.parameters;
20
19
<variablelist>
21
20
<varlistentry>
22
-
<term><parameter>mime</parameter></term>
21
+
<term><parameter>mime_type</parameter></term>
23
22
<listitem>
24
23
<para>
25
24
MIME type to be used in POST data.
...
...
@@ -37,7 +36,6 @@
37
36
</refsect1>
38
37

39
38
</refentry>
40
-

41
39
<!-- Keep this comment at the end of the file
42
40
Local variables:
43
41
mode: sgml
44
42