~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to libempathy/empathy-contact.h

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
};
55
55
 
56
56
typedef enum {
 
57
        EMPATHY_CAPABILITIES_NONE = 0,
57
58
        EMPATHY_CAPABILITIES_AUDIO = 1 << 0,
58
59
        EMPATHY_CAPABILITIES_VIDEO = 1 << 1,
 
60
        EMPATHY_CAPABILITIES_UNKNOWN = 1 << 7
59
61
} EmpathyCapabilities;
60
62
 
61
63
GType               empathy_contact_get_type           (void) G_GNUC_CONST;