New upstream version 3.24.4
This commit is contained in:
@ -403,7 +403,7 @@ as <code class="literal">TRUE</code>, strings like “FALSE”, “f”, “no
|
||||
as <code class="literal">FALSE</code>), enumerations (can be specified by their name, nick or
|
||||
integer value), flags (can be specified by their name, nick, integer
|
||||
value, optionally combined with “|”, e.g. “GTK_VISIBLE|GTK_REALIZED”)
|
||||
and colors (in a format understood by <a href="../html/gdk3-RGBA-Colors.html#gdk-rgba-parse"><code class="function">gdk_rgba_parse()</code></a>).</p>
|
||||
and colors (in a format understood by <a href="https://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#gdk-rgba-parse"><code class="function">gdk_rgba_parse()</code></a>).</p>
|
||||
<p>GVariants can be specified in the format understood by <code class="function">g_variant_parse()</code>,
|
||||
and pixbufs can be specified as a filename of an image file to load.</p>
|
||||
<p>Objects can be referred to by their name and by default refer to
|
||||
@ -1634,7 +1634,7 @@ calls <code class="function">g_value_init()</code> on the <em class="parameter">
|
||||
argument, so it need not be
|
||||
initialised beforehand.</p>
|
||||
<p>This function can handle char, uchar, boolean, int, uint, long,
|
||||
ulong, enum, flags, float, double, string, <a href="../html/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>, <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> and
|
||||
ulong, enum, flags, float, double, string, <a href="https://developer.gnome.org/gdk3/gdk3-Colors.html#GdkColor"><span class="type">GdkColor</span></a>, <a href="https://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> and
|
||||
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> type values. Support for <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> type values is
|
||||
still to come.</p>
|
||||
<p>Upon errors <code class="literal">FALSE</code> will be returned and <em class="parameter"><code>error</code></em>
|
||||
|
Reference in New Issue
Block a user