get_contact_info_supported_fields


Description:

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

Warning: get_contact_info_supported_fields is deprecated.

Returns a newly allocated List of supported contact info fields for this connection.

Note:

Since 0.19.9.

New code should use dup_contact_info_supported_fields instead.

The list must be freed with g_list_free after used.

Note that the ContactInfoFieldSpecs 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_spec_copy.

To wait for valid supported fields, call prepare_async with the feature TP_CONNECTION_FEATURE_CONTACT_INFO.

This property cannot change after this goes to the Connected state.

Parameters:

this

a connection

Returns:

a List of ContactInfoFieldSpec struct, or null if the feature is not yet prepared or the connection doesn't have the necessary properties.