GNOME Bugzilla – Bug 555639
Add accessors for can-undo and can-redo properties
Last modified: 2011-01-16 23:38:39 UTC
Please, wrap can-undo and can-redo properties of SourceBuffer
There already are can_undo() and can_redo() methods (and there are not get_ methods for these because the properties are read-only). However, there were no property_*() accessors, so I have added these with the attached patch (committed). Please feel free to provide a patch for any other missing property_*() accessors.
Created attachment 120281 [details] [review] sourcebuffer_properties.patch