62
70
private string _id = null;
66
74
this.contact = connection.get_object (bus_name, object_path) as IContact;
67
75
this.contact.defined_fields_retrieved += on_defined_fields_retrieved;
68
76
this.contact.fields_retrieved += on_fields_retrieved;
71
81
public Contact (DBus.Connection connection, string bus_name, string object_path) {