~ubuntu-branches/ubuntu/maverick/pango1.0/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/html/pango-Engines.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-05-15 12:19:21 UTC
  • mfrom: (1.2.60 upstream)
  • Revision ID: james.westby@ubuntu.com-20090515121921-othd6a1uqwfcanbl
Tags: 1.24.2-1ubuntu1
* Sync on Debian
* debian/rules:
  - Enable VFP pass on armel

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
void                <a class="link" href="pango-Engines.html#script-engine-list" title="script_engine_list ()">script_engine_list</a>                  (<a class="link" href="pango-Engines.html#PangoEngineInfo" title="PangoEngineInfo">PangoEngineInfo</a> **engines,
67
67
                                                         int *n_engines);
68
68
void                <a class="link" href="pango-Engines.html#script-engine-init" title="script_engine_init ()">script_engine_init</a>                  (<a
69
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/GTypeModule.html"
 
69
href="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html"
70
70
>GTypeModule</a> *module);
71
71
void                <a class="link" href="pango-Engines.html#script-engine-exit" title="script_engine_exit ()">script_engine_exit</a>                  (void);
72
72
<a class="link" href="pango-Engines.html#PangoEngine">PangoEngine</a> *       <a class="link" href="pango-Engines.html#script-engine-create" title="script_engine_create ()">script_engine_create</a>                (const char *id);
76
76
<a name="pango-Engines.object-hierarchy"></a><h2>Object Hierarchy</h2>
77
77
<pre class="synopsis">
78
78
  <a
79
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
 
79
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
80
80
>GObject</a>
81
81
   +----PangoEngine
82
82
         +----<a class="link" href="PangoEngineLang.html" title="PangoEngineLang">PangoEngineLang</a>
124
124
<tbody>
125
125
<tr>
126
126
<td><p><span class="term">const <a
127
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
127
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
128
128
>gchar</a> *<em class="structfield"><code>id</code></em>;</span></p></td>
129
129
<td>a unique string ID for the engine.
130
130
</td>
131
131
</tr>
132
132
<tr>
133
133
<td><p><span class="term">const <a
134
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
134
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
135
135
>gchar</a> *<em class="structfield"><code>engine_type</code></em>;</span></p></td>
136
136
<td>a string identifying the engine type.
137
137
</td>
138
138
</tr>
139
139
<tr>
140
140
<td><p><span class="term">const <a
141
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
141
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
142
142
>gchar</a> *<em class="structfield"><code>render_type</code></em>;</span></p></td>
143
143
<td>a string identifying the render type.
144
144
</td>
150
150
</tr>
151
151
<tr>
152
152
<td><p><span class="term"><a
153
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
 
153
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
154
154
>gint</a> <em class="structfield"><code>n_scripts</code></em>;</span></p></td>
155
155
<td>number of items in <em class="parameter"><code>scripts</code></em>.
156
156
</td>
182
182
</tr>
183
183
<tr>
184
184
<td><p><span class="term">const <a
185
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
 
185
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
186
186
>gchar</a> *<em class="structfield"><code>langs</code></em>;</span></p></td>
187
187
<td>a semicolon separated list of languages that this
188
188
        engine handles for this script. This may be empty,
266
266
<div class="refsect2" lang="en">
267
267
<a name="script-engine-init"></a><h3>script_engine_init ()</h3>
268
268
<pre class="programlisting">void                script_engine_init                  (<a
269
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/GTypeModule.html"
 
269
href="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html"
270
270
>GTypeModule</a> *module);</pre>
271
271
<p>
272
272
Function to be provided by a module to register any
278
278
<tbody><tr>
279
279
<td><p><span class="term"><em class="parameter"><code>module</code></em> :</span></p></td>
280
280
<td> a <a
281
 
href="/home/behdad/.local/share/gtk-doc/html/gobject/GTypeModule.html"
 
281
href="http://library.gnome.org/devel/gobject/unstable/GTypeModule.html"
282
282
><span class="type">GTypeModule</span></a> structure used to associate any
283
283
 GObject types created in this module with the module.
284
284
</td>
316
316
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
317
317
<td> a newly created <a class="link" href="pango-Engines.html#PangoEngine"><span class="type">PangoEngine</span></a> of the specified
318
318
 type, or <a
319
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
319
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
320
320
><code class="literal">NULL</code></a> if an error occurred. (In normal operation,
321
321
 a module should not return <a
322
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
322
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
323
323
><code class="literal">NULL</code></a>. A <a
324
 
href="/home/behdad/.local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL--CAPS"
 
324
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL--CAPS"
325
325
><code class="literal">NULL</code></a> return is only
326
326
 acceptable in the case where system misconfiguration or
327
327
 bugs in the driver routine are encountered.)