New upstream version 3.24.28
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
|
||||
<link rel="prev" href="TreeWidget.html" title="Tree and List Widget Overview">
|
||||
<link rel="next" href="GtkTreeSelection.html" title="GtkTreeSelection">
|
||||
<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -859,7 +859,7 @@ how to write such a function, see the <a class="link" href="GtkListStore.html" t
|
||||
<span class="n">gtk_tree_model_get</span> <span class="p">(</span><span class="n">list_store</span><span class="p">,</span> <span class="o">&</span><span class="n">iter</span><span class="p">,</span>
|
||||
<span class="n">STRING_COLUMN</span><span class="p">,</span> <span class="o">&</span><span class="n">str_data</span><span class="p">,</span>
|
||||
<span class="n">INT_COLUMN</span><span class="p">,</span> <span class="o">&</span><span class="n">int_data</span><span class="p">,</span>
|
||||
<span class="o">-</span><span class="mi">1</span><span class="p">);</span>
|
||||
<span class="mi">-1</span><span class="p">);</span>
|
||||
|
||||
<span class="c1">// Do something with the data</span>
|
||||
<span class="n">g_print</span> <span class="p">(</span><span class="s">"Row %d: (%s,%d)</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span>
|
||||
@ -1276,7 +1276,7 @@ returned in the integer array, or <code class="literal">NULL</code>. </p></td>
|
||||
<a name="gtk-tree-path-get-indices-with-depth.returns"></a><h4>Returns</h4>
|
||||
<p>The current
|
||||
indices, or <code class="literal">NULL</code>. </p>
|
||||
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=depth][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=depth][<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
||||
</div>
|
||||
@ -1686,7 +1686,7 @@ gtk_tree_row_reference_get_model (<em class="parameter"><code><a class="link" hr
|
||||
<div class="refsect3">
|
||||
<a name="gtk-tree-row-reference-get-model.returns"></a><h4>Returns</h4>
|
||||
<p>the model. </p>
|
||||
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></p>
|
||||
</div>
|
||||
<p class="since">Since: 2.8</p>
|
||||
</div>
|
||||
@ -1715,7 +1715,7 @@ or <code class="literal">NULL</code> if the path pointed to is no longer valid.<
|
||||
<div class="refsect3">
|
||||
<a name="gtk-tree-row-reference-get-path.returns"></a><h4>Returns</h4>
|
||||
<p>a current path, or <code class="literal">NULL</code>. </p>
|
||||
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
||||
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="The caller owns the data, and is responsible for free it."><span class="acronym">transfer full</span></acronym>]</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
@ -2260,7 +2260,7 @@ to free any allocated memory.</p>
|
||||
<tr>
|
||||
<td class="parameter_name"><p>value</p></td>
|
||||
<td class="parameter_description"><p>an empty <span class="type">GValue</span> to set. </p></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></td>
|
||||
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="The data is owned by the callee, which is responsible of freeing it."><span class="acronym">transfer none</span></acronym>]</span></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -3635,6 +3635,6 @@ i.e. <em class="parameter"><code>new_order</code></em>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.33.0</div>
|
||||
<hr>Generated by GTK-Doc V1.33.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user