[maemo-commits] [maemo-commits] r12660 - in projects/haf/trunk/hildon-desktop: . libhildondesktop

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Jul 5 14:00:34 EEST 2007
Author: lucasr
Date: 2007-07-05 14:00:30 +0300 (Thu, 05 Jul 2007)
New Revision: 12660

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c
   projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.h
   projects/haf/trunk/hildon-desktop/libhildondesktop/notification-manager.xml
Log:
2007-07-05  Lucas Rocha  <lucas.rocha at nokia.com>

	* libhildondesktop/notification-manager.xml,
	libhildondesktop/hildon-desktop-notification-manager.c
	(hildon_desktop_notification_manager_get_server_info): don't return
	spec version as this is not in the spec.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-05 10:50:13 UTC (rev 12659)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-07-05 11:00:30 UTC (rev 12660)
@@ -1,3 +1,10 @@
+2007-07-05  Lucas Rocha  <lucas.rocha at nokia.com>
+
+	* libhildondesktop/notification-manager.xml,
+	libhildondesktop/hildon-desktop-notification-manager.c
+	(hildon_desktop_notification_manager_get_server_info): don't return
+	spec version as this is not in the spec.
+
 2007-07-04  Moises Martinez  <moises.martinez at nokia.com>
 
 	* data/statusbar.conf.in:

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c	2007-07-05 10:50:13 UTC (rev 12659)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.c	2007-07-05 11:00:30 UTC (rev 12660)
@@ -1324,13 +1324,13 @@
 hildon_desktop_notification_manager_get_server_info (HildonDesktopNotificationManager *nm,
                                          	     gchar                **out_name,
                                          	     gchar                **out_vendor,
-                                         	     gchar                **out_version,
-                                         	     gchar                **out_spec_ver)
+                                         	     gchar                **out_version/*,
+                                         	     gchar                **out_spec_ver*/)
 {
   *out_name     = g_strdup ("Hildon Desktop Notification Manager");
   *out_vendor   = g_strdup ("Nokia");
   *out_version  = g_strdup (VERSION);
-  *out_spec_ver = g_strdup ("0.9");
+  /**out_spec_ver = g_strdup ("0.9");*/
 
   return TRUE;
 }

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.h
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.h	2007-07-05 10:50:13 UTC (rev 12659)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-notification-manager.h	2007-07-05 11:00:30 UTC (rev 12660)
@@ -110,8 +110,8 @@
 gboolean   hildon_desktop_notification_manager_get_server_info    (HildonDesktopNotificationManager *nm,
                                                       		   gchar                **out_name,
                                                       		   gchar                **out_vendor,
-                                                      		   gchar                **out_version,
-                                                      		   gchar                **out_spec_ver);
+                                                      		   gchar                **out_version/*,
+                                                      		   gchar                **out_spec_ver*/);
 
 gboolean   hildon_desktop_notification_manager_close_notification (HildonDesktopNotificationManager *nm,
                                                                    guint id, 

Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/notification-manager.xml
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildondesktop/notification-manager.xml	2007-07-05 10:50:13 UTC (rev 12659)
+++ projects/haf/trunk/hildon-desktop/libhildondesktop/notification-manager.xml	2007-07-05 11:00:30 UTC (rev 12660)
@@ -61,7 +61,7 @@
       <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"/>
+      <!--<arg type="s" name="return_spec_version" direction="out"/>-->
     </method>
 
   </interface>


More information about the maemo-commits mailing list