This cleans up some leaks and one misnamed type in the Observer GObject properties. http://git.collabora.co.uk/?p=user/danni/telepathy-logger.git;a=commitdiff;h=05eac85e49278f1c29bbebe20a913ca344278a8a Was also wondering, why is the registered-channels property a D-Bus style property when it's not exported over D-Bus?
(In reply to comment #0) > This cleans up some leaks and one misnamed type in the Observer GObject > properties. > > http://git.collabora.co.uk/?p=user/danni/telepathy-logger.git;a=commitdiff;h=05eac85e49278f1c29bbebe20a913ca344278a8a This patch looks fine to me. > Was also wondering, why is the registered-channels property a D-Bus style > property when it's not exported over D-Bus? It looks like it's exported as a D-Bus property: 401 /* properties on the Client.Observer interface */ 402 static TpDBusPropertiesMixinPropImpl client_observer_props[] = { 403 {"ObserverChannelFilter", "channel-filter", NULL}, 404 {NULL} 405 };
registered-channels, not channel-filter.
Merged.
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.