GNOME Bugzilla – Bug 724502
Make PersonaStore.display_name abstract
Last modified: 2018-09-21 16:08:45 UTC
When we next break API, PersonaStore.display_name should be made abstract, since backends need to be able to change its value at runtime. Its declaration should become: public abstract string display_name { get; construct; } Note that it should remain construct-only.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/folks/issues/90.