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

« back to all changes in this revision

Viewing changes to devel-docs/libgimp/html/libgimp-gimpmessage.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>gimpmessage</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="GIMP Library Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="GIMP Library Reference Manual">
8
8
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
9
9
<link rel="prev" href="libgimp-gimphelp.html" title="gimphelp">
10
10
<link rel="next" href="libgimp-gimpplugin.html" title="gimpplugin">
38
38
                <a href="#libgimp-gimpmessage.description" class="shortcut">Description</a>
39
39
</td></tr>
40
40
</table>
41
 
<div class="refentry" lang="en">
 
41
<div class="refentry" title="gimpmessage">
42
42
<a name="libgimp-gimpmessage"></a><div class="titlepage"></div>
43
43
<div class="refnamediv"><table width="100%"><tr>
44
44
<td valign="top">
47
47
</td>
48
48
<td valign="top" align="right"></td>
49
49
</tr></table></div>
50
 
<div class="refsynopsisdiv">
 
50
<div class="refsynopsisdiv" title="Synopsis">
51
51
<a name="libgimp-gimpmessage.synopsis"></a><h2>Synopsis</h2>
52
52
<pre class="synopsis">
53
53
<a
65
65
>GimpMessageHandlerType</a> handler);
66
66
</pre>
67
67
</div>
68
 
<div class="refsect1" lang="en">
 
68
<div class="refsect1" title="Description">
69
69
<a name="libgimp-gimpmessage.description"></a><h2>Description</h2>
70
70
<p>
71
71
Display a dialog box with a message.
72
72
</p>
73
73
</div>
74
 
<div class="refsect1" lang="en">
 
74
<div class="refsect1" title="Details">
75
75
<a name="libgimp-gimpmessage.details"></a><h2>Details</h2>
76
 
<div class="refsect2" lang="en">
 
76
<div class="refsect2" title="gimp_message ()">
77
77
<a name="gimp-message"></a><h3>gimp_message ()</h3>
78
78
<pre class="programlisting"><a
79
79
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
105
105
</table></div>
106
106
</div>
107
107
<hr>
108
 
<div class="refsect2" lang="en">
 
108
<div class="refsect2" title="gimp_message_get_handler ()">
109
109
<a name="gimp-message-get-handler"></a><h3>gimp_message_get_handler ()</h3>
110
110
<pre class="programlisting"><a
111
111
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
129
129
</table></div>
130
130
</div>
131
131
<hr>
132
 
<div class="refsect2" lang="en">
 
132
<div class="refsect2" title="gimp_message_set_handler ()">
133
133
<a name="gimp-message-set-handler"></a><h3>gimp_message_set_handler ()</h3>
134
134
<pre class="programlisting"><a
135
135
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"