[Galago-commits] r2474 - in trunk/notification-daemon: . src

galago-commits at freedesktop.org galago-commits at freedesktop.org
Mon Jan 23 00:34:16 PST 2006


Author: chipx86
Date: 2006-01-23 00:34:15 -0800 (Mon, 23 Jan 2006)
New Revision: 2474

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/src/notificationdaemon.xml
Log:
Get rid of the GetServerInfo function. I thought I added this for backward-compatibility, but I was wrong -- everyone was really using the correct function.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-01-23 08:28:25 UTC (rev 2473)
+++ trunk/notification-daemon/ChangeLog	2006-01-23 08:34:15 UTC (rev 2474)
@@ -1,3 +1,10 @@
+Mon Jan 23 00:33:31 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* src/notificationdaemon.xml:
+	  - Get rid of the GetServerInfo function. I thought I added this for
+	    backward-compatibility, but I was wrong -- everyone was really using
+	    the correct function.
+
 Mon Jan 23 00:27:53 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* data/Makefile.am:

Modified: trunk/notification-daemon/src/notificationdaemon.xml
===================================================================
--- trunk/notification-daemon/src/notificationdaemon.xml	2006-01-23 08:28:25 UTC (rev 2473)
+++ trunk/notification-daemon/src/notificationdaemon.xml	2006-01-23 08:34:15 UTC (rev 2474)
@@ -36,14 +36,5 @@
       <arg type="s" name="return_spec_version" direction="out"/>
     </method>
 
-    <!-- DEPRECATED -->
-    <method name="GetServerInfo">
-      <annotation name="org.freedesktop.DBus.GLib.CSymbol" value="notify_daemon_get_server_information"/>
-      <arg type="s" name="return_name" direction="out"/>
-      <arg type="s" name="return_vendor" direction="out"/>
-      <arg type="s" name="return_version" direction="out"/>
-      <arg type="s" name="return_spec_version" direction="out"/>
-    </method>
-
   </interface>
 </node>



More information about the galago-commits mailing list