+++ This bug was initially created as a clone of Bug #32914 +++ wjt wrote: > But I can't chain up, because McpAccountStorageIface is hidden, and the vtable > is filled in using _implement_foo functions. This seems completely pointless to > me. The main rationale for this pattern in tp-glib's generated interfaces is to > avoid reorderings in the spec affecting ABI It is indeed pointless: GObject upstream don't consider appending to a GInterface vtable struct (the ones that start with a GTypeInterface) to be an incompatible change. wjt's branch fixes AccountStorage, a recently-merged branch fixes DispatchOperationPolicy, and the branch in the URL field here fixes the remaining implemented-by-plugins classes so far, namely RequestPolicy and DBusAcl. It also improves some documentation.
Released in 5.7.11
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.