diff options
Diffstat (limited to 'docs/reference/html/GMimeContentDisposition.html')
-rw-r--r-- | docs/reference/html/GMimeContentDisposition.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/reference/html/GMimeContentDisposition.html b/docs/reference/html/GMimeContentDisposition.html index 9f92b6d..865c2bb 100644 --- a/docs/reference/html/GMimeContentDisposition.html +++ b/docs/reference/html/GMimeContentDisposition.html @@ -256,6 +256,10 @@ Sets the Content-Disposition's parameter list. <p> Sets a parameter on the Content-Disposition. </p> +<p> +Note: The <em class="parameter"><code>name</code></em> should be in US-ASCII while the <em class="parameter"><code>value</code></em> should be in +UTF-8. +</p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> <tbody> @@ -264,10 +268,6 @@ Sets a parameter on the Content-Disposition. <td>a <a class="link" href="GMimeContentDisposition.html" title="GMimeContentDisposition"><span class="type">GMimeContentDisposition</span></a> object</td> </tr> <tr> -<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td> -<td>parameter name</td> -</tr> -<tr> <td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td> <td>parameter value</td> </tr> @@ -281,7 +281,7 @@ Sets a parameter on the Content-Disposition. (<em class="parameter"><code><a class="link" href="GMimeContentDisposition.html" title="GMimeContentDisposition"><span class="type">GMimeContentDisposition</span></a> *disposition</code></em>, <em class="parameter"><code>const <span class="type">char</span> *attribute</code></em>);</pre> <p> -Gets the value of the parameter <em class="parameter"><code>attribute</code></em>, or <code class="literal">NULL</code> on fail. +Gets the parameter value specified by <em class="parameter"><code>name</code></em> if it's available. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> @@ -291,12 +291,10 @@ Gets the value of the parameter <em class="parameter"><code>attribute</code></em <td>a <a class="link" href="GMimeContentDisposition.html" title="GMimeContentDisposition"><span class="type">GMimeContentDisposition</span></a> object</td> </tr> <tr> -<td><p><span class="term"><em class="parameter"><code>attribute</code></em> :</span></p></td> -<td>parameter name</td> -</tr> -<tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td>the value of the parameter of name <em class="parameter"><code>attribute</code></em>.</td> +<td>the value of the requested parameter or <code class="literal">NULL</code> if the +parameter is not set. If the parameter is set, the returned string +will be in UTF-8.</td> </tr> </tbody> </table></div> |