GObjectClass.dispose and bringing objects back to life

2011-12-01 Thread Simon McVittie
Hi, I've been looking into the details of how GObjects are destroyed, hoping to solve , in which disposing a global singleton GDBusConnection in one thread races with reffing and using it in another thread, causing resurrection and a crash if both

Extending GtkMenuItemAccessible to allow applications to set alternative accessible names for menu items.

2011-12-01 Thread Luke Yelavich
Hi all, One feature request that the Ubuntu accessibility team receives from users, is the ability to find out the signal strength and security of a wireless network that appears in the network list. In the case of network-manager, the icon is used to convey network signal strength and security

Re: GObjectClass.dispose and bringing objects back to life

2011-12-01 Thread Ryan Lortie
On Thu, 2011-12-01 at 19:26 +, Simon McVittie wrote: > Hi, > I've been looking into the details of how GObjects are destroyed, > hoping to solve , in > which disposing a global singleton GDBusConnection in one thread races with > reffing and us

Re: GObjectClass.dispose and bringing objects back to life

2011-12-01 Thread Tristan Van Berkom
On Fri, Dec 2, 2011 at 4:26 AM, Simon McVittie wrote: > Hi, > I've been looking into the details of how GObjects are destroyed, > hoping to solve , in > which disposing a global singleton GDBusConnection in one thread races with > reffing and usin