Home · All Classes · All Namespaces · Modules · Functions · Files

constants.h

00001 /* Generated from Telepathy D-Bus Interface Specification, TelepathyQt4 copy, version 0.17.7
00002  */
00003  
00004 #ifndef IN_TELEPATHY_QT4_HEADER
00005 #error IN_TELEPATHY_QT4_HEADER
00006 #endif
00007 
00008 #include <QFlags>
00009 
00046 namespace Tp
00047 {
00053 enum ConnMgrParamFlag
00054 {
00058     ConnMgrParamFlagRequired = 1,
00059 
00063     ConnMgrParamFlagRegister = 2,
00064 
00069     ConnMgrParamFlagHasDefault = 4,
00070 
00081     ConnMgrParamFlagSecret = 8,
00082 
00107     ConnMgrParamFlagDBusProperty = 16,
00108 
00109     _ConnMgrParamFlagPadding = 0xffffffffU
00110 };
00111 
00118 typedef QFlags<ConnMgrParamFlag> ConnMgrParamFlags;
00119 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnMgrParamFlags)
00120 
00121 
00126 enum ConnectionAliasFlag
00127 {
00142     ConnectionAliasFlagUserSet = 1,
00143 
00144     _ConnectionAliasFlagPadding = 0xffffffffU
00145 };
00146 
00153 typedef QFlags<ConnectionAliasFlag> ConnectionAliasFlags;
00154 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnectionAliasFlags)
00155 
00156 
00161 enum AnonymityMode
00162 {
00175     AnonymityModeClientInfo = 1,
00176 
00188     AnonymityModeShowClientInfo = 2,
00189 
00201     AnonymityModeNetworkInfo = 4,
00202 
00203     _AnonymityModePadding = 0xffffffffU
00204 };
00205 
00219 typedef QFlags<AnonymityMode> AnonymityModeFlags;
00220 Q_DECLARE_OPERATORS_FOR_FLAGS(AnonymityModeFlags)
00221 
00222 
00227 enum ConnectionCapabilityFlag
00228 {
00233     ConnectionCapabilityFlagCreate = 1,
00234 
00238     ConnectionCapabilityFlagInvite = 2,
00239 
00240     _ConnectionCapabilityFlagPadding = 0xffffffffU
00241 };
00242 
00249 typedef QFlags<ConnectionCapabilityFlag> ConnectionCapabilityFlags;
00250 Q_DECLARE_OPERATORS_FOR_FLAGS(ConnectionCapabilityFlags)
00251 
00252 
00257 enum ContactInfoFlag
00258 {
00262     ContactInfoFlagCanSet = 1,
00263 
00269     ContactInfoFlagPush = 2,
00270 
00271     _ContactInfoFlagPadding = 0xffffffffU
00272 };
00273 
00285 typedef QFlags<ContactInfoFlag> ContactInfoFlags;
00286 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactInfoFlags)
00287 
00288 
00293 enum ContactInfoFieldFlag
00294 {
00307     ContactInfoFieldFlagParametersExact = 1,
00308 
00334     ContactInfoFieldFlagOverwrittenByNickname = 2,
00335 
00336     _ContactInfoFieldFlagPadding = 0xffffffffU
00337 };
00338 
00347 typedef QFlags<ContactInfoFieldFlag> ContactInfoFieldFlags;
00348 Q_DECLARE_OPERATORS_FOR_FLAGS(ContactInfoFieldFlags)
00349 
00350 
00355 enum LocationFeature
00356 {
00361     LocationFeatureCanSet = 1,
00362 
00363     _LocationFeaturePadding = 0xffffffffU
00364 };
00365 
00375 typedef QFlags<LocationFeature> LocationFeatures;
00376 Q_DECLARE_OPERATORS_FOR_FLAGS(LocationFeatures)
00377 
00378 
00383 enum MailNotificationFlag
00384 {
00391     MailNotificationFlagSupportsUnreadMailCount = 1,
00392 
00399     MailNotificationFlagSupportsUnreadMails = 2,
00400 
00407     MailNotificationFlagEmitsMailsReceived = 4,
00408 
00414     MailNotificationFlagSupportsRequestInboxURL = 8,
00415 
00426     MailNotificationFlagSupportsRequestMailURL = 16,
00427 
00437     MailNotificationFlagThreadBased = 32,
00438 
00439     _MailNotificationFlagPadding = 0xffffffffU
00440 };
00441 
00454 typedef QFlags<MailNotificationFlag> MailNotificationFlags;
00455 Q_DECLARE_OPERATORS_FOR_FLAGS(MailNotificationFlags)
00456 
00457 
00462 enum MediaStreamPending
00463 {
00468     MediaStreamPendingLocalSend = 1,
00469 
00475     MediaStreamPendingRemoteSend = 2,
00476 
00477     _MediaStreamPendingPadding = 0xffffffffU
00478 };
00479 
00486 typedef QFlags<MediaStreamPending> MediaStreamPendingSend;
00487 Q_DECLARE_OPERATORS_FOR_FLAGS(MediaStreamPendingSend)
00488 
00489 
00494 enum ChannelMediaCapability
00495 {
00499     ChannelMediaCapabilityAudio = 1,
00500 
00504     ChannelMediaCapabilityVideo = 2,
00505 
00509     ChannelMediaCapabilityNATTraversalSTUN = 4,
00510 
00515     ChannelMediaCapabilityNATTraversalGTalkP2P = 8,
00516 
00521     ChannelMediaCapabilityNATTraversalICEUDP = 16,
00522 
00527     ChannelMediaCapabilityImmutableStreams = 32,
00528 
00529     _ChannelMediaCapabilityPadding = 0xffffffffU
00530 };
00531 
00543 typedef QFlags<ChannelMediaCapability> ChannelMediaCapabilities;
00544 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelMediaCapabilities)
00545 
00546 
00551 enum ChannelTextMessageFlag
00552 {
00557     ChannelTextMessageFlagTruncated = 1,
00558 
00571     ChannelTextMessageFlagNonTextContent = 2,
00572 
00587     ChannelTextMessageFlagScrollback = 4,
00588 
00602     ChannelTextMessageFlagRescued = 8,
00603 
00604     _ChannelTextMessageFlagPadding = 0xffffffffU
00605 };
00606 
00613 typedef QFlags<ChannelTextMessageFlag> ChannelTextMessageFlags;
00614 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelTextMessageFlags)
00615 
00616 
00621 enum ChannelCallState
00622 {
00627     ChannelCallStateRinging = 1,
00628 
00633     ChannelCallStateQueued = 2,
00634 
00640     ChannelCallStateHeld = 4,
00641 
00647     ChannelCallStateForwarded = 8,
00648 
00656     ChannelCallStateInProgress = 16,
00657 
00668     ChannelCallStateConferenceHost = 32,
00669 
00670     _ChannelCallStatePadding = 0xffffffffU
00671 };
00672 
00681 typedef QFlags<ChannelCallState> ChannelCallStateFlags;
00682 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelCallStateFlags)
00683 
00684 
00689 enum ChannelGroupFlag
00690 {
00695     ChannelGroupFlagCanAdd = 1,
00696 
00701     ChannelGroupFlagCanRemove = 2,
00702 
00707     ChannelGroupFlagCanRescind = 4,
00708 
00713     ChannelGroupFlagMessageAdd = 8,
00714 
00719     ChannelGroupFlagMessageRemove = 16,
00720 
00725     ChannelGroupFlagMessageAccept = 32,
00726 
00731     ChannelGroupFlagMessageReject = 64,
00732 
00737     ChannelGroupFlagMessageRescind = 128,
00738 
00756     ChannelGroupFlagChannelSpecificHandles = 256,
00757 
00763     ChannelGroupFlagOnlyOneGroup = 512,
00764 
00772     ChannelGroupFlagHandleOwnersNotAvailable = 1024,
00773 
00778     ChannelGroupFlagProperties = 2048,
00779 
00790     ChannelGroupFlagMembersChangedDetailed = 4096,
00791 
00797     ChannelGroupFlagMessageDepart = 8192,
00798 
00799     _ChannelGroupFlagPadding = 0xffffffffU
00800 };
00801 
00808 typedef QFlags<ChannelGroupFlag> ChannelGroupFlags;
00809 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelGroupFlags)
00810 
00811 
00816 enum MessagePartSupportFlag
00817 {
00826     MessagePartSupportFlagOneAttachment = 1,
00827 
00834     MessagePartSupportFlagMultipleAttachments = 2,
00835 
00836     _MessagePartSupportFlagPadding = 0xffffffffU
00837 };
00838 
00869 typedef QFlags<MessagePartSupportFlag> MessagePartSupportFlags;
00870 Q_DECLARE_OPERATORS_FOR_FLAGS(MessagePartSupportFlags)
00871 
00872 
00877 enum MessageSendingFlag
00878 {
00894     MessageSendingFlagReportDelivery = 1,
00895 
00901     MessageSendingFlagReportRead = 2,
00902 
00908     MessageSendingFlagReportDeleted = 4,
00909 
00910     _MessageSendingFlagPadding = 0xffffffffU
00911 };
00912 
00923 typedef QFlags<MessageSendingFlag> MessageSendingFlags;
00924 Q_DECLARE_OPERATORS_FOR_FLAGS(MessageSendingFlags)
00925 
00926 
00931 enum DeliveryReportingSupportFlag
00932 {
00937     DeliveryReportingSupportFlagReceiveFailures = 1,
00938 
00943     DeliveryReportingSupportFlagReceiveSuccesses = 2,
00944 
00949     DeliveryReportingSupportFlagReceiveRead = 4,
00950 
00955     DeliveryReportingSupportFlagReceiveDeleted = 8,
00956 
00957     _DeliveryReportingSupportFlagPadding = 0xffffffffU
00958 };
00959 
00976 typedef QFlags<DeliveryReportingSupportFlag> DeliveryReportingSupportFlags;
00977 Q_DECLARE_OPERATORS_FOR_FLAGS(DeliveryReportingSupportFlags)
00978 
00979 
00984 enum ChannelPasswordFlag
00985 {
00990     ChannelPasswordFlagProvide = 8,
00991 
00992     _ChannelPasswordFlagPadding = 0xffffffffU
00993 };
00994 
01001 typedef QFlags<ChannelPasswordFlag> ChannelPasswordFlags;
01002 Q_DECLARE_OPERATORS_FOR_FLAGS(ChannelPasswordFlags)
01003 
01004 
01009 enum PropertyFlag
01010 {
01014     PropertyFlagRead = 1,
01015 
01019     PropertyFlagWrite = 2,
01020 
01021     _PropertyFlagPadding = 0xffffffffU
01022 };
01023 
01030 typedef QFlags<PropertyFlag> PropertyFlags;
01031 Q_DECLARE_OPERATORS_FOR_FLAGS(PropertyFlags)
01032 
01033 
01039 enum HandleType
01040 {
01046     HandleTypeNone = 0,
01047 
01051     HandleTypeContact = 1,
01052 
01056     HandleTypeRoom = 2,
01057 
01061     HandleTypeList = 3,
01062 
01066     HandleTypeGroup = 4,
01067 
01068     _HandleTypePadding = 0xffffffffU
01069 };
01070 
01076 const int NUM_HANDLE_TYPES = (4+1);
01077 
01084 enum ConnectionStatus
01085 {
01089     ConnectionStatusConnected = 0,
01090 
01096     ConnectionStatusConnecting = 1,
01097 
01105     ConnectionStatusDisconnected = 2,
01106 
01107     _ConnectionStatusPadding = 0xffffffffU
01108 };
01109 
01115 const int NUM_CONNECTION_STATUSES = (2+1);
01116 
01127 enum ConnectionStatusReason
01128 {
01136     ConnectionStatusReasonNoneSpecified = 0,
01137 
01147     ConnectionStatusReasonRequested = 1,
01148 
01165     ConnectionStatusReasonNetworkError = 2,
01166 
01174     ConnectionStatusReasonAuthenticationFailed = 3,
01175 
01187     ConnectionStatusReasonEncryptionError = 4,
01188 
01232     ConnectionStatusReasonNameInUse = 5,
01233 
01241     ConnectionStatusReasonCertNotProvided = 6,
01242 
01253     ConnectionStatusReasonCertUntrusted = 7,
01254 
01262     ConnectionStatusReasonCertExpired = 8,
01263 
01271     ConnectionStatusReasonCertNotActivated = 9,
01272 
01280     ConnectionStatusReasonCertHostnameMismatch = 10,
01281 
01290     ConnectionStatusReasonCertFingerprintMismatch = 11,
01291 
01299     ConnectionStatusReasonCertSelfSigned = 12,
01300 
01309     ConnectionStatusReasonCertOtherError = 13,
01310 
01318     ConnectionStatusReasonCertRevoked = 14,
01319 
01328     ConnectionStatusReasonCertInsecure = 15,
01329 
01340     ConnectionStatusReasonCertLimitExceeded = 16,
01341 
01342     _ConnectionStatusReasonPadding = 0xffffffffU
01343 };
01344 
01350 const int NUM_CONNECTION_STATUS_REASONS = (16+1);
01351 
01360 enum ContactListState
01361 {
01366     ContactListStateNone = 0,
01367 
01373     ContactListStateWaiting = 1,
01374 
01383     ContactListStateFailure = 2,
01384 
01390     ContactListStateSuccess = 3,
01391 
01392     _ContactListStatePadding = 0xffffffffU
01393 };
01394 
01400 const int NUM_CONTACT_LIST_STATES = (3+1);
01401 
01415 enum SubscriptionState
01416 {
01420     SubscriptionStateUnknown = 0,
01421 
01427     SubscriptionStateNo = 1,
01428 
01435     SubscriptionStateRemovedRemotely = 2,
01436 
01442     SubscriptionStateAsk = 3,
01443 
01447     SubscriptionStateYes = 4,
01448 
01449     _SubscriptionStatePadding = 0xffffffffU
01450 };
01451 
01457 const int NUM_SUBSCRIPTION_STATES = (4+1);
01458 
01504 enum ContactMetadataStorageType
01505 {
01521     ContactMetadataStorageTypeNone = 0,
01522 
01531     ContactMetadataStorageTypeSubscribedOrPending = 1,
01532 
01542     ContactMetadataStorageTypeSubscribed = 2,
01543 
01555     ContactMetadataStorageTypeAnyone = 3,
01556 
01557     _ContactMetadataStorageTypePadding = 0xffffffffU
01558 };
01559 
01565 const int NUM_CONTACT_METADATA_STORAGE_TYPES = (3+1);
01566 
01575 enum HTTPMethod
01576 {
01580     HTTPMethodGet = 0,
01581 
01586     HTTPMethodPost = 1,
01587 
01588     _HTTPMethodPadding = 0xffffffffU
01589 };
01590 
01596 const int NUM_HTTP_METHODS = (1+1);
01597 
01606 enum ServicePointType
01607 {
01613     ServicePointTypeNone = 0,
01614 
01618     ServicePointTypeEmergency = 1,
01619 
01624     ServicePointTypeCounseling = 2,
01625 
01626     _ServicePointTypePadding = 0xffffffffU
01627 };
01628 
01634 const int NUM_SERVICE_POINT_TYPES = (2+1);
01635 
01642 enum ConnectionPresenceType
01643 {
01649     ConnectionPresenceTypeUnset = 0,
01650 
01654     ConnectionPresenceTypeOffline = 1,
01655 
01659     ConnectionPresenceTypeAvailable = 2,
01660 
01664     ConnectionPresenceTypeAway = 3,
01665 
01669     ConnectionPresenceTypeExtendedAway = 4,
01670 
01674     ConnectionPresenceTypeHidden = 5,
01675 
01679     ConnectionPresenceTypeBusy = 6,
01680 
01685     ConnectionPresenceTypeUnknown = 7,
01686 
01691     ConnectionPresenceTypeError = 8,
01692 
01693     _ConnectionPresenceTypePadding = 0xffffffffU
01694 };
01695 
01701 const int NUM_CONNECTION_PRESENCE_TYPES = (8+1);
01702 
01717 enum AccessControlType
01718 {
01727     AccessControlTypeWhitelist = 0,
01728 
01733     AccessControlTypePublishList = 1,
01734 
01742     AccessControlTypeGroup = 2,
01743 
01747     AccessControlTypeOpen = 3,
01748 
01754     AccessControlTypeSubscribeOrPublishList = 4,
01755 
01760     AccessControlTypeClosed = 5,
01761 
01777     AccessControlTypeNotUnderstood = 6,
01778 
01779     _AccessControlTypePadding = 0xffffffffU
01780 };
01781 
01787 const int NUM_ACCESS_CONTROL_TYPES = (6+1);
01788 
01808 enum RichPresenceAccessControlType
01809 {
01814     RichPresenceAccessControlTypeWhitelist = 0,
01815 
01821     RichPresenceAccessControlTypePublishList = 1,
01822 
01828     RichPresenceAccessControlTypeGroup = 2,
01829 
01834     RichPresenceAccessControlTypeOpen = 3,
01835 
01836     _RichPresenceAccessControlTypePadding = 0xffffffffU
01837 };
01838 
01844 const int NUM_RICH_PRESENCE_ACCESS_CONTROL_TYPES = (3+1);
01845 
01852 enum ChannelContactSearchState
01853 {
01857     ChannelContactSearchStateNotStarted = 0,
01858 
01862     ChannelContactSearchStateInProgress = 1,
01863 
01868     ChannelContactSearchStateMoreAvailable = 2,
01869 
01873     ChannelContactSearchStateCompleted = 3,
01874 
01878     ChannelContactSearchStateFailed = 4,
01879 
01880     _ChannelContactSearchStatePadding = 0xffffffffU
01881 };
01882 
01888 const int NUM_CHANNEL_CONTACT_SEARCH_STATES = (4+1);
01889 
01896 enum FileTransferState
01897 {
01902     FileTransferStateNone = 0,
01903 
01909     FileTransferStatePending = 1,
01910 
01916     FileTransferStateAccepted = 2,
01917 
01921     FileTransferStateOpen = 3,
01922 
01926     FileTransferStateCompleted = 4,
01927 
01931     FileTransferStateCancelled = 5,
01932 
01933     _FileTransferStatePadding = 0xffffffffU
01934 };
01935 
01941 const int NUM_FILE_TRANSFER_STATES = (5+1);
01942 
01949 enum FileTransferStateChangeReason
01950 {
01954     FileTransferStateChangeReasonNone = 0,
01955 
01959     FileTransferStateChangeReasonRequested = 1,
01960 
01964     FileTransferStateChangeReasonLocalStopped = 2,
01965 
01969     FileTransferStateChangeReasonRemoteStopped = 3,
01970 
01974     FileTransferStateChangeReasonLocalError = 4,
01975 
01979     FileTransferStateChangeReasonRemoteError = 5,
01980 
01981     _FileTransferStateChangeReasonPadding = 0xffffffffU
01982 };
01983 
01989 const int NUM_FILE_TRANSFER_STATE_CHANGE_REASONS = (5+1);
01990 
01997 enum FileHashType
01998 {
02002     FileHashTypeNone = 0,
02003 
02007     FileHashTypeMD5 = 1,
02008 
02012     FileHashTypeSHA1 = 2,
02013 
02017     FileHashTypeSHA256 = 3,
02018 
02019     _FileHashTypePadding = 0xffffffffU
02020 };
02021 
02027 const int NUM_FILE_HASH_TYPES = (3+1);
02028 
02035 enum MediaStreamType
02036 {
02040     MediaStreamTypeAudio = 0,
02041 
02045     MediaStreamTypeVideo = 1,
02046 
02047     _MediaStreamTypePadding = 0xffffffffU
02048 };
02049 
02055 const int NUM_MEDIA_STREAM_TYPES = (1+1);
02056 
02063 enum MediaStreamState
02064 {
02068     MediaStreamStateDisconnected = 0,
02069 
02073     MediaStreamStateConnecting = 1,
02074 
02078     MediaStreamStateConnected = 2,
02079 
02080     _MediaStreamStatePadding = 0xffffffffU
02081 };
02082 
02088 const int NUM_MEDIA_STREAM_STATES = (2+1);
02089 
02096 enum MediaStreamDirection
02097 {
02101     MediaStreamDirectionNone = 0,
02102 
02106     MediaStreamDirectionSend = 1,
02107 
02111     MediaStreamDirectionReceive = 2,
02112 
02116     MediaStreamDirectionBidirectional = 3,
02117 
02118     _MediaStreamDirectionPadding = 0xffffffffU
02119 };
02120 
02126 const int NUM_MEDIA_STREAM_DIRECTIONS = (3+1);
02127 
02134 enum ChannelTextSendError
02135 {
02139     ChannelTextSendErrorUnknown = 0,
02140 
02144     ChannelTextSendErrorOffline = 1,
02145 
02149     ChannelTextSendErrorInvalidContact = 2,
02150 
02154     ChannelTextSendErrorPermissionDenied = 3,
02155 
02159     ChannelTextSendErrorTooLong = 4,
02160 
02165     ChannelTextSendErrorNotImplemented = 5,
02166 
02167     _ChannelTextSendErrorPadding = 0xffffffffU
02168 };
02169 
02175 const int NUM_CHANNEL_TEXT_SEND_ERRORS = (5+1);
02176 
02185 enum ChannelTextMessageType
02186 {
02190     ChannelTextMessageTypeNormal = 0,
02191 
02198     ChannelTextMessageTypeAction = 1,
02199 
02203     ChannelTextMessageTypeNotice = 2,
02204 
02208     ChannelTextMessageTypeAutoReply = 3,
02209 
02215     ChannelTextMessageTypeDeliveryReport = 4,
02216 
02217     _ChannelTextMessageTypePadding = 0xffffffffU
02218 };
02219 
02225 const int NUM_CHANNEL_TEXT_MESSAGE_TYPES = (4+1);
02226 
02233 enum TubeType
02234 {
02239     TubeTypeDBus = 0,
02240 
02245     TubeTypeStream = 1,
02246 
02247     _TubeTypePadding = 0xffffffffU
02248 };
02249 
02255 const int NUM_TUBE_TYPES = (1+1);
02256 
02263 enum TubeState
02264 {
02268     TubeStateLocalPending = 0,
02269 
02273     TubeStateRemotePending = 1,
02274 
02278     TubeStateOpen = 2,
02279 
02280     _TubeStatePadding = 0xffffffffU
02281 };
02282 
02288 const int NUM_TUBE_STATES = (2+1);
02289 
02296 enum ChannelChatState
02297 {
02301     ChannelChatStateGone = 0,
02302 
02306     ChannelChatStateInactive = 1,
02307 
02311     ChannelChatStateActive = 2,
02312 
02316     ChannelChatStatePaused = 3,
02317 
02321     ChannelChatStateComposing = 4,
02322 
02323     _ChannelChatStatePadding = 0xffffffffU
02324 };
02325 
02331 const int NUM_CHANNEL_CHAT_STATES = (4+1);
02332 
02339 enum DTMFEvent
02340 {
02344     DTMFEventDigit0 = 0,
02345 
02349     DTMFEventDigit1 = 1,
02350 
02354     DTMFEventDigit2 = 2,
02355 
02359     DTMFEventDigit3 = 3,
02360 
02364     DTMFEventDigit4 = 4,
02365 
02369     DTMFEventDigit5 = 5,
02370 
02374     DTMFEventDigit6 = 6,
02375 
02379     DTMFEventDigit7 = 7,
02380 
02384     DTMFEventDigit8 = 8,
02385 
02389     DTMFEventDigit9 = 9,
02390 
02394     DTMFEventAsterisk = 10,
02395 
02399     DTMFEventHash = 11,
02400 
02404     DTMFEventLetterA = 12,
02405 
02409     DTMFEventLetterB = 13,
02410 
02414     DTMFEventLetterC = 14,
02415 
02419     DTMFEventLetterD = 15,
02420 
02421     _DTMFEventPadding = 0xffffffffU
02422 };
02423 
02429 const int NUM_DTMF_EVENTS = (15+1);
02430 
02450 enum ChannelGroupChangeReason
02451 {
02469     ChannelGroupChangeReasonNone = 0,
02470 
02491     ChannelGroupChangeReasonOffline = 1,
02492 
02501     ChannelGroupChangeReasonKicked = 2,
02502 
02523     ChannelGroupChangeReasonBusy = 3,
02524 
02531     ChannelGroupChangeReasonInvited = 4,
02532 
02541     ChannelGroupChangeReasonBanned = 5,
02542 
02546     ChannelGroupChangeReasonError = 6,
02547 
02570     ChannelGroupChangeReasonInvalidContact = 7,
02571 
02591     ChannelGroupChangeReasonNoAnswer = 8,
02592 
02602     ChannelGroupChangeReasonRenamed = 9,
02603 
02613     ChannelGroupChangeReasonPermissionDenied = 10,
02614 
02642     ChannelGroupChangeReasonSeparated = 11,
02643 
02644     _ChannelGroupChangeReasonPadding = 0xffffffffU
02645 };
02646 
02652 const int NUM_CHANNEL_GROUP_CHANGE_REASONS = (11+1);
02653 
02662 enum LocalHoldState
02663 {
02668     LocalHoldStateUnheld = 0,
02669 
02673     LocalHoldStateHeld = 1,
02674 
02680     LocalHoldStatePendingHold = 2,
02681 
02687     LocalHoldStatePendingUnhold = 3,
02688 
02689     _LocalHoldStatePadding = 0xffffffffU
02690 };
02691 
02697 const int NUM_LOCAL_HOLD_STATES = (3+1);
02698 
02708 enum LocalHoldStateReason
02709 {
02715     LocalHoldStateReasonNone = 0,
02716 
02720     LocalHoldStateReasonRequested = 1,
02721 
02725     LocalHoldStateReasonResourceNotAvailable = 2,
02726 
02727     _LocalHoldStateReasonPadding = 0xffffffffU
02728 };
02729 
02735 const int NUM_LOCAL_HOLD_STATE_REASONS = (2+1);
02736 
02750 enum DeliveryStatus
02751 {
02758     DeliveryStatusUnknown = 0,
02759 
02763     DeliveryStatusDelivered = 1,
02764 
02771     DeliveryStatusTemporarilyFailed = 2,
02772 
02781     DeliveryStatusPermanentlyFailed = 3,
02782 
02790     DeliveryStatusAccepted = 4,
02791 
02795     DeliveryStatusRead = 5,
02796 
02802     DeliveryStatusDeleted = 6,
02803 
02804     _DeliveryStatusPadding = 0xffffffffU
02805 };
02806 
02812 const int NUM_DELIVERY_STATUSES = (6+1);
02813 
02822 enum SASLAbortReason
02823 {
02827     SASLAbortReasonInvalidChallenge = 0,
02828 
02832     SASLAbortReasonUserAbort = 1,
02833 
02834     _SASLAbortReasonPadding = 0xffffffffU
02835 };
02836 
02842 const int NUM_SASL_ABORT_REASONS = (1+1);
02843 
02850 enum SASLStatus
02851 {
02857     SASLStatusNotStarted = 0,
02858 
02864     SASLStatusInProgress = 1,
02865 
02872     SASLStatusServerSucceeded = 2,
02873 
02880     SASLStatusClientAccepted = 3,
02881 
02887     SASLStatusSucceeded = 4,
02888 
02895     SASLStatusServerFailed = 5,
02896 
02901     SASLStatusClientFailed = 6,
02902 
02903     _SASLStatusPadding = 0xffffffffU
02904 };
02905 
02911 const int NUM_SASL_STATUSES = (6+1);
02912 
02919 enum TubeChannelState
02920 {
02926     TubeChannelStateLocalPending = 0,
02927 
02932     TubeChannelStateRemotePending = 1,
02933 
02939     TubeChannelStateOpen = 2,
02940 
02947     TubeChannelStateNotOffered = 3,
02948 
02949     _TubeChannelStatePadding = 0xffffffffU
02950 };
02951 
02957 const int NUM_TUBE_CHANNEL_STATES = (3+1);
02958 
02965 enum SocketAddressType
02966 {
02971     SocketAddressTypeUnix = 0,
02972 
02978     SocketAddressTypeAbstractUnix = 1,
02979 
02986     SocketAddressTypeIPv4 = 2,
02987 
02994     SocketAddressTypeIPv6 = 3,
02995 
02996     _SocketAddressTypePadding = 0xffffffffU
02997 };
02998 
03004 const int NUM_SOCKET_ADDRESS_TYPES = (3+1);
03005 
03012 enum SocketAccessControl
03013 {
03020     SocketAccessControlLocalhost = 0,
03021 
03029     SocketAccessControlPort = 1,
03030 
03039     SocketAccessControlNetmask = 2,
03040 
03056     SocketAccessControlCredentials = 3,
03057 
03058     _SocketAccessControlPadding = 0xffffffffU
03059 };
03060 
03066 const int NUM_SOCKET_ACCESS_CONTROLS = (3+1);
03067 
03074 enum MediaStreamError
03075 {
03079     MediaStreamErrorUnknown = 0,
03080 
03084     MediaStreamErrorEOS = 1,
03085 
03093     MediaStreamErrorCodecNegotiationFailed = 2,
03094 
03098     MediaStreamErrorConnectionFailed = 3,
03099 
03104     MediaStreamErrorNetworkError = 4,
03105 
03109     MediaStreamErrorNoCodecs = 5,
03110 
03114     MediaStreamErrorInvalidCMBehavior = 6,
03115 
03119     MediaStreamErrorMediaError = 7,
03120 
03121     _MediaStreamErrorPadding = 0xffffffffU
03122 };
03123 
03129 const int NUM_MEDIA_STREAM_ERRORS = (7+1);
03130 
03137 enum MediaStreamBaseProto
03138 {
03142     MediaStreamBaseProtoUDP = 0,
03143 
03147     MediaStreamBaseProtoTCP = 1,
03148 
03149     _MediaStreamBaseProtoPadding = 0xffffffffU
03150 };
03151 
03157 const int NUM_MEDIA_STREAM_BASE_PROTOS = (1+1);
03158 
03165 enum MediaStreamTransportType
03166 {
03170     MediaStreamTransportTypeLocal = 0,
03171 
03175     MediaStreamTransportTypeDerived = 1,
03176 
03180     MediaStreamTransportTypeRelay = 2,
03181 
03182     _MediaStreamTransportTypePadding = 0xffffffffU
03183 };
03184 
03190 const int NUM_MEDIA_STREAM_TRANSPORT_TYPES = (2+1);
03191 
03192 }
03193 
03199 #define TELEPATHY_INTERFACE_CONNECTION_MANAGER "org.freedesktop.Telepathy.ConnectionManager"
03200 
03207 #define TP_QT4_IFACE_CONNECTION_MANAGER (QLatin1String("org.freedesktop.Telepathy.ConnectionManager"))
03208 
03214 #define TELEPATHY_INTERFACE_PROTOCOL "org.freedesktop.Telepathy.Protocol"
03215 
03222 #define TP_QT4_IFACE_PROTOCOL (QLatin1String("org.freedesktop.Telepathy.Protocol"))
03223 
03229 #define TELEPATHY_INTERFACE_PROTOCOL_INTERFACE_AVATARS "org.freedesktop.Telepathy.Protocol.Interface.Avatars"
03230 
03237 #define TP_QT4_IFACE_PROTOCOL_INTERFACE_AVATARS (QLatin1String("org.freedesktop.Telepathy.Protocol.Interface.Avatars"))
03238 
03244 #define TELEPATHY_INTERFACE_PROTOCOL_INTERFACE_PRESENCE "org.freedesktop.Telepathy.Protocol.Interface.Presence"
03245 
03252 #define TP_QT4_IFACE_PROTOCOL_INTERFACE_PRESENCE (QLatin1String("org.freedesktop.Telepathy.Protocol.Interface.Presence"))
03253 
03259 #define TELEPATHY_INTERFACE_CONNECTION "org.freedesktop.Telepathy.Connection"
03260 
03267 #define TP_QT4_IFACE_CONNECTION (QLatin1String("org.freedesktop.Telepathy.Connection"))
03268 
03274 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_ALIASING "org.freedesktop.Telepathy.Connection.Interface.Aliasing"
03275 
03282 #define TP_QT4_IFACE_CONNECTION_INTERFACE_ALIASING (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Aliasing"))
03283 
03289 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_ANONYMITY "org.freedesktop.Telepathy.Connection.Interface.Anonymity"
03290 
03297 #define TP_QT4_IFACE_CONNECTION_INTERFACE_ANONYMITY (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Anonymity"))
03298 
03304 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_AVATARS "org.freedesktop.Telepathy.Connection.Interface.Avatars"
03305 
03312 #define TP_QT4_IFACE_CONNECTION_INTERFACE_AVATARS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Avatars"))
03313 
03319 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_BALANCE "org.freedesktop.Telepathy.Connection.Interface.Balance"
03320 
03327 #define TP_QT4_IFACE_CONNECTION_INTERFACE_BALANCE (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Balance"))
03328 
03334 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CAPABILITIES "org.freedesktop.Telepathy.Connection.Interface.Capabilities"
03335 
03342 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CAPABILITIES (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Capabilities"))
03343 
03349 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CELLULAR "org.freedesktop.Telepathy.Connection.Interface.Cellular"
03350 
03357 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CELLULAR (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Cellular"))
03358 
03364 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CLIENT_TYPES "org.freedesktop.Telepathy.Connection.Interface.ClientTypes"
03365 
03372 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CLIENT_TYPES (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ClientTypes"))
03373 
03379 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACTS "org.freedesktop.Telepathy.Connection.Interface.Contacts"
03380 
03387 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACTS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Contacts"))
03388 
03394 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES "org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities"
03395 
03402 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_CAPABILITIES (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactCapabilities"))
03403 
03409 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_GROUPS "org.freedesktop.Telepathy.Connection.Interface.ContactGroups"
03410 
03417 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_GROUPS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactGroups"))
03418 
03424 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_INFO "org.freedesktop.Telepathy.Connection.Interface.ContactInfo"
03425 
03432 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_INFO (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactInfo"))
03433 
03439 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_CONTACT_LIST "org.freedesktop.Telepathy.Connection.Interface.ContactList"
03440 
03447 #define TP_QT4_IFACE_CONNECTION_INTERFACE_CONTACT_LIST (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ContactList"))
03448 
03454 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_LOCATION "org.freedesktop.Telepathy.Connection.Interface.Location"
03455 
03462 #define TP_QT4_IFACE_CONNECTION_INTERFACE_LOCATION (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Location"))
03463 
03469 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION "org.freedesktop.Telepathy.Connection.Interface.MailNotification"
03470 
03477 #define TP_QT4_IFACE_CONNECTION_INTERFACE_MAIL_NOTIFICATION (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.MailNotification"))
03478 
03484 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_POWER_SAVING "org.freedesktop.Telepathy.Connection.Interface.PowerSaving"
03485 
03492 #define TP_QT4_IFACE_CONNECTION_INTERFACE_POWER_SAVING (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.PowerSaving"))
03493 
03499 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_PRESENCE "org.freedesktop.Telepathy.Connection.Interface.Presence"
03500 
03507 #define TP_QT4_IFACE_CONNECTION_INTERFACE_PRESENCE (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Presence"))
03508 
03514 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_REQUESTS "org.freedesktop.Telepathy.Connection.Interface.Requests"
03515 
03522 #define TP_QT4_IFACE_CONNECTION_INTERFACE_REQUESTS (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.Requests"))
03523 
03529 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_SERVICE_POINT "org.freedesktop.Telepathy.Connection.Interface.ServicePoint"
03530 
03537 #define TP_QT4_IFACE_CONNECTION_INTERFACE_SERVICE_POINT (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.ServicePoint"))
03538 
03544 #define TELEPATHY_INTERFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE "org.freedesktop.Telepathy.Connection.Interface.SimplePresence"
03545 
03552 #define TP_QT4_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE (QLatin1String("org.freedesktop.Telepathy.Connection.Interface.SimplePresence"))
03553 
03559 #define TELEPATHY_INTERFACE_CHANNEL "org.freedesktop.Telepathy.Channel"
03560 
03567 #define TP_QT4_IFACE_CHANNEL (QLatin1String("org.freedesktop.Telepathy.Channel"))
03568 
03574 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_LIST "org.freedesktop.Telepathy.Channel.Type.ContactList"
03575 
03582 #define TP_QT4_IFACE_CHANNEL_TYPE_CONTACT_LIST (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ContactList"))
03583 
03589 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_CONTACT_SEARCH "org.freedesktop.Telepathy.Channel.Type.ContactSearch"
03590 
03597 #define TP_QT4_IFACE_CHANNEL_TYPE_CONTACT_SEARCH (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ContactSearch"))
03598 
03604 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_FILE_TRANSFER "org.freedesktop.Telepathy.Channel.Type.FileTransfer"
03605 
03612 #define TP_QT4_IFACE_CHANNEL_TYPE_FILE_TRANSFER (QLatin1String("org.freedesktop.Telepathy.Channel.Type.FileTransfer"))
03613 
03619 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_ROOM_LIST "org.freedesktop.Telepathy.Channel.Type.RoomList"
03620 
03627 #define TP_QT4_IFACE_CHANNEL_TYPE_ROOM_LIST (QLatin1String("org.freedesktop.Telepathy.Channel.Type.RoomList"))
03628 
03634 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION "org.freedesktop.Telepathy.Channel.Type.ServerAuthentication"
03635 
03642 #define TP_QT4_IFACE_CHANNEL_TYPE_SERVER_AUTHENTICATION (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ServerAuthentication"))
03643 
03649 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION "org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection"
03650 
03657 #define TP_QT4_IFACE_CHANNEL_TYPE_SERVER_TLS_CONNECTION (QLatin1String("org.freedesktop.Telepathy.Channel.Type.ServerTLSConnection"))
03658 
03664 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAMED_MEDIA "org.freedesktop.Telepathy.Channel.Type.StreamedMedia"
03665 
03672 #define TP_QT4_IFACE_CHANNEL_TYPE_STREAMED_MEDIA (QLatin1String("org.freedesktop.Telepathy.Channel.Type.StreamedMedia"))
03673 
03679 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_STREAM_TUBE "org.freedesktop.Telepathy.Channel.Type.StreamTube"
03680 
03687 #define TP_QT4_IFACE_CHANNEL_TYPE_STREAM_TUBE (QLatin1String("org.freedesktop.Telepathy.Channel.Type.StreamTube"))
03688 
03694 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_TEXT "org.freedesktop.Telepathy.Channel.Type.Text"
03695 
03702 #define TP_QT4_IFACE_CHANNEL_TYPE_TEXT (QLatin1String("org.freedesktop.Telepathy.Channel.Type.Text"))
03703 
03709 #define TELEPATHY_INTERFACE_CHANNEL_TYPE_TUBES "org.freedesktop.Telepathy.Channel.Type.Tubes"
03710 
03717 #define TP_QT4_IFACE_CHANNEL_TYPE_TUBES (QLatin1String("org.freedesktop.Telepathy.Channel.Type.Tubes"))
03718 
03724 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_ANONYMITY "org.freedesktop.Telepathy.Channel.Interface.Anonymity"
03725 
03732 #define TP_QT4_IFACE_CHANNEL_INTERFACE_ANONYMITY (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Anonymity"))
03733 
03739 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CALL_STATE "org.freedesktop.Telepathy.Channel.Interface.CallState"
03740 
03747 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CALL_STATE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.CallState"))
03748 
03754 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CHAT_STATE "org.freedesktop.Telepathy.Channel.Interface.ChatState"
03755 
03762 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CHAT_STATE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.ChatState"))
03763 
03769 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_CONFERENCE "org.freedesktop.Telepathy.Channel.Interface.Conference"
03770 
03777 #define TP_QT4_IFACE_CHANNEL_INTERFACE_CONFERENCE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Conference"))
03778 
03784 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_DTMF "org.freedesktop.Telepathy.Channel.Interface.DTMF"
03785 
03792 #define TP_QT4_IFACE_CHANNEL_INTERFACE_DTMF (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.DTMF"))
03793 
03799 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_GROUP "org.freedesktop.Telepathy.Channel.Interface.Group"
03800 
03807 #define TP_QT4_IFACE_CHANNEL_INTERFACE_GROUP (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Group"))
03808 
03814 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_HOLD "org.freedesktop.Telepathy.Channel.Interface.Hold"
03815 
03822 #define TP_QT4_IFACE_CHANNEL_INTERFACE_HOLD (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Hold"))
03823 
03829 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING "org.freedesktop.Telepathy.Channel.Interface.MediaSignalling"
03830 
03837 #define TP_QT4_IFACE_CHANNEL_INTERFACE_MEDIA_SIGNALLING (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.MediaSignalling"))
03838 
03844 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_MESSAGES "org.freedesktop.Telepathy.Channel.Interface.Messages"
03845 
03852 #define TP_QT4_IFACE_CHANNEL_INTERFACE_MESSAGES (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Messages"))
03853 
03859 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_PASSWORD "org.freedesktop.Telepathy.Channel.Interface.Password"
03860 
03867 #define TP_QT4_IFACE_CHANNEL_INTERFACE_PASSWORD (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Password"))
03868 
03874 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION "org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication"
03875 
03882 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SASL_AUTHENTICATION (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.SASLAuthentication"))
03883 
03889 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SECURABLE "org.freedesktop.Telepathy.Channel.Interface.Securable"
03890 
03897 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SECURABLE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Securable"))
03898 
03904 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_SERVICE_POINT "org.freedesktop.Telepathy.Channel.Interface.ServicePoint"
03905 
03912 #define TP_QT4_IFACE_CHANNEL_INTERFACE_SERVICE_POINT (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.ServicePoint"))
03913 
03919 #define TELEPATHY_INTERFACE_CHANNEL_INTERFACE_TUBE "org.freedesktop.Telepathy.Channel.Interface.Tube"
03920 
03927 #define TP_QT4_IFACE_CHANNEL_INTERFACE_TUBE (QLatin1String("org.freedesktop.Telepathy.Channel.Interface.Tube"))
03928 
03934 #define TELEPATHY_INTERFACE_CHANNEL_DISPATCHER "org.freedesktop.Telepathy.ChannelDispatcher"
03935 
03942 #define TP_QT4_IFACE_CHANNEL_DISPATCHER (QLatin1String("org.freedesktop.Telepathy.ChannelDispatcher"))
03943 
03949 #define TELEPATHY_INTERFACE_CHANNEL_DISPATCH_OPERATION "org.freedesktop.Telepathy.ChannelDispatchOperation"
03950 
03957 #define TP_QT4_IFACE_CHANNEL_DISPATCH_OPERATION (QLatin1String("org.freedesktop.Telepathy.ChannelDispatchOperation"))
03958 
03964 #define TELEPATHY_INTERFACE_CHANNEL_REQUEST "org.freedesktop.Telepathy.ChannelRequest"
03965 
03972 #define TP_QT4_IFACE_CHANNEL_REQUEST (QLatin1String("org.freedesktop.Telepathy.ChannelRequest"))
03973 
03979 #define TELEPATHY_INTERFACE_MEDIA_SESSION_HANDLER "org.freedesktop.Telepathy.Media.SessionHandler"
03980 
03987 #define TP_QT4_IFACE_MEDIA_SESSION_HANDLER (QLatin1String("org.freedesktop.Telepathy.Media.SessionHandler"))
03988 
03994 #define TELEPATHY_INTERFACE_MEDIA_STREAM_HANDLER "org.freedesktop.Telepathy.Media.StreamHandler"
03995 
04002 #define TP_QT4_IFACE_MEDIA_STREAM_HANDLER (QLatin1String("org.freedesktop.Telepathy.Media.StreamHandler"))
04003 
04009 #define TELEPATHY_INTERFACE_DBUS_DAEMON "org.freedesktop.DBus"
04010 
04017 #define TP_QT4_IFACE_DBUS_DAEMON (QLatin1String("org.freedesktop.DBus"))
04018 
04024 #define TELEPATHY_INTERFACE_INTROSPECTABLE "org.freedesktop.DBus.Introspectable"
04025 
04032 #define TP_QT4_IFACE_INTROSPECTABLE (QLatin1String("org.freedesktop.DBus.Introspectable"))
04033 
04039 #define TELEPATHY_INTERFACE_PEER "org.freedesktop.DBus.Peer"
04040 
04047 #define TP_QT4_IFACE_PEER (QLatin1String("org.freedesktop.DBus.Peer"))
04048 
04054 #define TELEPATHY_INTERFACE_PROPERTIES "org.freedesktop.DBus.Properties"
04055 
04062 #define TP_QT4_IFACE_PROPERTIES (QLatin1String("org.freedesktop.DBus.Properties"))
04063 
04069 #define TELEPATHY_INTERFACE_PROPERTIES_INTERFACE "org.freedesktop.Telepathy.Properties"
04070 
04077 #define TP_QT4_IFACE_PROPERTIES_INTERFACE (QLatin1String("org.freedesktop.Telepathy.Properties"))
04078 
04084 #define TELEPATHY_INTERFACE_ACCOUNT_MANAGER "org.freedesktop.Telepathy.AccountManager"
04085 
04092 #define TP_QT4_IFACE_ACCOUNT_MANAGER (QLatin1String("org.freedesktop.Telepathy.AccountManager"))
04093 
04099 #define TELEPATHY_INTERFACE_ACCOUNT "org.freedesktop.Telepathy.Account"
04100 
04107 #define TP_QT4_IFACE_ACCOUNT (QLatin1String("org.freedesktop.Telepathy.Account"))
04108 
04114 #define TELEPATHY_INTERFACE_ACCOUNT_INTERFACE_ADDRESSING "org.freedesktop.Telepathy.Account.Interface.Addressing"
04115 
04122 #define TP_QT4_IFACE_ACCOUNT_INTERFACE_ADDRESSING (QLatin1String("org.freedesktop.Telepathy.Account.Interface.Addressing"))
04123 
04129 #define TELEPATHY_INTERFACE_ACCOUNT_INTERFACE_AVATAR "org.freedesktop.Telepathy.Account.Interface.Avatar"
04130 
04137 #define TP_QT4_IFACE_ACCOUNT_INTERFACE_AVATAR (QLatin1String("org.freedesktop.Telepathy.Account.Interface.Avatar"))
04138 
04144 #define TELEPATHY_INTERFACE_CLIENT "org.freedesktop.Telepathy.Client"
04145 
04152 #define TP_QT4_IFACE_CLIENT (QLatin1String("org.freedesktop.Telepathy.Client"))
04153 
04159 #define TELEPATHY_INTERFACE_CLIENT_OBSERVER "org.freedesktop.Telepathy.Client.Observer"
04160 
04167 #define TP_QT4_IFACE_CLIENT_OBSERVER (QLatin1String("org.freedesktop.Telepathy.Client.Observer"))
04168 
04174 #define TELEPATHY_INTERFACE_CLIENT_APPROVER "org.freedesktop.Telepathy.Client.Approver"
04175 
04182 #define TP_QT4_IFACE_CLIENT_APPROVER (QLatin1String("org.freedesktop.Telepathy.Client.Approver"))
04183 
04189 #define TELEPATHY_INTERFACE_CLIENT_HANDLER "org.freedesktop.Telepathy.Client.Handler"
04190 
04197 #define TP_QT4_IFACE_CLIENT_HANDLER (QLatin1String("org.freedesktop.Telepathy.Client.Handler"))
04198 
04204 #define TELEPATHY_INTERFACE_CLIENT_INTERFACE_REQUESTS "org.freedesktop.Telepathy.Client.Interface.Requests"
04205 
04212 #define TP_QT4_IFACE_CLIENT_INTERFACE_REQUESTS (QLatin1String("org.freedesktop.Telepathy.Client.Interface.Requests"))
04213 
04221 #define TELEPATHY_ERROR_NETWORK_ERROR "org.freedesktop.Telepathy.Error.NetworkError"
04222 
04231 #define TP_QT4_ERROR_NETWORK_ERROR QLatin1String("org.freedesktop.Telepathy.Error.NetworkError")
04232 
04241 #define TELEPATHY_ERROR_NOT_IMPLEMENTED "org.freedesktop.Telepathy.Error.NotImplemented"
04242 
04252 #define TP_QT4_ERROR_NOT_IMPLEMENTED QLatin1String("org.freedesktop.Telepathy.Error.NotImplemented")
04253 
04261 #define TELEPATHY_ERROR_INVALID_ARGUMENT "org.freedesktop.Telepathy.Error.InvalidArgument"
04262 
04271 #define TP_QT4_ERROR_INVALID_ARGUMENT QLatin1String("org.freedesktop.Telepathy.Error.InvalidArgument")
04272 
04280 #define TELEPATHY_ERROR_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.NotAvailable"
04281 
04290 #define TP_QT4_ERROR_NOT_AVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.NotAvailable")
04291 
04299 #define TELEPATHY_ERROR_PERMISSION_DENIED "org.freedesktop.Telepathy.Error.PermissionDenied"
04300 
04309 #define TP_QT4_ERROR_PERMISSION_DENIED QLatin1String("org.freedesktop.Telepathy.Error.PermissionDenied")
04310 
04322 #define TELEPATHY_ERROR_DISCONNECTED "org.freedesktop.Telepathy.Error.Disconnected"
04323 
04336 #define TP_QT4_ERROR_DISCONNECTED QLatin1String("org.freedesktop.Telepathy.Error.Disconnected")
04337 
04345 #define TELEPATHY_ERROR_INVALID_HANDLE "org.freedesktop.Telepathy.Error.InvalidHandle"
04346 
04355 #define TP_QT4_ERROR_INVALID_HANDLE QLatin1String("org.freedesktop.Telepathy.Error.InvalidHandle")
04356 
04364 #define TELEPATHY_ERROR_CHANNEL_BANNED "org.freedesktop.Telepathy.Error.Channel.Banned"
04365 
04374 #define TP_QT4_ERROR_CHANNEL_BANNED QLatin1String("org.freedesktop.Telepathy.Error.Channel.Banned")
04375 
04383 #define TELEPATHY_ERROR_CHANNEL_FULL "org.freedesktop.Telepathy.Error.Channel.Full"
04384 
04393 #define TP_QT4_ERROR_CHANNEL_FULL QLatin1String("org.freedesktop.Telepathy.Error.Channel.Full")
04394 
04402 #define TELEPATHY_ERROR_CHANNEL_INVITE_ONLY "org.freedesktop.Telepathy.Error.Channel.InviteOnly"
04403 
04412 #define TP_QT4_ERROR_CHANNEL_INVITE_ONLY QLatin1String("org.freedesktop.Telepathy.Error.Channel.InviteOnly")
04413 
04426 #define TELEPATHY_ERROR_NOT_YOURS "org.freedesktop.Telepathy.Error.NotYours"
04427 
04441 #define TP_QT4_ERROR_NOT_YOURS QLatin1String("org.freedesktop.Telepathy.Error.NotYours")
04442 
04459 #define TELEPATHY_ERROR_CANCELLED "org.freedesktop.Telepathy.Error.Cancelled"
04460 
04478 #define TP_QT4_ERROR_CANCELLED QLatin1String("org.freedesktop.Telepathy.Error.Cancelled")
04479 
04488 #define TELEPATHY_ERROR_AUTHENTICATION_FAILED "org.freedesktop.Telepathy.Error.AuthenticationFailed"
04489 
04499 #define TP_QT4_ERROR_AUTHENTICATION_FAILED QLatin1String("org.freedesktop.Telepathy.Error.AuthenticationFailed")
04500 
04513 #define TELEPATHY_ERROR_ENCRYPTION_NOT_AVAILABLE "org.freedesktop.Telepathy.Error.EncryptionNotAvailable"
04514 
04528 #define TP_QT4_ERROR_ENCRYPTION_NOT_AVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.EncryptionNotAvailable")
04529 
04539 #define TELEPATHY_ERROR_ENCRYPTION_ERROR "org.freedesktop.Telepathy.Error.EncryptionError"
04540 
04551 #define TP_QT4_ERROR_ENCRYPTION_ERROR QLatin1String("org.freedesktop.Telepathy.Error.EncryptionError")
04552 
04566 #define TELEPATHY_ERROR_CERT_NOT_PROVIDED "org.freedesktop.Telepathy.Error.Cert.NotProvided"
04567 
04582 #define TP_QT4_ERROR_CERT_NOT_PROVIDED QLatin1String("org.freedesktop.Telepathy.Error.Cert.NotProvided")
04583 
04596 #define TELEPATHY_ERROR_CERT_UNTRUSTED "org.freedesktop.Telepathy.Error.Cert.Untrusted"
04597 
04611 #define TP_QT4_ERROR_CERT_UNTRUSTED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Untrusted")
04612 
04622 #define TELEPATHY_ERROR_CERT_EXPIRED "org.freedesktop.Telepathy.Error.Cert.Expired"
04623 
04634 #define TP_QT4_ERROR_CERT_EXPIRED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Expired")
04635 
04646 #define TELEPATHY_ERROR_CERT_NOT_ACTIVATED "org.freedesktop.Telepathy.Error.Cert.NotActivated"
04647 
04659 #define TP_QT4_ERROR_CERT_NOT_ACTIVATED QLatin1String("org.freedesktop.Telepathy.Error.Cert.NotActivated")
04660 
04671 #define TELEPATHY_ERROR_CERT_FINGERPRINT_MISMATCH "org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch"
04672 
04684 #define TP_QT4_ERROR_CERT_FINGERPRINT_MISMATCH QLatin1String("org.freedesktop.Telepathy.Error.Cert.FingerprintMismatch")
04685 
04702 #define TELEPATHY_ERROR_CERT_HOSTNAME_MISMATCH "org.freedesktop.Telepathy.Error.Cert.HostnameMismatch"
04703 
04721 #define TP_QT4_ERROR_CERT_HOSTNAME_MISMATCH QLatin1String("org.freedesktop.Telepathy.Error.Cert.HostnameMismatch")
04722 
04733 #define TELEPATHY_ERROR_CERT_SELF_SIGNED "org.freedesktop.Telepathy.Error.Cert.SelfSigned"
04734 
04746 #define TP_QT4_ERROR_CERT_SELF_SIGNED QLatin1String("org.freedesktop.Telepathy.Error.Cert.SelfSigned")
04747 
04757 #define TELEPATHY_ERROR_CERT_REVOKED "org.freedesktop.Telepathy.Error.Cert.Revoked"
04758 
04769 #define TP_QT4_ERROR_CERT_REVOKED QLatin1String("org.freedesktop.Telepathy.Error.Cert.Revoked")
04770 
04781 #define TELEPATHY_ERROR_CERT_INSECURE "org.freedesktop.Telepathy.Error.Cert.Insecure"
04782 
04794 #define TP_QT4_ERROR_CERT_INSECURE QLatin1String("org.freedesktop.Telepathy.Error.Cert.Insecure")
04795 
04806 #define TELEPATHY_ERROR_CERT_INVALID "org.freedesktop.Telepathy.Error.Cert.Invalid"
04807 
04819 #define TP_QT4_ERROR_CERT_INVALID QLatin1String("org.freedesktop.Telepathy.Error.Cert.Invalid")
04820 
04832 #define TELEPATHY_ERROR_CERT_LIMIT_EXCEEDED "org.freedesktop.Telepathy.Error.Cert.LimitExceeded"
04833 
04846 #define TP_QT4_ERROR_CERT_LIMIT_EXCEEDED QLatin1String("org.freedesktop.Telepathy.Error.Cert.LimitExceeded")
04847 
04856 #define TELEPATHY_ERROR_NOT_CAPABLE "org.freedesktop.Telepathy.Error.NotCapable"
04857 
04867 #define TP_QT4_ERROR_NOT_CAPABLE QLatin1String("org.freedesktop.Telepathy.Error.NotCapable")
04868 
04878 #define TELEPATHY_ERROR_OFFLINE "org.freedesktop.Telepathy.Error.Offline"
04879 
04890 #define TP_QT4_ERROR_OFFLINE QLatin1String("org.freedesktop.Telepathy.Error.Offline")
04891 
04901 #define TELEPATHY_ERROR_CHANNEL_KICKED "org.freedesktop.Telepathy.Error.Channel.Kicked"
04902 
04913 #define TP_QT4_ERROR_CHANNEL_KICKED QLatin1String("org.freedesktop.Telepathy.Error.Channel.Kicked")
04914 
04926 #define TELEPATHY_ERROR_BUSY "org.freedesktop.Telepathy.Error.Busy"
04927 
04940 #define TP_QT4_ERROR_BUSY QLatin1String("org.freedesktop.Telepathy.Error.Busy")
04941 
04951 #define TELEPATHY_ERROR_NO_ANSWER "org.freedesktop.Telepathy.Error.NoAnswer"
04952 
04963 #define TP_QT4_ERROR_NO_ANSWER QLatin1String("org.freedesktop.Telepathy.Error.NoAnswer")
04964 
04974 #define TELEPATHY_ERROR_DOES_NOT_EXIST "org.freedesktop.Telepathy.Error.DoesNotExist"
04975 
04986 #define TP_QT4_ERROR_DOES_NOT_EXIST QLatin1String("org.freedesktop.Telepathy.Error.DoesNotExist")
04987 
04998 #define TELEPATHY_ERROR_TERMINATED "org.freedesktop.Telepathy.Error.Terminated"
04999 
05011 #define TP_QT4_ERROR_TERMINATED QLatin1String("org.freedesktop.Telepathy.Error.Terminated")
05012 
05020 #define TELEPATHY_ERROR_CONNECTION_REFUSED "org.freedesktop.Telepathy.Error.ConnectionRefused"
05021 
05030 #define TP_QT4_ERROR_CONNECTION_REFUSED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionRefused")
05031 
05039 #define TELEPATHY_ERROR_CONNECTION_FAILED "org.freedesktop.Telepathy.Error.ConnectionFailed"
05040 
05049 #define TP_QT4_ERROR_CONNECTION_FAILED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionFailed")
05050 
05058 #define TELEPATHY_ERROR_CONNECTION_LOST "org.freedesktop.Telepathy.Error.ConnectionLost"
05059 
05068 #define TP_QT4_ERROR_CONNECTION_LOST QLatin1String("org.freedesktop.Telepathy.Error.ConnectionLost")
05069 
05082 #define TELEPATHY_ERROR_ALREADY_CONNECTED "org.freedesktop.Telepathy.Error.AlreadyConnected"
05083 
05097 #define TP_QT4_ERROR_ALREADY_CONNECTED QLatin1String("org.freedesktop.Telepathy.Error.AlreadyConnected")
05098 
05113 #define TELEPATHY_ERROR_CONNECTION_REPLACED "org.freedesktop.Telepathy.Error.ConnectionReplaced"
05114 
05130 #define TP_QT4_ERROR_CONNECTION_REPLACED QLatin1String("org.freedesktop.Telepathy.Error.ConnectionReplaced")
05131 
05140 #define TELEPATHY_ERROR_REGISTRATION_EXISTS "org.freedesktop.Telepathy.Error.RegistrationExists"
05141 
05151 #define TP_QT4_ERROR_REGISTRATION_EXISTS QLatin1String("org.freedesktop.Telepathy.Error.RegistrationExists")
05152 
05167 #define TELEPATHY_ERROR_SERVICE_BUSY "org.freedesktop.Telepathy.Error.ServiceBusy"
05168 
05184 #define TP_QT4_ERROR_SERVICE_BUSY QLatin1String("org.freedesktop.Telepathy.Error.ServiceBusy")
05185 
05196 #define TELEPATHY_ERROR_RESOURCE_UNAVAILABLE "org.freedesktop.Telepathy.Error.ResourceUnavailable"
05197 
05209 #define TP_QT4_ERROR_RESOURCE_UNAVAILABLE QLatin1String("org.freedesktop.Telepathy.Error.ResourceUnavailable")
05210 
05222 #define TELEPATHY_ERROR_WOULD_BREAK_ANONYMITY "org.freedesktop.Telepathy.Error.WouldBreakAnonymity"
05223 
05236 #define TP_QT4_ERROR_WOULD_BREAK_ANONYMITY QLatin1String("org.freedesktop.Telepathy.Error.WouldBreakAnonymity")
05237 
05246 #define TELEPATHY_ERROR_NOT_YET "org.freedesktop.Telepathy.Error.NotYet"
05247 
05257 #define TP_QT4_ERROR_NOT_YET QLatin1String("org.freedesktop.Telepathy.Error.NotYet")
05258 
05267 #define TELEPATHY_ERROR_REJECTED "org.freedesktop.Telepathy.Error.Rejected"
05268 
05278 #define TP_QT4_ERROR_REJECTED QLatin1String("org.freedesktop.Telepathy.Error.Rejected")
05279 
05288 #define TELEPATHY_ERROR_PICKED_UP_ELSEWHERE "org.freedesktop.Telepathy.Error.PickedUpElsewhere"
05289 
05299 #define TP_QT4_ERROR_PICKED_UP_ELSEWHERE QLatin1String("org.freedesktop.Telepathy.Error.PickedUpElsewhere")
05300 
05313 #define TELEPATHY_ERROR_SERVICE_CONFUSED "org.freedesktop.Telepathy.Error.ServiceConfused"
05314 
05328 #define TP_QT4_ERROR_SERVICE_CONFUSED QLatin1String("org.freedesktop.Telepathy.Error.ServiceConfused")
05329 
05344 #define TELEPATHY_ERROR_CONFUSED "org.freedesktop.Telepathy.Error.Confused"
05345 
05361 #define TP_QT4_ERROR_CONFUSED QLatin1String("org.freedesktop.Telepathy.Error.Confused")
05362 


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.5.12