[ CCode ( cprefix = "TP_CONTACT_FEATURE_" , has_type_id = false ) ]
[ Version ( since = "0.7.18" ) ]
public enum ContactFeature
Enumeration representing the features a Contact can optionally support.
When requesting a Contact, library users specify the desired features; the Contact code will only initialize state for those features, to avoid unwanted D-Bus round-trips and signal connections.
Since 0.11.5, there is a corresponding EnumClass type, TP_TYPE_CONTACT_FEATURE
.