GNOME Bugzilla – Bug 625752
Use _async suffix to make API more readable
Last modified: 2010-08-02 12:33:59 UTC
Created attachment 166915 [details] [review] e-d-s patch The _ex suffix for the new error reporting functions is a little bit unwieldly. How about _async as a suffix e.g.: e.g. e_book_open_async rather than e_book_async_open_ex compared to e_book_async_open (old) I've prepared patches for this for both eds and evolution. They are attached but are also present in the branch rbradford-async-rename for ease of merging. I've tested evo master against this change and the eds test suite (leading to the previous double free fix.. :-)
Created attachment 166916 [details] [review] evolution patch
+1
Yes yes yes. Please commit with wild abandonment.
Committed!