New upstream version 3.24.22

This commit is contained in:
Simon McVittie
2020-08-12 10:52:42 +01:00
680 changed files with 105720 additions and 105508 deletions

View File

@ -143,7 +143,7 @@
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkMessageDialog.html#GtkMessageDialog--secondary-text" title="The “secondary-text” property">secondary-text</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -154,7 +154,7 @@
</tr>
<tr>
<td class="property_type">
<span class="type">gchar</span> *</td>
<span class="type">char</span> *</td>
<td class="property_name"><a class="link" href="GtkMessageDialog.html#GtkMessageDialog--text" title="The “text” property">text</a></td>
<td class="property_flags">Read / Write</td>
</tr>
@ -175,7 +175,7 @@
<col width="200px" class="style_properties_flags">
</colgroup>
<tbody><tr>
<td class="property_type"><span class="type">gint</span></td>
<td class="property_type"><span class="type">int</span></td>
<td class="property_name"><a class="link" href="GtkMessageDialog.html#GtkMessageDialog--s-message-border" title="The “message-border” style property">message-border</a></td>
<td class="property_flags">Read</td>
</tr></tbody>
@ -897,7 +897,7 @@ area.</p>
<hr>
<div class="refsect2">
<a name="GtkMessageDialog--secondary-text"></a><h3>The <code class="literal">“secondary-text”</code> property</h3>
<pre class="programlisting"> “secondary-text” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “secondary-text” <span class="type">char</span> *</pre>
<p>The secondary text of the message dialog.</p>
<p>Owner: GtkMessageDialog</p>
<p>Flags: Read / Write</p>
@ -919,7 +919,7 @@ See <a href="https://developer.gnome.org/pango/pango-Markup.html#pango-parse-mar
<hr>
<div class="refsect2">
<a name="GtkMessageDialog--text"></a><h3>The <code class="literal">“text”</code> property</h3>
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
<pre class="programlisting"> “text” <span class="type">char</span> *</pre>
<p>The primary text of the message dialog. If the dialog has
a secondary text, this will appear as the title.</p>
@ -945,7 +945,7 @@ See <a href="https://developer.gnome.org/pango/pango-Markup.html#pango-parse-mar
<a name="GtkMessageDialog.style-property-details"></a><h2>Style Property Details</h2>
<div class="refsect2">
<a name="GtkMessageDialog--s-message-border"></a><h3>The <code class="literal">“message-border”</code> style property</h3>
<pre class="programlisting"> “message-border” <span class="type">gint</span></pre>
<pre class="programlisting"> “message-border” <span class="type">int</span></pre>
<p>Width of border around the label in the message dialog.</p>
<p>Owner: GtkMessageDialog</p>
<p>Flags: Read</p>