New upstream version 3.24.28

This commit is contained in:
Simon McVittie
2021-04-15 09:52:10 +01:00
571 changed files with 181992 additions and 178915 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="TreeWidgetObjects.html" title="Tree, List and Icon Grid Widgets">
<link rel="prev" href="GtkCellRendererSpinner.html" title="GtkCellRendererSpinner">
<link rel="next" href="GtkTreeStore.html" title="GtkTreeStore">
<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">
@ -342,7 +342,7 @@ application writer to call <a class="link" href="GtkTreeModel.html#gtk-tree-mode
<span class="n">COLUMN_STRING</span><span class="p">,</span> <span class="n">some_data</span><span class="p">,</span>
<span class="n">COLUMN_INT</span><span class="p">,</span> <span class="n">i</span><span class="p">,</span>
<span class="n">COLUMN_BOOLEAN</span><span class="p">,</span> <span class="n">FALSE</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">// As the store will keep a copy of the string internally,</span>
<span class="c1">// we free some_data.</span>
@ -357,7 +357,7 @@ application writer to call <a class="link" href="GtkTreeModel.html#gtk-tree-mode
<span class="n">gtk_tree_path_free</span> <span class="p">(</span><span class="n">path</span><span class="p">);</span>
<span class="n">gtk_list_store_set</span> <span class="p">(</span><span class="n">list_store</span><span class="p">,</span> <span class="o">&amp;</span><span class="n">iter</span><span class="p">,</span>
<span class="n">COLUMN_BOOLEAN</span><span class="p">,</span> <span class="n">TRUE</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="p">}</span></pre></td>
</tr>
</tbody>
@ -533,7 +533,7 @@ gtk_list_store_newv (<em class="parameter"><code><span class="type">gint</span>
<div class="refsect3">
<a name="gtk-list-store-newv.returns"></a><h4>Returns</h4>
<p>a new <a class="link" href="GtkListStore.html" title="GtkListStore"><span class="type">GtkListStore</span></a>. </p>
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
<p><span class="annotation">[<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>
@ -959,7 +959,7 @@ has the same effect as calling</p>
10
11</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="k">static</span> <span class="kt">void</span>
<span class="nf">insert_value</span> <span class="p">(</span><span class="n">GtkListStore</span> <span class="o">*</span><span class="n">list_store</span><span class="p">,</span>
<span class="n">insert_value</span> <span class="p">(</span><span class="n">GtkListStore</span> <span class="o">*</span><span class="n">list_store</span><span class="p">,</span>
<span class="n">GtkTreeIter</span> <span class="o">*</span><span class="n">iter</span><span class="p">,</span>
<span class="kt">int</span> <span class="n">position</span><span class="p">)</span>
<span class="p">{</span>
@ -1384,6 +1384,6 @@ will be moved to the start of the list.</p>
</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>