GNOME Bugzilla – Bug 696077
Use the provider features flags to provide useful default implementation of GoaProvider:show_account() and GoaProvider:build_object()
Last modified: 2015-07-30 13:47:19 UTC
Bug #695886 introduces the GoaProviderFeatures flags type, with the original intent of being able to filter providers offering specific services. Since the flags have been kept in direct relationship with the GoaObject subtypes, it should be possible to provide default implementations for GoaProvider:show_account() and GoaProvider:build_object() based on the result of GoaProvider:get_provider_features() that should cover the majority of the cases.
*** This bug has been marked as a duplicate of bug 752941 ***