Mercurial > pidgin
comparison libpurple/prpl.h @ 22898:3d7e9eff04d0
Assorted cleanups, mostly to the Doxygen comments. I added a few missing
@since tags.
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 11 May 2008 05:08:08 +0000 |
parents | 20053e2484f8 |
children | d53f72735830 |
comparison
equal
deleted
inserted
replaced
22897:cf2ac6f0758a | 22898:3d7e9eff04d0 |
---|---|
175 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200, | 175 OPT_PROTO_REGISTER_NOSCREENNAME = 0x00000200, |
176 | 176 |
177 /** | 177 /** |
178 * Indicates that slash commands are native to this protocol. | 178 * Indicates that slash commands are native to this protocol. |
179 * Used as a hint that unknown commands should not be sent as messages. | 179 * Used as a hint that unknown commands should not be sent as messages. |
180 * @since 2.1.0 | |
180 */ | 181 */ |
181 OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400, | 182 OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400, |
182 | 183 |
183 } PurpleProtocolOptions; | 184 } PurpleProtocolOptions; |
184 | 185 |