~ubuntu-branches/ubuntu/feisty/libtelepathy/feisty

« back to all changes in this revision

Viewing changes to src/tp-constants.h

  • Committer: Bazaar Package Importer
  • Author(s): Riccardo Setti
  • Date: 2006-11-27 19:09:24 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20061127190924-w796rpq1p5tg0v47
Tags: 0.0.40-0ubuntu1
New Upstream Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
TP_CONN_HANDLE_TYPE_CONTACT = 1,
41
41
TP_CONN_HANDLE_TYPE_ROOM = 2,
42
42
TP_CONN_HANDLE_TYPE_LIST = 3,
 
43
TP_CONN_HANDLE_TYPE_GROUP = 4,
43
44
LAST_TP_CONN_HANDLE_TYPE
44
45
} TelepathyConnectionHandleType;
45
46