New upstream version 3.24.31

This commit is contained in:
Simon McVittie
2021-12-26 18:40:54 +00:00
438 changed files with 400009 additions and 386789 deletions

View File

@ -341,7 +341,7 @@ them to the new range.</p>
28
29</pre></td>
<td class="listing_code"><pre class="programlisting"><span class="k">static</span> <span class="n">GtkWidget</span> <span class="o">*</span>
<span class="n">create_level_bar</span> <span class="p">(</span><span class="kt">void</span><span class="p">)</span>
<span class="nf">create_level_bar</span> <span class="p">(</span><span class="kt">void</span><span class="p">)</span>
<span class="p">{</span>
<span class="n">GtkWidget</span> <span class="o">*</span><span class="n">widget</span><span class="p">;</span>
<span class="n">GtkLevelBar</span> <span class="o">*</span><span class="n">bar</span><span class="p">;</span>
@ -392,8 +392,8 @@ mode to discrete.</p>
<div class="refsect2">
<a name="id-1.3.8.7.11.6"></a><h3>GtkLevelBar as GtkBuildable</h3>
<p>The GtkLevelBar implementation of the GtkBuildable interface supports a
custom &lt;offsets&gt; element, which can contain any number of &lt;offset&gt; elements,
each of which must have name and value attributes.</p>
custom <code class="literal">&lt;offsets&gt;</code> element, which can contain any number of <code class="literal">&lt;offset&gt;</code> elements,
each of which must have "name" and "value" attributes.</p>
</div>
<hr>
<div class="refsect2">