[ CCode ( has_construct_function = false ) ]
public CalCacheSearchData (string uid, string? rid, string object, string? extra)
Creates a new CalCacheSearchData prefilled with the given values.
| uid |
a component UID; cannot be null |
| rid |
a component Recurrence-ID; can be null |
| object |
the component as an iCal string; cannot be null |
| extra |
any extra data stored with the component, or null |
|
A new CalCacheSearchData. Free it with cal_cache_search_data_free when no longer needed. |