[release-notes/gnome-3-10] Some additions to the glib section



commit b240a37deb20383a31c8bef3b3f68cc336df239c
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Sep 17 08:45:44 2013 -0400

    Some additions to the glib section
    
    This is just raw material, needs editing.

 help/C/developers.page |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index e01f3f5..1780e6a 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -57,15 +57,22 @@
 
   <section id="glib">
     <title>GLib</title>
-    <p>Tests can generate TAP output now, for easier integration in other test harnesses</p>
+    <p>Tests can generate TAP output now, for easier integration in other test harnesses. To run your tests 
in this mode, specify --tap on the commandline.</p>
     <p>Some support for installed tests</p>
     <p>GApplication: TO DO</p>
     <list>
       <item><p>Applications can now signal their busy state to a desktop shell, such as for a long-running 
operation or loading state.</p></item>
-      <item><p>org.freedesktop.Application</p></item>
-      <item><p>D-Bus activation from desktop files</p></item>
-      <item><p>If an application is DBus activatable, actions from its <code>.desktop</code> file are now 
translated into <code>GActions</code>.</p></item>
+      <item><p>Support for the org.freedesktop.Application interface has been added. This interface has been 
specified at the freedesktop.org summit in April 2013. For more information, see 
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#dbus.</p></item>
+      <item><p>Applications can now specify in their desktop file that they want
+         to be started via D-Bus activation. For more information on this, see 
https://wiki.gnome.org/HowDoI/DBusApplicationLaunching.</p></item>
     </list>
+    <p>Support for actions in <code>.desktop</code> files
+       has been added to GDesktopAppInfo with g_desktop_app_info_list_actions() and 
g_desktop_app_info_launch_action(). See 
http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions for more 
information about actions in desktop files.
+    </p>
+    <p>GPropertyAction is a new type of GAction that represents a property of
+       an object, and allows to change the value when activated. This makes
+       it very easy to integrate properties into GMenus.
+    </p>
   </section>
 
   <section id="geolocation">


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