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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, 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:
    - set Vcs-Bzr url

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
</p>
228
228
<p>
229
229
Note that a new unit is always created with it's deletion flag
230
 
set to <a
231
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
232
 
><code class="literal">TRUE</code></a>. You will have to set it to <a
233
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE--CAPS"
234
 
><code class="literal">FALSE</code></a> with
 
230
set to <code class="literal">TRUE</code>. You will have to set it to <code class="literal">FALSE</code> with
235
231
<a class="link" href="libgimpbase-gimpunit.html#gimp-unit-set-deletion-flag" title="gimp_unit_set_deletion_flag ()"><code class="function">gimp_unit_set_deletion_flag()</code></a> to make the unit definition persistent.</p>
236
232
<p>
237
233
</p>
316
312
>gboolean</a> deletion_flag);</pre>
317
313
<p>
318
314
Sets a <a class="link" href="libgimpbase-gimpunit.html#GimpUnit" title="enum GimpUnit"><span class="type">GimpUnit</span></a>'s <em class="parameter"><code>deletion_flag</code></em>. If the <em class="parameter"><code>deletion_flag</code></em> of a unit is
319
 
<a
320
 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE--CAPS"
321
 
><code class="literal">TRUE</code></a> when GIMP exits, this unit will not be saved in the users's
 
315
<code class="literal">TRUE</code> when GIMP exits, this unit will not be saved in the users's
322
316
"unitrc" file.
323
317
</p>
324
318
<p>
557
551
<p>
558
552
<a class="link" href="libgimpbase-gimpunit.html#GIMP-TYPE-UNIT--CAPS" title="GIMP_TYPE_UNIT"><span class="type">GIMP_TYPE_UNIT</span></a> is a <a
559
553
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"
560
 
><span class="type">GType</span></a> derived from <a
561
 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-INT--CAPS"
562
 
><span class="type">G_TYPE_INT</span></a>.
 
554
><span class="type">GType</span></a> derived from <span class="type">G_TYPE_INT</span>.
563
555
</p>
564
556
</div>
565
557
<hr>