Mercurial > pidgin
comparison libpurple/conversation.h @ 25237:401f548e3544
propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f)
to branch 'org.darkrain42.pidgin.buddy-add' (head 6831808999a270f8c1a128c7430a73d3dc0bfae2)
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 21 Dec 2008 18:32:37 +0000 |
parents | d8452c0bec7b |
children | 584063555949 9ea6842536ba |
comparison
equal
deleted
inserted
replaced
25172:125cac3e24ee | 25237:401f548e3544 |
---|---|
82 PURPLE_CONV_UPDATE_AWAY, /**< The other user went away. */ | 82 PURPLE_CONV_UPDATE_AWAY, /**< The other user went away. */ |
83 PURPLE_CONV_UPDATE_ICON, /**< The other user's buddy icon changed. */ | 83 PURPLE_CONV_UPDATE_ICON, /**< The other user's buddy icon changed. */ |
84 PURPLE_CONV_UPDATE_TITLE, | 84 PURPLE_CONV_UPDATE_TITLE, |
85 PURPLE_CONV_UPDATE_CHATLEFT, | 85 PURPLE_CONV_UPDATE_CHATLEFT, |
86 | 86 |
87 PURPLE_CONV_UPDATE_FEATURES, /**< The features for a chat have changed */ | 87 PURPLE_CONV_UPDATE_FEATURES /**< The features for a chat have changed */ |
88 | 88 |
89 } PurpleConvUpdateType; | 89 } PurpleConvUpdateType; |
90 | 90 |
91 /** | 91 /** |
92 * The typing state of a user. | 92 * The typing state of a user. |
124 apply formatting */ | 124 apply formatting */ |
125 PURPLE_MESSAGE_IMAGES = 0x1000, /**< Message contains images */ | 125 PURPLE_MESSAGE_IMAGES = 0x1000, /**< Message contains images */ |
126 PURPLE_MESSAGE_NOTIFY = 0x2000, /**< Message is a notification */ | 126 PURPLE_MESSAGE_NOTIFY = 0x2000, /**< Message is a notification */ |
127 PURPLE_MESSAGE_NO_LINKIFY = 0x4000, /**< Message should not be auto- | 127 PURPLE_MESSAGE_NO_LINKIFY = 0x4000, /**< Message should not be auto- |
128 linkified @since 2.1.0 */ | 128 linkified @since 2.1.0 */ |
129 PURPLE_MESSAGE_INVISIBLE = 0x8000, /**< Message should not be displayed */ | 129 PURPLE_MESSAGE_INVISIBLE = 0x8000 /**< Message should not be displayed */ |
130 } PurpleMessageFlags; | 130 } PurpleMessageFlags; |
131 | 131 |
132 /** | 132 /** |
133 * Flags applicable to users in Chats. | 133 * Flags applicable to users in Chats. |
134 */ | 134 */ |
137 PURPLE_CBFLAGS_NONE = 0x0000, /**< No flags */ | 137 PURPLE_CBFLAGS_NONE = 0x0000, /**< No flags */ |
138 PURPLE_CBFLAGS_VOICE = 0x0001, /**< Voiced user or "Participant" */ | 138 PURPLE_CBFLAGS_VOICE = 0x0001, /**< Voiced user or "Participant" */ |
139 PURPLE_CBFLAGS_HALFOP = 0x0002, /**< Half-op */ | 139 PURPLE_CBFLAGS_HALFOP = 0x0002, /**< Half-op */ |
140 PURPLE_CBFLAGS_OP = 0x0004, /**< Channel Op or Moderator */ | 140 PURPLE_CBFLAGS_OP = 0x0004, /**< Channel Op or Moderator */ |
141 PURPLE_CBFLAGS_FOUNDER = 0x0008, /**< Channel Founder */ | 141 PURPLE_CBFLAGS_FOUNDER = 0x0008, /**< Channel Founder */ |
142 PURPLE_CBFLAGS_TYPING = 0x0010, /**< Currently typing */ | 142 PURPLE_CBFLAGS_TYPING = 0x0010 /**< Currently typing */ |
143 | 143 |
144 } PurpleConvChatBuddyFlags; | 144 } PurpleConvChatBuddyFlags; |
145 | 145 |
146 #include "account.h" | 146 #include "account.h" |
147 #include "buddyicon.h" | 147 #include "buddyicon.h" |