New upstream version 3.24.5

This commit is contained in:
Jeremy Bicha
2019-02-04 16:36:47 -05:00
512 changed files with 389739 additions and 466248 deletions

View File

@ -84,7 +84,7 @@
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gboolean</span>
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="GtkHSV.html#gtk-hsv-is-adjusting" title="gtk_hsv_is_adjusting ()">gtk_hsv_is_adjusting</a> <span class="c_punctuation">()</span>
@ -121,12 +121,12 @@
<tr>
<td class="signal_type"><span class="returnvalue">void</span></td>
<td class="signal_name"><a class="link" href="GtkHSV.html#GtkHSV-changed" title="The “changed” signal">changed</a></td>
<td class="signal_flags">Run First</td>
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></td>
</tr>
<tr>
<td class="signal_type"><span class="returnvalue">void</span></td>
<td class="signal_name"><a class="link" href="GtkHSV.html#GtkHSV-move" title="The “move” signal">move</a></td>
<td class="signal_flags">Action</td>
<td class="signal_flags"><a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></td>
</tr>
</tbody>
</table></div>
@ -146,8 +146,8 @@
</div>
<div class="refsect1">
<a name="GtkHSV.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> GObject
<span class="lineart">╰──</span> GInitiallyUnowned
<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
<span class="lineart">╰──</span> GtkHSV
</pre>
@ -237,9 +237,9 @@ Color component values must be in the [0.0, 1.0] range.</p>
<a name="gtk-hsv-get-color"></a><h3>gtk_hsv_get_color ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_hsv_get_color (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *h</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *s</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *v</code></em>);</pre>
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
<div class="warning"><p><code class="literal">gtk_hsv_get_color</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Queries the current color in an HSV color selector.
Returned values will be in the [0.0, 1.0] range.</p>
@ -282,8 +282,8 @@ Returned values will be in the [0.0, 1.0] range.</p>
<a name="gtk-hsv-set-metrics"></a><h3>gtk_hsv_set_metrics ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_hsv_set_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
<em class="parameter"><code><span class="type">gint</span> size</code></em>,
<em class="parameter"><code><span class="type">gint</span> ring_width</code></em>);</pre>
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ring_width</code></em>);</pre>
<div class="warning"><p><code class="literal">gtk_hsv_set_metrics</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Sets the size and ring width of an HSV color selector.</p>
<div class="refsect3">
@ -320,8 +320,8 @@ gtk_hsv_set_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.ht
<a name="gtk-hsv-get-metrics"></a><h3>gtk_hsv_get_metrics ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_hsv_get_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
<em class="parameter"><code><span class="type">gint</span> *size</code></em>,
<em class="parameter"><code><span class="type">gint</span> *ring_width</code></em>);</pre>
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *size</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ring_width</code></em>);</pre>
<div class="warning"><p><code class="literal">gtk_hsv_get_metrics</code> is deprecated and should not be used in newly-written code.</p></div>
<p>Queries the size and ring width of an HSV color selector.</p>
<div class="refsect3">
@ -356,7 +356,7 @@ gtk_hsv_get_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.ht
<hr>
<div class="refsect2">
<a name="gtk-hsv-is-adjusting"></a><h3>gtk_hsv_is_adjusting ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>
<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gtk_hsv_is_adjusting (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>);</pre>
<div class="warning"><p><code class="literal">gtk_hsv_is_adjusting</code> is deprecated and should not be used in newly-written code.</p></div>
<p>An HSV color selector can be said to be adjusting if multiple rapid
@ -380,8 +380,8 @@ the HSV color selector is being adjusted or not.</p>
</div>
<div class="refsect3">
<a name="gtk-hsv-is-adjusting.returns"></a><h4>Returns</h4>
<p> <code class="literal">TRUE</code> if clients can ignore changes to the color value,
since they may be transitory, or <code class="literal">FALSE</code> if they should consider
<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clients can ignore changes to the color value,
since they may be transitory, or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they should consider
the color value status to be final.</p>
</div>
<p class="since">Since: 2.14</p>
@ -390,12 +390,12 @@ the color value status to be final.</p>
<div class="refsect2">
<a name="gtk-hsv-to-rgb"></a><h3>gtk_hsv_to_rgb ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_hsv_to_rgb (<em class="parameter"><code><span class="type">gdouble</span> h</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> s</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> v</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *r</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *g</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *b</code></em>);</pre>
gtk_hsv_to_rgb (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> h</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> s</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *r</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *g</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *b</code></em>);</pre>
<p>Converts a color from HSV space to RGB.</p>
<p>Input values must be in the [0.0, 1.0] range;
output values will be in the same range.</p>
@ -447,12 +447,12 @@ output values will be in the same range.</p>
<div class="refsect2">
<a name="gtk-rgb-to-hsv"></a><h3>gtk_rgb_to_hsv ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_rgb_to_hsv (<em class="parameter"><code><span class="type">gdouble</span> r</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> g</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> b</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *h</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *s</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> *v</code></em>);</pre>
gtk_rgb_to_hsv (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> r</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> g</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> b</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
<p>Converts a color from RGB space to HSV.</p>
<p>Input values must be in the [0.0, 1.0] range;
output values will be in the same range.</p>
@ -514,8 +514,8 @@ output values will be in the same range.</p>
<a name="GtkHSV-changed"></a><h3>The <code class="literal">“changed”</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv,
<span class="type">gpointer</span> user_data)</pre>
<p>Flags: Run First</p>
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS">Run First</a></p>
</div>
<hr>
<div class="refsect2">
@ -523,8 +523,8 @@ user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="ty
<pre class="programlisting"><span class="returnvalue">void</span>
user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv,
<a class="link" href="gtk3-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
<span class="type">gpointer</span> user_data)</pre>
<p>Flags: Action</p>
<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
<p>Flags: <a href="https://developer.gnome.org/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS">Action</a></p>
</div>
</div>
<div class="refsect1">