glib bindings with glib signals
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Jun 27 04:28:52 PDT 2007
On Tue, 26 Jun 2007 at 20:12:39 -0500, Gary Kramlich wrote:
> I'm trying to emit a glib signal on an object that's exported over dbus,
> which in glib has a marshal signature of VOID:OBJECT.
Objects aren't handled like that by dbus-glib. You need to extract the object's
object-path (as a const gchar*) and use a signal of signature VOID:STRING.
Regards,
Simon
More information about the dbus
mailing list