comparison libpurple/conversation.h @ 24838:0d7c21b5f1d7

propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8) to branch 'im.pidgin.pidgin.openq' (head a7077bc12b850d60ea7d768f4b9d4ee6ae6ad2c1)
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 25 Dec 2008 14:06:10 +0000
parents d8452c0bec7b
children 584063555949 9ea6842536ba
comparison
equal deleted inserted replaced
24606:68eba2bafa6f 24838:0d7c21b5f1d7
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"