Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / docs / html / object-model-blobs.html
index dece05f..f93a4a4 100644 (file)
@@ -8,7 +8,7 @@
 <link rel="up" href="object-model.html" title="The HarfBuzz object model">
 <link rel="prev" href="object-model-user-data.html" title="User data">
 <link rel="next" href="buffers-language-script-and-direction.html" title="Buffers, language, script and direction">
-<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -40,7 +40,7 @@
       <code class="function">malloc()</code>, you would create the blob using
     </p>
 <pre class="programlisting">
-      hb_blob_create (data, length, HB_MEMORY_MODE_WRITABLE, NULL, free)
+      hb_blob_create (data, length, HB_MEMORY_MODE_WRITABLE, data, free)
     </pre>
 <p>
       That way, HarfBuzz will call <code class="function">free()</code> on the
@@ -51,6 +51,6 @@
     </p>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.29</div>
+<hr>Generated by GTK-Doc V1.32.1</div>
 </body>
 </html>
\ No newline at end of file