[release-notes/gnome-3-10] add a few links to the glib section



commit bb0931e80d0518f67e2b9dbaecbaef70921872c5
Author: Allan Day <allanpday gmail com>
Date:   Tue Sep 17 14:42:50 2013 +0100

    add a few links to the glib section

 help/C/developers.page |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/help/C/developers.page b/help/C/developers.page
index d12bb47..5c169db 100644
--- a/help/C/developers.page
+++ b/help/C/developers.page
@@ -59,9 +59,9 @@
     <title>GLib</title>
     <p>GApplication has gained a number of new features for GNOME 3.10:</p>
     <list>
-      <item><p>Support for the <code>org.freedesktop.Application</code> interface has been added (this was 
been specified at the freedesktop.org summit in April 2013). This provides a standard way to start an 
application. It also allows opening a file with the application, or a named action to be activated. More 
information can be found in the <link 
href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#dbus";>Freedesktop 
Specification</link>.</p></item>
+      <item><p>Support for the <code>org.freedesktop.Application</code> interface (which was specified at 
the freedesktop.org summit in April 2013) has been added. This provides a standard way to start an 
application. It also allows opening a file with the application, or a named action to be activated. More 
information can be found in the <link 
href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#dbus";>Freedesktop 
Specification</link>.</p></item>
       <item><p><code>.desktop</code> files can now specify if an application should be started via D-Bus 
activation. Details on how to do this can be found <link 
href="https://wiki.gnome.org/HowDoI/DBusApplicationLaunching";>on the wiki</link>.</p></item>
-      <item><p>Support for actions in <code>.desktop</code> files has been added to 
<code>GDesktopAppInfo</code>, using <code>g_desktop_app_info_list_actions()</code> and 
<code>g_desktop_app_info_launch_action()</code>. The Freedesktop Specification also has <link 
href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions";>details
 on this</link>.
+      <item><p>Support for actions in <code>.desktop</code> files has been added to 
<code>GDesktopAppInfo</code>, using <code><link 
href="https://developer.gnome.org/gio/2.38/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-list-actions";>g_desktop_app_info_list_actions()</link></code>
 and <code><link 
href="https://developer.gnome.org/gio/2.38/gio-Desktop-file-based-GAppInfo.html#g-desktop-app-info-launch-action";>g_desktop_app_info_launch_action()</link></code>.
 The Freedesktop Specification also has <link 
href="http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions";>details
 on this</link>.
     </p></item>
       <item><p>GApplication now also allows applications to signal their busy state to a desktop shell, such 
as for a long-running operation or loading state.</p></item>
     </list>


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