release-notes r1072 - in branches/gnome-2-24: . help/C



Author: davyd
Date: Mon Sep 15 14:14:43 2008
New Revision: 1072
URL: http://svn.gnome.org/viewvc/release-notes?rev=1072&view=rev

Log:
2008-09-15  Davyd Madeley  <davyd madeley id au>

        * help/C/rndevelopers.xml:
        - s/two //
        - add a link to skip section
        - add Deskbar notes
        - add gnome-session API stub


Modified:
   branches/gnome-2-24/ChangeLog
   branches/gnome-2-24/help/C/rndevelopers.xml

Modified: branches/gnome-2-24/help/C/rndevelopers.xml
==============================================================================
--- branches/gnome-2-24/help/C/rndevelopers.xml	(original)
+++ branches/gnome-2-24/help/C/rndevelopers.xml	Mon Sep 15 14:14:43 2008
@@ -12,7 +12,9 @@
 
 	<para>
 		The following changes are important for developers using the GNOME
-		&gnomeversion; developer platform.
+		&gnomeversion; developer platform. If you're not interested in
+		changes for developers, you can skip
+		forward to <xref linkend="rnmobile"/>.
 	</para>
 
 	<sect2 id="rndevelopers.threepointoh">
@@ -33,7 +35,7 @@
 		</para>
 		<para>
 			To allow developers to test their applications for compatibility now,
-			two new compile time options have been provided:
+			new compile time options have been provided:
 			G_DISABLE_SINGLE_INCLUDES for GLib,
 			GTK_DISABLE_SINGLE_INCLUDES for GTK+ and
 			ATK_DISABLE_SINGLE_INCLUDES for ATK.
@@ -155,5 +157,28 @@
 
 	</sect2>
 
+	<sect2 id="rndevelopers.gnome-session">
+		<title>New GNOME-Session DBus API</title>
+
+		<!-- FIXME -->
+	</sect2>
+
+	<sect2 id="rndevelopers.deskbar">
+		<title>Deskbar</title>
+
+		<para>
+			The <interface>Match</interface> interface now includes two new methods:
+			<function>set_snippet</function> and <function>get_snippet</function>.
+			If a snippet is set it will be displayed in a new line underneath the
+			match's <function>get_verb</function> value.
+		</para>
+
+		<para>
+			The <interface>Action</interface> interface has gained a new method
+			<function>get_tooltip</function>. Overriding this method allows a tooltip
+			to be shown when the user hovers the mouse over a match or action.
+		</para>
+	</sect2>
+
 </sect1>
 <!-- vi:set tw=80 ts=2: -->



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