]> git.sur5r.net Git - glabels/blobdiff - docs/libglbarcode/html/libglbarcode-intro.html
Imported Upstream version 3.2.1
[glabels] / docs / libglbarcode / html / libglbarcode-intro.html
index 6e646d744624014461f0eafe98ad906d31995638..b2fd77bb4707bef9cb28f1cc1f1b1dc7e9c54834 100644 (file)
@@ -2,22 +2,22 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Introduction</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<title>LibGlbarcode 3.0 Reference Manual: Introduction</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="LibGlbarcode 3.0 Reference Manual">
 <link rel="up" href="overview.html" title="LibGlbarcode Overview">
 <link rel="prev" href="overview.html" title="LibGlbarcode Overview">
 <link rel="next" href="api.html" title="API Reference">
-<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
-<td><a accesskey="p" href="overview.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
-<td><a accesskey="u" href="overview.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
-<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
-<th width="100%" align="center">LibGlbarcode 3.0 Reference Manual</th>
-<td><a accesskey="n" href="api.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="overview.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="overview.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="api.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
 </tr></table>
 <div class="refentry">
 <a name="libglbarcode-intro"></a><div class="titlepage"></div>
 Introduction to libglbarcode library
 </p>
 </td>
-<td valign="top" align="right"></td>
+<td class="gallery_image" valign="top" align="right"></td>
 </tr></table></div>
 <div class="refsect1">
-<a name="idp2652896"></a><h2>Overview</h2>
+<a name="id-1.2.2.3"></a><h2>Overview</h2>
 <p>
 Libglbarcode provides the core barcode functionality for <span class="application">glabels</span>.  It provides
 an intermediate barcode format, a small set of built-in barcode back-ends, and a cairo renderer.  While
@@ -41,7 +41,7 @@ simple architecture would easily support extending its functionality beyond the
 </p>
 </div>
 <div class="refsect1">
-<a name="idp2330032"></a><h2>Basic Usage</h2>
+<a name="id-1.2.2.4"></a><h2>Basic Usage</h2>
 <pre class="programlisting">
 
 #include &lt;libglbarcode/lgl-barcode-create.h&gt;
@@ -67,7 +67,7 @@ example (gchar   *data,
 </pre>
 </div>
 <div class="refsect1">
-<a name="idp3773680"></a><h2>Writing Renderers</h2>
+<a name="id-1.2.2.5"></a><h2>Writing Renderers</h2>
 <p>
 The <a class="link" href="libglbarcode-3.0-lgl-barcode.html#lglBarcode" title="lglBarcode">lglBarcode</a> structure is independent of
 barcode type, and consists of a simple list of drawing primitives.
@@ -161,6 +161,6 @@ lgl_barcode_render_to_xxx (const lglBarcode  *bc)
 </div>
 <div class="footer">
 <hr>
-          Generated by GTK-Doc V1.18</div>
+          Generated by GTK-Doc V1.20</div>
 </body>
 </html>
\ No newline at end of file