~ubuntu-branches/ubuntu/oneiric/gimp/oneiric

« back to all changes in this revision

Viewing changes to devel-docs/libgimpmath/html/libgimpmath-GimpMD5.html

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-08-31 10:24:10 UTC
  • mfrom: (1.1.21 upstream) (0.1.5 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090831102410-eqawgw6fhdyi91ee
Tags: 2.6.7-1ubuntu1
* Merge with Debian unstable (LP: #419593), remaining changes:
  - debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    + updated some strings for ubuntu
  - debian/rules:
    + updated translation templates
  - debian/control:
    + Drop webkit build dependency. gimp is the only thing pulling in webkit
      for the desktop CDs, and makes them explode. Without the webkit help
      browser plugin, help will just be displayed in the default browser.
* debian/patches/01_debian-gimprc.patch:
  - Updated
* debian/control:
  - Added a BZR link

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GimpMD5</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Math Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Math Library Reference Manual">
8
8
<link rel="up" href="libgimpmath.html" title="Part I. GIMP Math Library">
9
9
<link rel="prev" href="libgimpmath-GimpVector.html" title="GimpVector">
10
10
<link rel="next" href="libgimpmath-index.html" title="Index">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="libgimpmath.html" title="Part I. GIMP Math Library">
14
14
<link rel="index" href="libgimpmath-index.html" title="Index">
26
26
<th width="100%" align="center">GIMP Math Library Reference Manual</th>
27
27
<td><a accesskey="n" href="libgimpmath-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
28
28
</tr>
29
 
<tr><td colspan="5" class="shortcuts"><nobr><a href="#libgimpmath-GimpMD5.synopsis" class="shortcut">Top</a>
30
 
                   | 
31
 
                  <a href="#libgimpmath-GimpMD5.description" class="shortcut">Description</a></nobr></td></tr>
 
29
<tr><td colspan="5" class="shortcuts">
 
30
<a href="#libgimpmath-GimpMD5.synopsis" class="shortcut">Top</a>
 
31
                 | 
 
32
                <a href="#libgimpmath-GimpMD5.description" class="shortcut">Description</a>
 
33
</td></tr>
32
34
</table>
33
 
<div class="refentry" lang="en">
 
35
<div class="refentry" title="GimpMD5">
34
36
<a name="libgimpmath-GimpMD5"></a><div class="titlepage"></div>
35
37
<div class="refnamediv"><table width="100%"><tr>
36
38
<td valign="top">
39
41
</td>
40
42
<td valign="top" align="right"></td>
41
43
</tr></table></div>
42
 
<div class="refsynopsisdiv">
 
44
<div class="refsynopsisdiv" title="Synopsis">
43
45
<a name="libgimpmath-GimpMD5.synopsis"></a><h2>Synopsis</h2>
44
46
<pre class="synopsis">
45
47
void                <a class="link" href="libgimpmath-GimpMD5.html#gimp-md5-get-digest" title="gimp_md5_get_digest ()">gimp_md5_get_digest</a>                 (const <a
53
55
>guchar</a> digest[16]);
54
56
</pre>
55
57
</div>
56
 
<div class="refsect1" lang="en">
 
58
<div class="refsect1" title="Description">
57
59
<a name="libgimpmath-GimpMD5.description"></a><h2>Description</h2>
58
60
<p>
59
 
 
60
61
</p>
61
62
</div>
62
 
<div class="refsect1" lang="en">
 
63
<div class="refsect1" title="Details">
63
64
<a name="libgimpmath-GimpMD5.details"></a><h2>Details</h2>
64
 
<div class="refsect2" lang="en">
 
65
<div class="refsect2" title="gimp_md5_get_digest ()">
65
66
<a name="gimp-md5-get-digest"></a><h3>gimp_md5_get_digest ()</h3>
66
67
<pre class="programlisting">void                gimp_md5_get_digest                 (const <a
67
68
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
81
82
Get the md5 hash of a buffer. The result is put in the 16 bytes
82
83
buffer <em class="parameter"><code>digest</code></em>. For more information see RFC 1321.</p>
83
84
<p>
84
 
 
85
85
</p>
86
86
<div class="variablelist"><table border="0">
87
87
<col align="left" valign="top">
108
108
</div>
109
109
<div class="footer">
110
110
<hr>
111
 
          Generated by GTK-Doc V1.10</div>
 
111
          Generated by GTK-Doc V1.11</div>
112
112
</body>
113
113
</html>