← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~agateau/dbusmenu/fix-item-updated-signature into lp:dbusmenu

 

Aurélien Gâteau has proposed merging lp:~agateau/dbusmenu/fix-item-updated-signature into lp:dbusmenu.

Requested reviews:
  DBus Menu Team (dbusmenu-team)


Fix ItemUpdated signature. Not a problem for now, but might become one at some point.
-- 
https://code.launchpad.net/~agateau/dbusmenu/fix-item-updated-signature/+merge/26187
Your team ayatana-commits is subscribed to branch lp:dbusmenu.
=== modified file 'libdbusmenu-glib/server.c'
--- libdbusmenu-glib/server.c	2010-04-14 21:58:17 +0000
+++ libdbusmenu-glib/server.c	2010-05-27 15:08:29 +0000
@@ -146,8 +146,8 @@
 	                                         G_SIGNAL_RUN_LAST,
 	                                         G_STRUCT_OFFSET(DbusmenuServerClass, id_update),
 	                                         NULL, NULL,
-	                                         g_cclosure_marshal_VOID__UINT,
-	                                         G_TYPE_NONE, 1, G_TYPE_UINT);
+	                                         g_cclosure_marshal_VOID__INT,
+	                                         G_TYPE_NONE, 1, G_TYPE_INT);
 	/**
 		DbusmenuServer::layout-updated:
 		@arg0: The #DbusmenuServer emitting the signal.


Follow ups