~ubuntu-branches/ubuntu/karmic/gimp/karmic

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpbrush.html

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2008-11-24 14:16:39 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20081124141639-12b1g29vvadd5pzp
Tags: 2.6.3-1ubuntu1
* Sync with Debian experimental (LP: #301724)
* 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:
105
105
                                                         <a
106
106
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
107
107
>gint</a> *num_mask_bytes,
108
 
                                                         <a
109
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
110
 
>guint8</a> **mask_bytes,
 
108
                                                         guint8 **mask_bytes,
111
109
                                                         <a
112
110
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
113
111
>gint</a> *color_bpp,
114
112
                                                         <a
115
113
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
116
114
>gint</a> *num_color_bytes,
117
 
                                                         <a
118
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
119
 
>guint8</a> **color_bytes);
 
115
                                                         guint8 **color_bytes);
120
116
<a
121
117
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
122
118
>gboolean</a>            <a class="link" href="libgimp-gimpbrush.html#gimp-brush-get-spacing" title="gimp_brush_get_spacing ()">gimp_brush_get_spacing</a>              (const <a
460
456
                                                         <a
461
457
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
462
458
>gint</a> *num_mask_bytes,
463
 
                                                         <a
464
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
465
 
>guint8</a> **mask_bytes,
 
459
                                                         guint8 **mask_bytes,
466
460
                                                         <a
467
461
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
468
462
>gint</a> *color_bpp,
469
463
                                                         <a
470
464
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
471
465
>gint</a> *num_color_bytes,
472
 
                                                         <a
473
 
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint8"
474
 
>guint8</a> **color_bytes);</pre>
 
466
                                                         guint8 **color_bytes);</pre>
475
467
<p>
476
468
Retrieve information about the specified brush.
477
469
</p>