|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21572/root/usr/share/gtk-doc/html/gobject/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Value arrays</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
<link rel="start" href="index.html" title="GObject Reference Manual">
<link rel="up" href="rn01.html" title="API Reference">
<link rel="prev" href="gobject-Closures.html" title="Closures">
<link rel="next" href="rn02.html" title="Tools Reference">
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="preface" href="pr01.html" title="Introduction">
<link rel="part" href="pt01.html" title="Part I. Concepts">
<link rel="chapter" href="ch01.html" title="Background">
<link rel="chapter" href="ch02.html" title="The Glib Dynamic Type System">
<link rel="chapter" href="chapter-gobject.html" title="The GObject base class">
<link rel="chapter" href="chapter-signal.html" title="The GObject messaging system">
<link rel="reference" href="rn01.html" title="API Reference">
<link rel="reference" href="rn02.html" title="Tools Reference">
<link rel="part" href="pt02.html" title="Part IV. Tutorial">
<link rel="chapter" href="howto-gobject.html" title="How To define and implement a new GObject?">
<link rel="chapter" href="howto-interface.html" title="How To define and implement Interfaces?">
<link rel="chapter" href="howto-signals.html" title="Howto create and use signals">
<link rel="part" href="pt03.html" title="Part V. Related Tools">
<link rel="chapter" href="tools-gob.html" title="GObject builder">
<link rel="chapter" href="tools-ginspector.html" title="Graphical inspection of Gobjects">
<link rel="chapter" href="tools-refdb.html" title="Debugging reference count problems">
<link rel="chapter" href="tools-gtkdoc.html" title="Writing API docs">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
</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">
<tr valign="middle">
<td><a accesskey="p" href="gobject-Closures.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="rn01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GObject Reference Manual</th>
<td><a accesskey="n" href="rn02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2797824" class="shortcut">Top</a>
 | 
<a href="#id2798145" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="gobject-Value-arrays"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2797824"></a><span class="refentrytitle">Value arrays</span>
</h2>
<p>Value arrays — A container structure to maintain an array of generic values</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">
#include <glib-object.h>
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>;
<a href="gobject-Generic-values.html#GValue">GValue</a>* <a href="gobject-Value-arrays.html#g-value-array-get-nth">g_value_array_get_nth</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> index_);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-new">g_value_array_new</a> (<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> n_prealloced);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-copy">g_value_array_copy</a> (const <a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array);
void <a href="gobject-Value-arrays.html#g-value-array-free">g_value_array_free</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-append">g_value_array_append</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
const <a href="gobject-Generic-values.html#GValue">GValue</a> *value);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-prepend">g_value_array_prepend</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
const <a href="gobject-Generic-values.html#GValue">GValue</a> *value);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-insert">g_value_array_insert</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> index_,
const <a href="gobject-Generic-values.html#GValue">GValue</a> *value);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-remove">g_value_array_remove</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> index_);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-sort">g_value_array_sort</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Doubly-Linked-Lists.html#GCompareFunc"
>GCompareFunc</a> compare_func);
<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* <a href="gobject-Value-arrays.html#g-value-array-sort-with-data">g_value_array_sort_with_data</a> (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Doubly-Linked-Lists.html#GCompareDataFunc"
>GCompareDataFunc</a> compare_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2798145"></a><h2>Description</h2>
<p>
The prime purpose of a <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> is for it to be used as an object property
that holds an array of values. A <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> wraps an array of <a href="gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> elements
in order for it to be used as a boxed type through <a href="gobject-Generic-values.html#G-TYPE-VALUE-ARRAY:CAPS"><code class="literal">G_TYPE_VALUE_ARRAY</code></a>.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2798197"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2798208"></a><h3>
<a name="GValueArray"></a>GValueArray</h3>
<a class="indexterm" name="id2798220"></a><pre class="programlisting">typedef struct {
guint n_values;
GValue *values;
} GValueArray;
</pre>
<p>
A <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> contains an array of <a href="gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> elements.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> <em class="structfield"><code>n_values</code></em>;</span></td>
<td> number of values contained in the array
</td>
</tr>
<tr>
<td>
<span class="term"><a href="gobject-Generic-values.html#GValue">GValue</a> *<em class="structfield"><code>values</code></em>;</span></td>
<td> array of values
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798298"></a><h3>
<a name="g-value-array-get-nth"></a>g_value_array_get_nth ()</h3>
<a class="indexterm" name="id2798311"></a><pre class="programlisting"><a href="gobject-Generic-values.html#GValue">GValue</a>* g_value_array_get_nth (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> index_);</pre>
<p>
Return a pointer to the value at <em class="parameter"><code>index_</code></em> containd in <em class="parameter"><code>value_array</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to get a value from
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>index_</code></em> :</span></td>
<td> index of the value of interest
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> pointer to a value at <em class="parameter"><code>index_</code></em> in <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798421"></a><h3>
<a name="g-value-array-new"></a>g_value_array_new ()</h3>
<a class="indexterm" name="id2798435"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_new (<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> n_prealloced);</pre>
<p>
Allocate and initialize a new <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>, optionally preserve space
for <em class="parameter"><code>n_prealloced</code></em> elements. New arrays always contain 0 elements,
regardless of the value of <em class="parameter"><code>n_prealloced</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>n_prealloced</code></em> :</span></td>
<td>number of values to preallocate space for
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> a newly allocated <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> with 0 values
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798522"></a><h3>
<a name="g-value-array-copy"></a>g_value_array_copy ()</h3>
<a class="indexterm" name="id2798536"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_copy (const <a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array);</pre>
<p>
Construct an exact copy of a <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> by duplicating all its
contents.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to copy
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> Newly allocated copy of <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798616"></a><h3>
<a name="g-value-array-free"></a>g_value_array_free ()</h3>
<a class="indexterm" name="id2798629"></a><pre class="programlisting">void g_value_array_free (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array);</pre>
<p>
Free a <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> including its contents.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to free
</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798690"></a><h3>
<a name="g-value-array-append"></a>g_value_array_append ()</h3>
<a class="indexterm" name="id2798704"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_append (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
const <a href="gobject-Generic-values.html#GValue">GValue</a> *value);</pre>
<p>
Insert a copy of <em class="parameter"><code>value</code></em> as last element of <em class="parameter"><code>value_array</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to add an element to
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
<td> <a href="gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to copy into <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798830"></a><h3>
<a name="g-value-array-prepend"></a>g_value_array_prepend ()</h3>
<a class="indexterm" name="id2798844"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_prepend (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
const <a href="gobject-Generic-values.html#GValue">GValue</a> *value);</pre>
<p>
Insert a copy of <em class="parameter"><code>value</code></em> as first element of <em class="parameter"><code>value_array</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to add an element to
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
<td> <a href="gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to copy into <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2798971"></a><h3>
<a name="g-value-array-insert"></a>g_value_array_insert ()</h3>
<a class="indexterm" name="id2798984"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_insert (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> index_,
const <a href="gobject-Generic-values.html#GValue">GValue</a> *value);</pre>
<p>
Insert a copy of <em class="parameter"><code>value</code></em> at specified position into <em class="parameter"><code>value_array</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to add an element to
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>index_</code></em> :</span></td>
<td> insertion position, must be <= value_array->n_values
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em> :</span></td>
<td> <a href="gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> to copy into <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2799134"></a><h3>
<a name="g-value-array-remove"></a>g_value_array_remove ()</h3>
<a class="indexterm" name="id2799147"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_remove (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Basic-Types.html#guint"
>guint</a> index_);</pre>
<p>
Remove the value at position <em class="parameter"><code>index_</code></em> from <em class="parameter"><code>value_array</code></em>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td>
<a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to remove an element from
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>index_</code></em> :</span></td>
<td> position of value to remove, must be < value_array->n_values
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2799260"></a><h3>
<a name="g-value-array-sort"></a>g_value_array_sort ()</h3>
<a class="indexterm" name="id2799273"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_sort (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Doubly-Linked-Lists.html#GCompareFunc"
>GCompareFunc</a> compare_func);</pre>
<p>
Sort <em class="parameter"><code>value_array</code></em> using <em class="parameter"><code>compare_func</code></em> to compare the elements accoring to
the semantics of <a
href="../glib/glib-Doubly-Linked-Lists.html#GCompareFunc"
><span class="type">GCompareFunc</span></a>.
</p>
<p>
The current implementation uses Quick-Sort as sorting algorithm.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td> <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to sort
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>compare_func</code></em> :</span></td>
<td>function to compare elements
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2799399"></a><h3>
<a name="g-value-array-sort-with-data"></a>g_value_array_sort_with_data ()</h3>
<a class="indexterm" name="id2799413"></a><pre class="programlisting"><a href="gobject-Value-arrays.html#GValueArray">GValueArray</a>* g_value_array_sort_with_data (<a href="gobject-Value-arrays.html#GValueArray">GValueArray</a> *value_array,
<a
href="../glib/glib-Doubly-Linked-Lists.html#GCompareDataFunc"
>GCompareDataFunc</a> compare_func,
<a
href="../glib/glib-Basic-Types.html#gpointer"
>gpointer</a> user_data);</pre>
<p>
Sort <em class="parameter"><code>value_array</code></em> using <em class="parameter"><code>compare_func</code></em> to compare the elements accoring
to the semantics of <a
href="../glib/glib-Doubly-Linked-Lists.html#GCompareDataFunc"
><span class="type">GCompareDataFunc</span></a>.
</p>
<p>
The current implementation uses Quick-Sort as sorting algorithm.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_array</code></em> :</span></td>
<td> <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> to sort
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>compare_func</code></em> :</span></td>
<td> function to compare elements
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>user_data</code></em> :</span></td>
<td> extra data argument provided for <em class="parameter"><code>compare_func</code></em>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span> :</span></td>
<td> the <a href="gobject-Value-arrays.html#GValueArray"><span class="type">GValueArray</span></a> passed in as <em class="parameter"><code>value_array</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2799569"></a><h2>See Also</h2>
<p>
<a href="gobject-Generic-values.html#GValue"><span class="type">GValue</span></a>, <a href="gobject-Standard-Parameter-and-Value-Types.html#GParamSpecValueArray"><span class="type">GParamSpecValueArray</span></a>, <a href="gobject-Standard-Parameter-and-Value-Types.html#g-param-spec-value-array"><code class="function">g_param_spec_value_array()</code></a>
</p>
</div>
</div>
</body>
</html>