libpurple/protocol.h

branch
soc.2013.gobjectification.plugins
changeset 36555
fc17a4351e63
parent 36554
74191a8680af
child 36556
98b761371c33
equal deleted inserted replaced
36554:74191a8680af 36555:fc17a4351e63
122 PurpleIconScaleRules scale_rules; /**< How to stretch this icon */ 122 PurpleIconScaleRules scale_rules; /**< How to stretch this icon */
123 }; 123 };
124 124
125 #define PURPLE_TYPE_PROTOCOL_CHAT_ENTRY (purple_protocol_chat_entry_get_type()) 125 #define PURPLE_TYPE_PROTOCOL_CHAT_ENTRY (purple_protocol_chat_entry_get_type())
126 126
127 /** TODO replace proto_chat_entry 127 /**
128 * Represents an entry containing information that must be supplied by the 128 * Represents an entry containing information that must be supplied by the
129 * user when joining a chat. 129 * user when joining a chat.
130 */ 130 */
131 typedef struct { 131 typedef struct {
132 const char *label; /**< User-friendly name of the entry */ 132 const char *label; /**< User-friendly name of the entry */

mercurial