Imported Upstream version 2.4.1

This commit is contained in:
Ari Pollak
2010-08-11 01:23:35 -04:00
parent 258b1471f0
commit 69250d2dd6
266 changed files with 77744 additions and 54804 deletions

View File

@ -63,18 +63,18 @@
<a class="link" href="GimpIntStore.html#GimpIntStore-struct">GimpIntStore</a>;
enum <a class="link" href="GimpIntStore.html#GimpIntStoreColumns">GimpIntStoreColumns</a>;
<a
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
href="../gtk/GtkListStore.html"
>GtkListStore</a>* <a class="link" href="GimpIntStore.html#gimp-int-store-new">gimp_int_store_new</a> (void);
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> <a class="link" href="GimpIntStore.html#gimp-int-store-lookup-by-value">gimp_int_store_lookup_by_value</a> (<a
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
href="../gtk/GtkTreeModel.html"
>GtkTreeModel</a> *model,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> value,
<a
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
href="../gtk/GtkTreeModel.html#GtkTreeIter"
>GtkTreeIter</a> *iter);
</pre>
@ -84,10 +84,10 @@ href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
<pre class="synopsis">
<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
href="../gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
+----<a
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
href="../gtk/GtkListStore.html"
>GtkListStore</a>
+----GimpIntStore
+----<a class="link" href="GimpEnumStore.html" title="GimpEnumStore">GimpEnumStore</a>
@ -98,13 +98,13 @@ href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
<p>
GimpIntStore implements
GtkBuildable, <a
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
href="../gtk/GtkTreeModel.html"
>GtkTreeModel</a>, <a
href="/usr/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"
href="../gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragSource"
>GtkTreeDragSource</a>, <a
href="/usr/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"
href="../gtk/gtk-GtkTreeView-drag-and-drop.html#GtkTreeDragDest"
>GtkTreeDragDest</a> and <a
href="/usr/share/gtk-doc/html/gtk/GtkTreeSortable.html"
href="../gtk/GtkTreeSortable.html"
>GtkTreeSortable</a>.</p>
</div>
<div class="refsect1" lang="en">
@ -112,7 +112,7 @@ href="/usr/share/gtk-doc/html/gtk/GtkTreeSortable.html"
<pre class="synopsis">
"<a class="link" href="GimpIntStore.html#GimpIntStore--user-data-type">user-data-type</a>" <a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> : Read / Write / Construct Only
</pre>
</div>
@ -155,11 +155,11 @@ A model for integer based name-value pairs (e.g. enums)
<a name="id2629039"></a><h3>
<a name="gimp-int-store-new"></a>gimp_int_store_new ()</h3>
<a class="indexterm" name="id2629053"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
href="../gtk/GtkListStore.html"
>GtkListStore</a>* gimp_int_store_new (void);</pre>
<p>
Creates a <a
href="/usr/share/gtk-doc/html/gtk/GtkListStore.html"
href="../gtk/GtkListStore.html"
><span class="type">GtkListStore</span></a> with a number of useful columns.
<a class="link" href="GimpIntStore.html" title="GimpIntStore"><span class="type">GimpIntStore</span></a> is especially useful if the items you want to store
are identified using an integer value.</p>
@ -183,15 +183,15 @@ are identified using an integer value.</p>
<a name="id2631091"></a><h3>
<a name="gimp-int-store-lookup-by-value"></a>gimp_int_store_lookup_by_value ()</h3>
<a class="indexterm" name="id2631104"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
href="../glib/glib-Basic-Types.html#gboolean"
>gboolean</a> gimp_int_store_lookup_by_value (<a
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html"
href="../gtk/GtkTreeModel.html"
>GtkTreeModel</a> *model,
<a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
href="../glib/glib-Basic-Types.html#gint"
>gint</a> value,
<a
href="/usr/share/gtk-doc/html/gtk/GtkTreeModel.html#GtkTreeIter"
href="../gtk/GtkTreeModel.html#GtkTreeIter"
>GtkTreeIter</a> *iter);</pre>
<p>
Iterate over the <em class="parameter"><code>model</code></em> looking for <em class="parameter"><code>value</code></em>.</p>
@ -219,10 +219,10 @@ Iterate over the <em class="parameter"><code>model</code></em> looking for <em c
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
<td> <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"
href="../glib/glib-Standard-Macros.html#TRUE:CAPS"
><code class="literal">TRUE</code></a> if the value has been located and <em class="parameter"><code>iter</code></em> is
valid, <a
href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
href="../glib/glib-Standard-Macros.html#FALSE:CAPS"
><code class="literal">FALSE</code></a> otherwise.
</td>
@ -239,11 +239,11 @@ href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"
<a name="id2631282"></a><h3>
<a name="GimpIntStore--user-data-type"></a>The <code class="literal">"user-data-type"</code> property</h3>
<a class="indexterm" name="id2631296"></a><pre class="programlisting"> "user-data-type" <a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
href="../gobject/gobject-Type-Information.html#GType"
>GType</a> : Read / Write / Construct Only</pre>
<p>
Allows to set the <a
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
href="../gobject/gobject-Type-Information.html#GType"
><span class="type">GType</span></a> for the GIMP_INT_STORE_USER_DATA column.
</p>
<p>