Imported Upstream version 2.6.3

This commit is contained in:
Ari Pollak
2010-08-11 01:26:23 -04:00
parent 96563501af
commit 15545dd8aa
254 changed files with 53505 additions and 39120 deletions

View File

@ -55,28 +55,54 @@
<a name="GimpProcBrowserDialog.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
<a class="link" href="GimpProcBrowserDialog.html#GimpProcBrowserDialog-struct" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a>;
GtkWidget* <a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-new" title="gimp_proc_browser_dialog_new ()">gimp_proc_browser_dialog_new</a> (const gchar *title,
const gchar *role,
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* <a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-new" title="gimp_proc_browser_dialog_new ()">gimp_proc_browser_dialog_new</a> (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *title,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *role,
<a
href="../libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"
>GimpHelpFunc</a> help_func,
const gchar *help_id,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_id,
...);
gchar* <a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-get-selected" title="gimp_proc_browser_dialog_get_selected ()">gimp_proc_browser_dialog_get_selected</a>
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a>* <a class="link" href="GimpProcBrowserDialog.html#gimp-proc-browser-dialog-get-selected" title="gimp_proc_browser_dialog_get_selected ()">gimp_proc_browser_dialog_get_selected</a>
(<a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="GimpProcBrowserDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----GInitiallyUnowned
+----GtkObject
+----GtkWidget
+----GtkContainer
+----GtkBin
+----GtkWindow
+----GtkDialog
<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
>GInitiallyUnowned</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
>GtkObject</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
>GtkContainer</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkBin.html"
>GtkBin</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html"
>GtkWindow</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkDialog.html"
>GtkDialog</a>
+----<a
href="../libgimpwidgets/GimpDialog.html"
>GimpDialog</a>
@ -87,7 +113,9 @@ href="../libgimpwidgets/GimpDialog.html"
<a name="GimpProcBrowserDialog.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GimpProcBrowserDialog implements
AtkImplementorIface and GtkBuildable.</p>
AtkImplementorIface and <a
href="/usr/share/gtk-doc/html/gtk/gtk-gtkbuildable.html#GtkBuildable"
>GtkBuildable</a>.</p>
</div>
<div class="refsect1" lang="en">
<a name="GimpProcBrowserDialog.signals"></a><h2>Signals</h2>
@ -114,12 +142,20 @@ GimpProcBrowserDialog implements
<hr>
<div class="refsect2" lang="en">
<a name="gimp-proc-browser-dialog-new"></a><h3>gimp_proc_browser_dialog_new ()</h3>
<pre class="programlisting">GtkWidget* gimp_proc_browser_dialog_new (const gchar *title,
const gchar *role,
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>* gimp_proc_browser_dialog_new (const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *title,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *role,
<a
href="../libgimpwidgets/libgimpwidgets-GimpHelpUI.html#GimpHelpFunc"
>GimpHelpFunc</a> help_func,
const gchar *help_id,
const <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a> *help_id,
...);</pre>
<p>
Create a new <a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog"><span class="type">GimpProcBrowserDialog</span></a>.</p>
@ -136,7 +172,9 @@ Create a new <a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBr
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>role</code></em> :</span></p></td>
<td> The dialog's role, see <code class="function">gtk_window_set_role()</code>.
<td> The dialog's role, see <a
href="/usr/share/gtk-doc/html/gtk/GtkWindow.html#gtk-window-set-role"
><code class="function">gtk_window_set_role()</code></a>.
</td>
</tr>
<tr>
@ -151,7 +189,9 @@ Create a new <a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBr
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
<td> A <code class="literal">NULL</code>-terminated list destribing the action_area buttons.
<td> A <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
><code class="literal">NULL</code></a>-terminated list destribing the action_area buttons.
</td>
</tr>
<tr>
@ -168,7 +208,9 @@ Create a new <a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBr
<hr>
<div class="refsect2" lang="en">
<a name="gimp-proc-browser-dialog-get-selected"></a><h3>gimp_proc_browser_dialog_get_selected ()</h3>
<pre class="programlisting">gchar* gimp_proc_browser_dialog_get_selected
<pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"
>gchar</a>* gimp_proc_browser_dialog_get_selected
(<a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog);</pre>
<p>
Retrieves the name of the currently selected procedure.</p>
@ -185,7 +227,9 @@ Retrieves the name of the currently selected procedure.</p>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td> The name of the selected procedure of <code class="literal">NULL</code> if no
<td> The name of the selected procedure of <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"
><code class="literal">NULL</code></a> if no
procedure is selected.
</td>
@ -201,9 +245,13 @@ Retrieves the name of the currently selected procedure.</p>
<div class="refsect2" lang="en">
<a name="GimpProcBrowserDialog-row-activated"></a><h3>The <code class="literal">"row-activated"</code> signal</h3>
<pre class="programlisting">void user_function (<a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog,
gpointer user_data) : Run Last</pre>
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run Last</pre>
<p>
Emitted when one of the rows in the contained <span class="type">GtkTreeView</span> is activated.</p>
Emitted when one of the rows in the contained <a
href="/usr/share/gtk-doc/html/gtk/GtkTreeView.html"
><span class="type">GtkTreeView</span></a> is activated.</p>
<p>
</p>
@ -226,9 +274,13 @@ Emitted when one of the rows in the contained <span class="type">GtkTreeView</sp
<div class="refsect2" lang="en">
<a name="GimpProcBrowserDialog-selection-changed"></a><h3>The <code class="literal">"selection-changed"</code> signal</h3>
<pre class="programlisting">void user_function (<a class="link" href="GimpProcBrowserDialog.html" title="GimpProcBrowserDialog">GimpProcBrowserDialog</a> *dialog,
gpointer user_data) : Run Last</pre>
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data) : Run Last</pre>
<p>
Emitted when the selection in the contained <span class="type">GtkTreeView</span> changes.</p>
Emitted when the selection in the contained <a
href="/usr/share/gtk-doc/html/gtk/GtkTreeView.html"
><span class="type">GtkTreeView</span></a> changes.</p>
<p>
</p>