New upstream version 3.24.18

This commit is contained in:
Simon McVittie
2020-04-10 15:23:16 +01:00
386 changed files with 78008 additions and 6390 deletions

View File

@ -58,7 +58,7 @@ How do I get started with GTK+?
<td align="left" valign="top"></td>
<td align="left" valign="top"><p>
The GTK+ <a class="ulink" href="https://www.gtk.org" target="_top">website</a> offers some
<a class="ulink" href="https://www.gtk.org/documentation.php" target="_top">tutorials</a> and other
<a class="ulink" href="https://www.gtk.org/docs/" target="_top">tutorials</a> and other
documentation (most of it about GTK+ 2.x, but mostly still applicable).
More documentation ranging from whitepapers to online books can be found at
the <a class="ulink" href="https://developer.gnome.org" target="_top">GNOME developer's site</a>.
@ -98,7 +98,7 @@ specific widgets and functions.
</p>
<p>
If you have a question not covered in the manual, feel free to
ask on the mailing lists and please <a class="ulink" href="https://bugzilla.gnome.org" target="_top">file a bug report</a> against the
ask on the mailing lists and please <a class="ulink" href="https://gitlab.gnome.org/GNOME/gtk/issues/new" target="_top">file a bug report</a> against the
documentation.
</p>
</td>
@ -125,7 +125,7 @@ state (explained in its documentation).
For strings returned from functions, they will be declared "const"
if they should not be freed. Non-const strings should be
freed with <code class="function">g_free()</code>. Arrays follow the same rule. If you find an
undocumented exception to the rules, please report a bug to <a class="ulink" href="https://bugzilla.gnome.org" target="_top">https://bugzilla.gnome.org</a>.
undocumented exception to the rules, please report a bug on <a class="ulink" href="https://gitlab.gnome.org/GNOME/gtk/issues/new" target="_top">GitLab</a>.
</p>
</td>
</tr>
@ -586,7 +586,7 @@ How do I use GTK+ with other non-C languages?
<tr class="answer">
<td align="left" valign="top"></td>
<td align="left" valign="top"><p>
See the <a class="ulink" href="https://www.gtk.org/language-bindings.php" target="_top">list of language
See the <a class="ulink" href="https://www.gtk.org/docs/language-bindings/" target="_top">list of language
bindings</a> on <a class="ulink" href="https://www.gtk.org" target="_top">https://www.gtk.org</a>.
</p></td>
</tr>