GNOME Bugzilla – Bug 572169
Please provide async version of e_cal_get_query()
Last modified: 2011-10-11 10:35:11 UTC
See bug 570765 for an example of why, especially comment #16: > > Hrm. Can't we get some e_cal_get_query_async() function instead? :-) It sounds > > bad to require knowledge of the internals like this to use the API. > > I do not think these are any specific internals of Evolution. The b) is about > ORBit, not about Evolution. And the rest is quite common for any slow > operations, isn't it? How am I supposed to know it's slow? Or that it uses ORBit? :-) (if it's slow, it should get an async version, that's my point)
The 3.2.0 provides e_cal_client_get_view e_cal_client_get_view_finish e_cal_client_get_view_sync functions, thus I consider this fixed. Please ask if you've more concerns/questions. (Thanks to Akhil for a reminder on this bug).