| 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 */ |