Imported Upstream version 3.4.0
[platform/upstream/harfbuzz.git] / docs / html / object-model-blobs.html
index f93a4a4..5c91a5f 100644 (file)
@@ -3,12 +3,12 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Blobs: HarfBuzz Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
+<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
 <link rel="home" href="index.html" title="HarfBuzz Manual">
 <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.32.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.32 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
       different.
     </p>
 <p>
-      Blobs are an abstraction desgined to negotiate lifecycle and
+      Blobs are an abstraction designed to negotiate lifecycle and
       permissions for raw pieces of data.  For example, when you load
       the raw font data into memory and want to pass it to HarfBuzz,
       you do so in a <code class="literal">hb_blob_t</code> wrapper.
     </p>
 <p>
-      This allows you to take advantage of HarffBuzz's
+      This allows you to take advantage of HarfBuzz's
       reference-counting and <code class="function">destroy</code>
-      callbacks. If you allocated the memory for the data using 
+      callbacks. If you allocated the memory for the data using
       <code class="function">malloc()</code>, you would create the blob using
     </p>
 <pre class="programlisting">
       allocated memory whenever the blob drops its last reference and
       is deconstructed.  Consequently, the user code can stop worrying
       about freeing memory and let the reference-counting machinery
-      take care of that. 
+      take care of that.
+    </p>
+<p>
+      Most of the time, blobs are read-only, facilitating their use in
+      immutable objects.
     </p>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32.1</div>
+<hr>Generated by GTK-Doc V1.32</div>
 </body>
 </html>
\ No newline at end of file