BookMetaBackendInfo


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.26" ) ]
public BookMetaBackendInfo (string uid, string? revision, string? object, string? extra)

Creates a new BookMetaBackendInfo prefilled with the given values.

Parameters:

uid

a contact UID; cannot be null

revision

the contact revision; can be null

object

the contact object as a vCard string; can be null

extra

extra backend-specific data; can be null

Returns:

A new BookMetaBackendInfo. Free it with book_meta_backend_info_free, when no longer needed.