~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to devel-docs/libgimpbase/html/libgimpbase-gimputils.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2009-02-16 12:46:59 UTC
  • mfrom: (1.1.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216124659-f5t9cchwya1iob6h
Tags: 2.6.5-1ubuntu1
* Merge from Debian unstable (LP: #330098), Ubuntu 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
>gchar</a>*              <a class="link" href="libgimpbase-gimputils.html#gimp-any-to-utf8" title="gimp_any_to_utf8 ()">gimp_any_to_utf8</a>                    (const <a
48
48
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
49
49
>gchar</a> *str,
50
 
                                                         gssize len,
 
50
                                                         <a
 
51
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gssize"
 
52
>gssize</a> len,
51
53
                                                         const <a
52
54
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
53
55
>gchar</a> *warning_format,
181
183
>gchar</a>*              gimp_any_to_utf8                    (const <a
182
184
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
183
185
>gchar</a> *str,
184
 
                                                         gssize len,
 
186
                                                         <a
 
187
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gssize"
 
188
>gssize</a> len,
185
189
                                                         const <a
186
190
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
187
191
>gchar</a> *warning_format,
301
305
<tbody>
302
306
<tr>
303
307
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
304
 
<td> an UTF-8 encoded string (or <a
305
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
306
 
><code class="literal">NULL</code></a>)
 
308
<td> an UTF-8 encoded string (or <code class="literal">NULL</code>)
307
309
</td>
308
310
</tr>
309
311
<tr>
344
346
<tbody>
345
347
<tr>
346
348
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
347
 
<td> Underline infested string (or <a
348
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
349
 
><code class="literal">NULL</code></a>)
 
349
<td> Underline infested string (or <code class="literal">NULL</code>)
350
350
</td>
351
351
</tr>
352
352
<tr>
389
389
<tbody>
390
390
<tr>
391
391
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
392
 
<td> underline infested string (or <a
393
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
394
 
><code class="literal">NULL</code></a>)
 
392
<td> underline infested string (or <code class="literal">NULL</code>)
395
393
</td>
396
394
</tr>
397
395
<tr>
456
454
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
457
455
>gint</a> value);</pre>
458
456
<p>
459
 
Retrieves <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> associated with the given value, or <a
460
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
461
 
><code class="literal">NULL</code></a>.</p>
 
457
Retrieves <a class="link" href="libgimpbase-gimpbasetypes.html#GimpEnumDesc" title="GimpEnumDesc"><span class="type">GimpEnumDesc</span></a> associated with the given value, or <code class="literal">NULL</code>.</p>
462
458
<p>
463
459
 
464
460
</p>
515
511
Checks if <em class="parameter"><code>value</code></em> is valid for the enum registered as <em class="parameter"><code>enum_type</code></em>.
516
512
If the value exists in that enum, its name, nick and its translated
517
513
desc and help are returned (if <em class="parameter"><code>value_name</code></em>, <em class="parameter"><code>value_nick</code></em>, <em class="parameter"><code>value_desc</code></em>
518
 
and <em class="parameter"><code>value_help</code></em> are not <a
519
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
520
 
><code class="literal">NULL</code></a>).</p>
 
514
and <em class="parameter"><code>value_help</code></em> are not <code class="literal">NULL</code>).</p>
521
515
<p>
522
516
 
523
517
</p>
538
532
</tr>
539
533
<tr>
540
534
<td><p><span class="term"><em class="parameter"><code>value_name</code></em> :</span></p></td>
541
 
<td> return location for the value's name (or <a
542
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
543
 
><code class="literal">NULL</code></a>)
 
535
<td> return location for the value's name (or <code class="literal">NULL</code>)
544
536
</td>
545
537
</tr>
546
538
<tr>
547
539
<td><p><span class="term"><em class="parameter"><code>value_nick</code></em> :</span></p></td>
548
 
<td> return location for the value's nick (or <a
549
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
550
 
><code class="literal">NULL</code></a>)
 
540
<td> return location for the value's nick (or <code class="literal">NULL</code>)
551
541
</td>
552
542
</tr>
553
543
<tr>
554
544
<td><p><span class="term"><em class="parameter"><code>value_desc</code></em> :</span></p></td>
555
 
<td> return location for the value's translated desc (or <a
556
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
557
 
><code class="literal">NULL</code></a>)
 
545
<td> return location for the value's translated desc (or <code class="literal">NULL</code>)
558
546
</td>
559
547
</tr>
560
548
<tr>
561
549
<td><p><span class="term"><em class="parameter"><code>value_help</code></em> :</span></p></td>
562
 
<td> return location for the value's translated help (or <a
563
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
564
 
><code class="literal">NULL</code></a>)
 
550
<td> return location for the value's translated help (or <code class="literal">NULL</code>)
565
551
</td>
566
552
</tr>
567
553
<tr>
568
554
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
569
 
<td> <a
570
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
571
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em> is valid for the <em class="parameter"><code>enum_type</code></em>,
572
 
              <a
573
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
574
 
><code class="literal">FALSE</code></a> otherwise
 
555
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>value</code></em> is valid for the <em class="parameter"><code>enum_type</code></em>,
 
556
              <code class="literal">FALSE</code> otherwise
575
557
 
576
558
</td>
577
559
</tr>
678
660
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"
679
661
>guint</a> value);</pre>
680
662
<p>
681
 
Retrieves the first <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> that matches the given value, or <a
682
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
683
 
><code class="literal">NULL</code></a>.</p>
 
663
Retrieves the first <a class="link" href="libgimpbase-gimpbasetypes.html#GimpFlagsDesc" title="GimpFlagsDesc"><span class="type">GimpFlagsDesc</span></a> that matches the given value, or <code class="literal">NULL</code>.</p>
684
664
<p>
685
665
 
686
666
</p>
737
717
Checks if <em class="parameter"><code>value</code></em> is valid for the flags registered as <em class="parameter"><code>flags_type</code></em>.
738
718
If the value exists in that flags, its name, nick and its translated
739
719
desc and help are returned (if <em class="parameter"><code>value_name</code></em>, <em class="parameter"><code>value_nick</code></em>, <em class="parameter"><code>value_desc</code></em>
740
 
and <em class="parameter"><code>value_help</code></em> are not <a
741
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
742
 
><code class="literal">NULL</code></a>).</p>
 
720
and <em class="parameter"><code>value_help</code></em> are not <code class="literal">NULL</code>).</p>
743
721
<p>
744
722
 
745
723
</p>
760
738
</tr>
761
739
<tr>
762
740
<td><p><span class="term"><em class="parameter"><code>value_name</code></em> :</span></p></td>
763
 
<td> return location for the value's name (or <a
764
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
765
 
><code class="literal">NULL</code></a>)
 
741
<td> return location for the value's name (or <code class="literal">NULL</code>)
766
742
</td>
767
743
</tr>
768
744
<tr>
769
745
<td><p><span class="term"><em class="parameter"><code>value_nick</code></em> :</span></p></td>
770
 
<td> return location for the value's nick (or <a
771
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
772
 
><code class="literal">NULL</code></a>)
 
746
<td> return location for the value's nick (or <code class="literal">NULL</code>)
773
747
</td>
774
748
</tr>
775
749
<tr>
776
750
<td><p><span class="term"><em class="parameter"><code>value_desc</code></em> :</span></p></td>
777
 
<td> return location for the value's translated desc (or <a
778
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
779
 
><code class="literal">NULL</code></a>)
 
751
<td> return location for the value's translated desc (or <code class="literal">NULL</code>)
780
752
</td>
781
753
</tr>
782
754
<tr>
783
755
<td><p><span class="term"><em class="parameter"><code>value_help</code></em> :</span></p></td>
784
 
<td> return location for the value's translated help (or <a
785
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
786
 
><code class="literal">NULL</code></a>)
 
756
<td> return location for the value's translated help (or <code class="literal">NULL</code>)
787
757
</td>
788
758
</tr>
789
759
<tr>
790
760
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
791
 
<td> <a
792
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
793
 
><code class="literal">TRUE</code></a> if <em class="parameter"><code>value</code></em> is valid for the <em class="parameter"><code>flags_type</code></em>,
794
 
              <a
795
 
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
796
 
><code class="literal">FALSE</code></a> otherwise
 
761
<td> <code class="literal">TRUE</code> if <em class="parameter"><code>value</code></em> is valid for the <em class="parameter"><code>flags_type</code></em>,
 
762
              <code class="literal">FALSE</code> otherwise
797
763
 
798
764
</td>
799
765
</tr>