Warning: get_contact_info_supported_fields is deprecated.
Returns a newly allocated List of supported contact info fields for this connection.
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.
this |
a connection |
a List of ContactInfoFieldSpec
struct, or |