[Bug 25236] TpHandler - a class that implements a Client.Handler
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jan 20 18:28:45 CET 2010
http://bugs.freedesktop.org/show_bug.cgi?id=25236
--- Comment #2 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> 2010-01-20 09:28:44 PST ---
tp_handler_signals[REMOVE_REQUEST] = g_signal_new ("remove-request",
G_OBJECT_CLASS_TYPE (klass),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (TpHandlerClass, remove_request),
NULL, NULL,
_tp_marshal_VOID__OBJECT_BOXED,
G_TYPE_NONE, 3,
TP_TYPE_CHANNEL_REQUEST, G_TYPE_STRING, G_TYPE_STRING);
The marshaller seems wrong here.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the telepathy-bugs
mailing list