[patch] fix glib signals
Ryan Gammon
rgammon at real.com
Thu Jun 23 16:47:01 PDT 2005
Re: the signals stuff, I have a call that looks like this:
dbus_g_proxy_call (player->backend_driver, "CreatePlayer", &error,
G_TYPE_STRING, license, G_TYPE_UINT, socket_id,
G_TYPE_INVALID,
DBUS_TYPE_G_PROXY, &proxy, G_TYPE_INVALID))
I'm trying to connect signals to the returned proxy, but I think the
proxy here gets bound to a name vs an instance, so signals don't work.
I was thinking it might be cool if there was a method that took a gproxy
that was bound to a name, and got it to bind to a name owner (and maybe
visa versa). Would this make sense?
--
Ryan Gammon
rgammon at real.com
Developer for Helix Player
https://player.helixcommunity.org
More information about the dbus
mailing list