GLib bingings: howto catch proxy destruction / prevent DBUS_G_PROXY_DESTROYED assert
Colin Walters
walters at verbum.org
Sun Jan 25 07:38:18 PST 2009
On Sun, Jan 25, 2009 at 8:07 AM, <g4-lisz at tonarchiv.ch> wrote:
> Is there a way to get a signal / catch an exception / register a
> callback function or similar when the proxy has been destroyed?
A DBusGProxy created with new_for_name_owner will emit a "destroy"
signal, which in general one must catch and handle.
More information about the dbus
mailing list