empathy r2033 - trunk/libempathy
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2033 - trunk/libempathy
- Date: Tue, 6 Jan 2009 16:46:26 +0000 (UTC)
Author: xclaesse
Date: Tue Jan 6 16:46:26 2009
New Revision: 2033
URL: http://svn.gnome.org/viewvc/empathy?rev=2033&view=rev
Log:
Use the right marshallers for signals.
Modified:
trunk/libempathy/empathy-account-manager.c
Modified: trunk/libempathy/empathy-account-manager.c
==============================================================================
--- trunk/libempathy/empathy-account-manager.c (original)
+++ trunk/libempathy/empathy-account-manager.c Tue Jan 6 16:46:26 2009
@@ -24,6 +24,7 @@
#include <libmissioncontrol/mc-account-monitor.h>
#include "empathy-account-manager.h"
+#include "empathy-marshal.h"
#include "empathy-utils.h"
#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, EmpathyAccountManager)
@@ -359,7 +360,7 @@
G_SIGNAL_RUN_LAST,
0,
NULL, NULL,
- g_cclosure_marshal_VOID__OBJECT,
+ _empathy_marshal_VOID__OBJECT_INT_UINT_UINT,
G_TYPE_NONE,
4, MC_TYPE_ACCOUNT,
G_TYPE_INT, /* reason */
@@ -372,7 +373,7 @@
G_SIGNAL_RUN_LAST,
0,
NULL, NULL,
- g_cclosure_marshal_VOID__OBJECT,
+ _empathy_marshal_VOID__OBJECT_INT_INT,
G_TYPE_NONE,
3, MC_TYPE_ACCOUNT,
G_TYPE_INT, /* actual presence */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]