get_contact_info


Description:

[ Version ( deprecated = true , since = "0.11.7" ) ]
public List<unowned ContactInfoField> get_contact_info ()

Warning: get_contact_info is deprecated.

Returns a newly allocated List of contact's vCard fields.

Note:

Since 0.19.9.

New code should use dup_contact_info instead.

The list must be freed with g_list_free after used.

Note that the ContactInfoFields in the returned List are not dupped before returning from this function. One could copy every item in the list using tp_contact_info_field_copy.

Same as the contact_info property.

Parameters:

this

a Contact

Returns:

a List of ContactInfoField, or null if the feature is not yet prepared.