[release-notes/gnome-3-20] developers - add notes for webkitgtk+, pygobject, others. these need writing up



commit e0008bb6b35c8b339421ed85270fb2f6702b8e07
Author: Allan Day <allanpday gmail com>
Date:   Sun Mar 13 14:18:23 2016 +0000

    developers - add notes for webkitgtk+, pygobject, others. these need writing up

 help/C/developers.page |   39 ++++++++++++++++++++++++++++++---------
 1 files changed, 30 insertions(+), 9 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index 39a7fb1..91a13b7 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -169,25 +169,46 @@ give it a try and see how you like it!</p>
     </list>
   </section>
 
-  <section id="glib">
-    <title>Glib</title>
-  </section>
-
   <section id="webkitgtk+">
     <title>WebKitGTK+</title>
+    <list>
+      <item><p>New support for GTK+ 3.16 overlay scrollbars.</p></item>
+      <item><p>New API for serializing and restoring a session.</p></item>
+      <item><p>New support and API for onbeforeunload.</p></item>
+      <item><p>New console message API for apps that want access to console
+      messages.</p></item>
+      <item><p>WebKitNetworkProcess now enabled by default and mandatory.</p>
+      </item>
+    </list>
   </section>
 
-  <section id="pygtk+">
-    <title>PyGTK+</title>
+  <section id="pygobject">
+    <title>PyGObject</title>
+    <list>
+      <item><p>Improved GError support.</p></item>
+      <item><p>Performance improvements for function calls and closures.</p></item>
+      <item><p>Functions returning multiple values now return named tuples .</p></item>
+      <item><p>Python API Reference includes links to C implementations. Many
+      improvements regarding overrides documentation (<code>Gtk.ListStore
+      </code>, <code>Gtk.TreeModelRow</code>. ...). Improved search and new
+      search settings.</p></item>
+    </list>
   </section>
 
   <section id="more">
     <title>Other Improvements</title>
     <p>Other improvements for developers in GNOME &gnomeversion; include:</p>
     <list>
-      <item><p></p></item>
-      <item><p></p></item>
-      <item><p></p></item>
+      <item><p>glib - supported has been added for DTLS (Datagram TLS) to
+      enable encrypted streaming media.</p></item>
+      <item><p>overflow-checked integer operations help make it easier to write
+      safe code.</p></item>
+      <item><p>gspell - gspell, a new spell-checking library for GTK+
+      applications. Used by gedit.</p></item>
+      <item><p>gjs - json-glib, gom and GtkBuilder can now be used from gjs (
+      see this bug for details).</p></item>
+      <item><p>Tracker - Much improved SPARQL 1.1 syntax support (Update and
+      Query) (Better developer docs to be written before release).</p></item>
     </list>
   </section>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]