get_attachment_uris_sync
Description:
public bool get_attachment_uris_sync (string uid, string rid, out SList<string> attachment_uris, Cancellable? cancellable = null) throws Error
Queries a calendar for a specified component's object attachment URIs.
The list should be freed with util_free_string_slist .
Parameters:
uid |
Unique identifier for a calendar component |
rid |
Recurrence identifier |
attachment_uris |
Return the list of attachment URIs |
cancellable |
a Cancellable; can be null |
Returns:
true if successful, false otherwise. |