[release-notes/gnome-3-36] Add GLib items
- From: Link Dupont <link src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [release-notes/gnome-3-36] Add GLib items
- Date: Thu, 5 Mar 2020 02:17:42 +0000 (UTC)
commit 05cef9091ba57c31a55921daa8a478a308584464
Author: Link Dupont <link sub-pop net>
Date: Wed Mar 4 21:17:28 2020 -0500
Add GLib items
help/C/developers.page | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index c07bcfe2..d255e967 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -46,8 +46,13 @@
<title>Other Improvements</title>
<p>Other improvements in GNOME &gnomeversion; include:</p>
<list>
- <item><p><code>GMemoryMonitory</code> can be used to help an application
- lower memory usage when needed.</p></item>
+ <item><p>Add a new <code>GMemoryMonitor</code> API to notify apps of memory pressure situations using
<link href="https://gitlab.freedesktop.org/hadess/low-memory-monitor/">low-memory-monitor</link>.</p></item>
+ <item><p>Support adding call flags and timeouts to method calls generated by
<code>gdbus-codegen</code> using the new <code>--glib-min-required</code> and <code>--glib-max-allowed</code>
arguments.</p></item>
+ <item><p>Support dispose functions for <code>GSource</code>s.</p></item>
+ <item><p>Add <code>g_array_steal()</code>, <code>g_ptr_array_steal()</code> and
<code>g_byte_array_steal()</code> convenience APIs for stealing elements from arrays without freeing
them.</p></item>
+ <item><p>Add <code>g_warning_once()</code> convenience API for printing a warning only once during a
process’ lifetime.</p></item>
+ <item><p>Add <code>g_get_os_info()</code> API to read from <code>/etc/os-release</code> (or the
equivalent on other platforms).</p></item>
+ <item><p>See the <code><link
href="https://gitlab.gnome.org/GNOME/glib/-/blob/2.64.0/NEWS">NEWS</link></code> file for more
details.</p></item>
</list>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]