GBindings are pretty cool, I have recently found myself binding the TpAccount:connection-status property to GtkWidget:sensitive to make parts of the UI only go sensitive when the connection is connected. There is a little bit of code required to set them up, since we're not just binding boolean properties together, so it would be nice to put this in tp-glib.
http://git.collabora.co.uk/?p=user/danni/telepathy-glib.git;a=shortlog;h=refs/heads/gbindings
Nifty!
Merged.
Having explored this a bit further, I wonder if we need to support an inversion (i.e. False if connected). This allows us to bind the "visible" property of a GtkInfoBar that will appear when the account is disconnected.
http://git.collabora.co.uk/?p=user/danni/telepathy-glib.git;a=shortlog;h=refs/heads/gbindings One more patch to add an @invert parameter.
Looks good to me. I merged it to master.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.