[ Version ( since = "3.10" ) ]
public bool get_object_list_sync (string query, Queue out_objects, Cancellable? cancellable = null) throws Error
Obtains a set of iCalendar string instances which satisfy the criteria specified in query, and deposits them in
out_objects.
The returned instances should be freed with g_free when finished with them.
If an error occurs, the function will set throws and return false. Note that an empty result set does not necessarily imply an error.
| this |
an CalBackend |
| query |
a search query in S-expression format |
| out_objects |
a Queue in which to deposit results |
| cancellable |
optional Cancellable object, or null |
|
true on success, false on failure |