get_attachment_uris_sync


Description:

[ Version ( since = "3.10" ) ]
public bool get_attachment_uris_sync (string uid, string? rid, Queue out_attachment_uris, Cancellable? cancellable = null) throws Error

Inspects the iCalendar object specified by uid and, optionally, rid for attachments and deposits a URI string for each attachment in out_attachment_uris.

Free the returned strings 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.

Parameters:

this

an CalBackend

uid

a unique ID for an iCalendar object

rid

a recurrence ID, or null

out_attachment_uris

a Queue in which to deposit results

cancellable

optional Cancellable object, or null

Returns:

true on success, false on failure