138
138
[CCode (has_construct_function = false)]
139
139
public BookClient (E.Source source) throws GLib.Error;
140
140
public async bool add_contact (E.Contact contact, GLib.Cancellable? cancellable, out string added_uid) throws GLib.Error;
141
public bool add_contact_sync (E.Contact contact, out string added_uid, GLib.Cancellable? cancellable) throws GLib.Error;
141
public bool add_contact_sync (E.Contact contact, out string? added_uid, GLib.Cancellable? cancellable) throws GLib.Error;
142
142
public bool add_contact_finish (GLib.AsyncResult? result, out string added_uid) throws GLib.Error;
143
143
[CCode (has_construct_function = false)]
144
144
public BookClient.@default () throws GLib.Error;