Imported Upstream version 2.6.10

This commit is contained in:
Ari Pollak
2010-08-11 01:28:26 -04:00
parent d302c2222c
commit 04341c96c0
875 changed files with 164198 additions and 146469 deletions

View File

@ -8,20 +8,8 @@
<link rel="up" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="prev" href="libgimp-gimphelp.html" title="gimphelp">
<link rel="next" href="libgimp-gimpplugin.html" title="gimpplugin">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="libgimp.html" title="Part I. GIMP Library">
<link rel="chapter" href="libgimp-general.html" title="Functions not Related to Specific Images">
<link rel="chapter" href="libgimp-image.html" title="Manupulating Images and their Properties">
<link rel="chapter" href="libgimp-data.html" title="Data Objects">
<link rel="chapter" href="libgimp-selectors.html" title="Controlling the Core's Selection Dialogs">
<link rel="part" href="libgimpui.html" title="Part II. GIMP User Interface Library">
<link rel="chapter" href="libgimpui-hierarchy.html" title="Object Hierarchy">
<link rel="index" href="libgimp-index.html" title="Index">
<link rel="index" href="libgimp-index-new-in-2-2.html" title="Index of new symbols in GIMP 2.2">
<link rel="index" href="libgimp-index-new-in-2-4.html" title="Index of new symbols in GIMP 2.4">
<link rel="index" href="libgimp-index-new-in-2-6.html" title="Index of new symbols in GIMP 2.6">
<link rel="index" href="libgimp-index-deprecated.html" title="Index of deprecated symbols">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
@ -34,8 +22,8 @@
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#libgimp-gimpmessage.synopsis" class="shortcut">Top</a>
 | 
<a href="#libgimp-gimpmessage.description" class="shortcut">Description</a>
 | 
<a href="#libgimp-gimpmessage.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry" title="gimpmessage">
@ -49,20 +37,9 @@
</tr></table></div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="libgimp-gimpmessage.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpmessage.html#gimp-message" title="gimp_message ()">gimp_message</a> (const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *message);
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
>GimpMessageHandlerType</a> <a class="link" href="libgimp-gimpmessage.html#gimp-message-get-handler" title="gimp_message_get_handler ()">gimp_message_get_handler</a> (void);
<a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="libgimp-gimpmessage.html#gimp-message-set-handler" title="gimp_message_set_handler ()">gimp_message_set_handler</a> (<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
>GimpMessageHandlerType</a> handler);
<pre class="synopsis"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpmessage.html#gimp-message" title="gimp_message ()">gimp_message</a> (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);
<a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"><span class="returnvalue">GimpMessageHandlerType</span></a> <a class="link" href="libgimp-gimpmessage.html#gimp-message-get-handler" title="gimp_message_get_handler ()">gimp_message_get_handler</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libgimp-gimpmessage.html#gimp-message-set-handler" title="gimp_message_set_handler ()">gimp_message_set_handler</a> (<em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"><span class="type">GimpMessageHandlerType</span></a> handler</code></em>);
</pre>
</div>
<div class="refsect1" title="Description">
@ -75,25 +52,20 @@ Display a dialog box with a message.
<a name="libgimp-gimpmessage.details"></a><h2>Details</h2>
<div class="refsect2" title="gimp_message ()">
<a name="gimp-message"></a><h3>gimp_message ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_message (const <a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
>gchar</a> *message);</pre>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_message (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);</pre>
<p>
Displays a dialog box with a message.
</p>
<p>
Displays a dialog box with a message. Useful for status or error
reporting. The message must be in UTF-8 encoding.</p>
<p>
reporting. The message must be in UTF-8 encoding.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>message</code></em> :</span></p></td>
<td> Message to display in the dialog.
<td>Message to display in the dialog.
</td>
</tr>
<tr>
@ -107,17 +79,14 @@ reporting. The message must be in UTF-8 encoding.</p>
<hr>
<div class="refsect2" title="gimp_message_get_handler ()">
<a name="gimp-message-get-handler"></a><h3>gimp_message_get_handler ()</h3>
<pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
>GimpMessageHandlerType</a> gimp_message_get_handler (void);</pre>
<pre class="programlisting"><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"><span class="returnvalue">GimpMessageHandlerType</span></a> gimp_message_get_handler (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Returns the current state of where warning messages are displayed.
</p>
<p>
This procedure returns the way g_message warnings are displayed.
They can be shown in a dialog box or printed on the console where
gimp was started.</p>
<p>
gimp was started.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
@ -131,26 +100,21 @@ gimp was started.</p>
<hr>
<div class="refsect2" title="gimp_message_set_handler ()">
<a name="gimp-message-set-handler"></a><h3>gimp_message_set_handler ()</h3>
<pre class="programlisting"><a
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_message_set_handler (<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"
>GimpMessageHandlerType</a> handler);</pre>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gimp_message_set_handler (<em class="parameter"><code><a href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpMessageHandlerType"><span class="type">GimpMessageHandlerType</span></a> handler</code></em>);</pre>
<p>
Controls where warning messages are displayed.
</p>
<p>
This procedure controls how g_message warnings are displayed. They
can be shown in a dialog box or printed on the console where gimp
was started.</p>
<p>
was started.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>handler</code></em> :</span></p></td>
<td> The new handler type.
<td>The new handler type.
</td>
</tr>
<tr>
@ -165,6 +129,6 @@ was started.</p>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.11</div>
Generated by GTK-Doc V1.15</div>
</body>
</html>
</html>