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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpconfig/html/libgimpconfig-GimpScanner.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>gimpscanner</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Config Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Config Library Reference Manual">
8
8
<link rel="up" href="libgimpconfig.html" title="Part I. GIMP Config Library">
9
9
<link rel="prev" href="libgimpconfig-GimpConfigWriter.html" title="gimpconfigwriter">
10
10
<link rel="next" href="GimpColorConfig.html" title="GimpColorConfig">
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="libgimpconfig.html" title="Part I. GIMP Config Library">
14
14
<link rel="chapter" href="libgimpconfig-hierarchy.html" title="Object Hierarchy">
26
26
<th width="100%" align="center">GIMP Config Library Reference Manual</th>
27
27
<td><a accesskey="n" href="GimpColorConfig.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="#libgimpconfig-GimpScanner.synopsis" class="shortcut">Top</a>
30
 
                   | 
31
 
                  <a href="#libgimpconfig-GimpScanner.description" class="shortcut">Description</a></nobr></td></tr>
 
29
<tr><td colspan="5" class="shortcuts">
 
30
<a href="#libgimpconfig-GimpScanner.synopsis" class="shortcut">Top</a>
 
31
                 | 
 
32
                <a href="#libgimpconfig-GimpScanner.description" class="shortcut">Description</a>
 
33
</td></tr>
32
34
</table>
33
 
<div class="refentry" lang="en">
 
35
<div class="refentry" title="gimpscanner">
34
36
<a name="libgimpconfig-GimpScanner"></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="libgimpconfig-GimpScanner.synopsis"></a><h2>Synopsis</h2>
44
46
<pre class="synopsis">
45
47
<a
46
48
href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"
47
 
>GScanner</a>*           <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()">gimp_scanner_new_file</a>               (const <a
 
49
>GScanner</a> *          <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-file" title="gimp_scanner_new_file ()">gimp_scanner_new_file</a>               (const <a
48
50
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
49
51
>gchar</a> *filename,
50
52
                                                         <a
52
54
>GError</a> **error);
53
55
<a
54
56
href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"
55
 
>GScanner</a>*           <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()">gimp_scanner_new_string</a>             (const <a
 
57
>GScanner</a> *          <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-new-string" title="gimp_scanner_new_string ()">gimp_scanner_new_string</a>             (const <a
56
58
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
57
59
>gchar</a> *text,
58
60
                                                         <a
105
107
                                                         <a
106
108
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
107
109
>gint</a> length,
108
 
                                                         guint8 **dest);
 
110
                                                         <a
 
111
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"
 
112
>guint8</a> **dest);
109
113
<a
110
114
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
111
115
>gboolean</a>            <a class="link" href="libgimpconfig-GimpScanner.html#gimp-scanner-parse-int" title="gimp_scanner_parse_int ()">gimp_scanner_parse_int</a>              (<a
140
144
>GimpMatrix2</a> *dest);
141
145
</pre>
142
146
</div>
143
 
<div class="refsect1" lang="en">
 
147
<div class="refsect1" title="Description">
144
148
<a name="libgimpconfig-GimpScanner.description"></a><h2>Description</h2>
145
149
<p>
146
 
 
147
150
</p>
148
151
</div>
149
 
<div class="refsect1" lang="en">
 
152
<div class="refsect1" title="Details">
150
153
<a name="libgimpconfig-GimpScanner.details"></a><h2>Details</h2>
151
 
<div class="refsect2" lang="en">
 
154
<div class="refsect2" title="gimp_scanner_new_file ()">
152
155
<a name="gimp-scanner-new-file"></a><h3>gimp_scanner_new_file ()</h3>
153
156
<pre class="programlisting"><a
154
157
href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"
155
 
>GScanner</a>*           gimp_scanner_new_file               (const <a
 
158
>GScanner</a> *          gimp_scanner_new_file               (const <a
156
159
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
157
160
>gchar</a> *filename,
158
161
                                                         <a
161
164
<p>
162
165
</p>
163
166
<p>
164
 
 
165
167
</p>
166
168
<div class="variablelist"><table border="0">
167
169
<col align="left" valign="top">
184
186
</tr>
185
187
</tbody>
186
188
</table></div>
187
 
<p class="since">Since  GIMP 2.4
188
 
</p>
 
189
<p class="since">Since GIMP 2.4</p>
189
190
</div>
190
191
<hr>
191
 
<div class="refsect2" lang="en">
 
192
<div class="refsect2" title="gimp_scanner_new_string ()">
192
193
<a name="gimp-scanner-new-string"></a><h3>gimp_scanner_new_string ()</h3>
193
194
<pre class="programlisting"><a
194
195
href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"
195
 
>GScanner</a>*           gimp_scanner_new_string             (const <a
 
196
>GScanner</a> *          gimp_scanner_new_string             (const <a
196
197
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
197
198
>gchar</a> *text,
198
199
                                                         <a
204
205
<p>
205
206
</p>
206
207
<p>
207
 
 
208
208
</p>
209
209
<div class="variablelist"><table border="0">
210
210
<col align="left" valign="top">
232
232
</tr>
233
233
</tbody>
234
234
</table></div>
235
 
<p class="since">Since  GIMP 2.4
236
 
</p>
 
235
<p class="since">Since GIMP 2.4</p>
237
236
</div>
238
237
<hr>
239
 
<div class="refsect2" lang="en">
 
238
<div class="refsect2" title="gimp_scanner_destroy ()">
240
239
<a name="gimp-scanner-destroy"></a><h3>gimp_scanner_destroy ()</h3>
241
240
<pre class="programlisting">void                gimp_scanner_destroy                (<a
242
241
href="http://library.gnome.org/devel/glib/unstable/glib-Lexical-Scanner.html#GScanner"
244
243
<p>
245
244
</p>
246
245
<p>
247
 
 
248
246
</p>
249
247
<div class="variablelist"><table border="0">
250
248
<col align="left" valign="top">
254
252
</td>
255
253
</tr></tbody>
256
254
</table></div>
257
 
<p class="since">Since  GIMP 2.4
258
 
</p>
 
255
<p class="since">Since GIMP 2.4</p>
259
256
</div>
260
257
<hr>
261
 
<div class="refsect2" lang="en">
 
258
<div class="refsect2" title="gimp_scanner_parse_token ()">
262
259
<a name="gimp-scanner-parse-token"></a><h3>gimp_scanner_parse_token ()</h3>
263
260
<pre class="programlisting"><a
264
261
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
271
268
<p>
272
269
</p>
273
270
<p>
274
 
 
275
271
</p>
276
272
<div class="variablelist"><table border="0">
277
273
<col align="left" valign="top">
294
290
</tr>
295
291
</tbody>
296
292
</table></div>
297
 
<p class="since">Since  GIMP 2.4
298
 
</p>
 
293
<p class="since">Since GIMP 2.4</p>
299
294
</div>
300
295
<hr>
301
 
<div class="refsect2" lang="en">
 
296
<div class="refsect2" title="gimp_scanner_parse_identifier ()">
302
297
<a name="gimp-scanner-parse-identifier"></a><h3>gimp_scanner_parse_identifier ()</h3>
303
298
<pre class="programlisting"><a
304
299
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
311
306
<p>
312
307
</p>
313
308
<p>
314
 
 
315
309
</p>
316
310
<div class="variablelist"><table border="0">
317
311
<col align="left" valign="top">
334
328
</tr>
335
329
</tbody>
336
330
</table></div>
337
 
<p class="since">Since  GIMP 2.4
338
 
</p>
 
331
<p class="since">Since GIMP 2.4</p>
339
332
</div>
340
333
<hr>
341
 
<div class="refsect2" lang="en">
 
334
<div class="refsect2" title="gimp_scanner_parse_string ()">
342
335
<a name="gimp-scanner-parse-string"></a><h3>gimp_scanner_parse_string ()</h3>
343
336
<pre class="programlisting"><a
344
337
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
351
344
<p>
352
345
</p>
353
346
<p>
354
 
 
355
347
</p>
356
348
<div class="variablelist"><table border="0">
357
349
<col align="left" valign="top">
374
366
</tr>
375
367
</tbody>
376
368
</table></div>
377
 
<p class="since">Since  GIMP 2.4
378
 
</p>
 
369
<p class="since">Since GIMP 2.4</p>
379
370
</div>
380
371
<hr>
381
 
<div class="refsect2" lang="en">
 
372
<div class="refsect2" title="gimp_scanner_parse_string_no_validate ()">
382
373
<a name="gimp-scanner-parse-string-no-validate"></a><h3>gimp_scanner_parse_string_no_validate ()</h3>
383
374
<pre class="programlisting"><a
384
375
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
392
383
<p>
393
384
</p>
394
385
<p>
395
 
 
396
386
</p>
397
387
<div class="variablelist"><table border="0">
398
388
<col align="left" valign="top">
415
405
</tr>
416
406
</tbody>
417
407
</table></div>
418
 
<p class="since">Since  GIMP 2.4
419
 
</p>
 
408
<p class="since">Since GIMP 2.4</p>
420
409
</div>
421
410
<hr>
422
 
<div class="refsect2" lang="en">
 
411
<div class="refsect2" title="gimp_scanner_parse_data ()">
423
412
<a name="gimp-scanner-parse-data"></a><h3>gimp_scanner_parse_data ()</h3>
424
413
<pre class="programlisting"><a
425
414
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
429
418
                                                         <a
430
419
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"
431
420
>gint</a> length,
432
 
                                                         guint8 **dest);</pre>
 
421
                                                         <a
 
422
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint8"
 
423
>guint8</a> **dest);</pre>
433
424
<p>
434
425
</p>
435
426
<p>
436
 
 
437
427
</p>
438
428
<div class="variablelist"><table border="0">
439
429
<col align="left" valign="top">
461
451
</tr>
462
452
</tbody>
463
453
</table></div>
464
 
<p class="since">Since  GIMP 2.4
465
 
</p>
 
454
<p class="since">Since GIMP 2.4</p>
466
455
</div>
467
456
<hr>
468
 
<div class="refsect2" lang="en">
 
457
<div class="refsect2" title="gimp_scanner_parse_int ()">
469
458
<a name="gimp-scanner-parse-int"></a><h3>gimp_scanner_parse_int ()</h3>
470
459
<pre class="programlisting"><a
471
460
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
478
467
<p>
479
468
</p>
480
469
<p>
481
 
 
482
470
</p>
483
471
<div class="variablelist"><table border="0">
484
472
<col align="left" valign="top">
501
489
</tr>
502
490
</tbody>
503
491
</table></div>
504
 
<p class="since">Since  GIMP 2.4
505
 
</p>
 
492
<p class="since">Since GIMP 2.4</p>
506
493
</div>
507
494
<hr>
508
 
<div class="refsect2" lang="en">
 
495
<div class="refsect2" title="gimp_scanner_parse_float ()">
509
496
<a name="gimp-scanner-parse-float"></a><h3>gimp_scanner_parse_float ()</h3>
510
497
<pre class="programlisting"><a
511
498
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
518
505
<p>
519
506
</p>
520
507
<p>
521
 
 
522
508
</p>
523
509
<div class="variablelist"><table border="0">
524
510
<col align="left" valign="top">
541
527
</tr>
542
528
</tbody>
543
529
</table></div>
544
 
<p class="since">Since  GIMP 2.4
545
 
</p>
 
530
<p class="since">Since GIMP 2.4</p>
546
531
</div>
547
532
<hr>
548
 
<div class="refsect2" lang="en">
 
533
<div class="refsect2" title="gimp_scanner_parse_color ()">
549
534
<a name="gimp-scanner-parse-color"></a><h3>gimp_scanner_parse_color ()</h3>
550
535
<pre class="programlisting"><a
551
536
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
558
543
<p>
559
544
</p>
560
545
<p>
561
 
 
562
546
</p>
563
547
<div class="variablelist"><table border="0">
564
548
<col align="left" valign="top">
581
565
</tr>
582
566
</tbody>
583
567
</table></div>
584
 
<p class="since">Since  GIMP 2.4
585
 
</p>
 
568
<p class="since">Since GIMP 2.4</p>
586
569
</div>
587
570
<hr>
588
 
<div class="refsect2" lang="en">
 
571
<div class="refsect2" title="gimp_scanner_parse_matrix2 ()">
589
572
<a name="gimp-scanner-parse-matrix2"></a><h3>gimp_scanner_parse_matrix2 ()</h3>
590
573
<pre class="programlisting"><a
591
574
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
598
581
<p>
599
582
</p>
600
583
<p>
601
 
 
602
584
</p>
603
585
<div class="variablelist"><table border="0">
604
586
<col align="left" valign="top">
621
603
</tr>
622
604
</tbody>
623
605
</table></div>
624
 
<p class="since">Since  GIMP 2.4
625
 
</p>
 
606
<p class="since">Since GIMP 2.4</p>
626
607
</div>
627
608
</div>
628
609
</div>
629
610
<div class="footer">
630
611
<hr>
631
 
          Generated by GTK-Doc V1.10</div>
 
612
          Generated by GTK-Doc V1.11</div>
632
613
</body>
633
614
</html>