[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public CalMetaBackendInfo (string uid, string? revision, string? object, string? extra)
Creates a new CalMetaBackendInfo prefilled with the given values.
| uid |
a component UID; cannot be null |
| revision |
the component revision; can be null |
| object |
the component object as an iCalendar string; can be null |
| extra |
extra backend-specific data; can be null |
|
A new CalMetaBackendInfo. Free it with cal_meta_backend_info_free, when no longer needed. |