- Timestamp:
- 07/01/2008 08:04:42 PM (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/adium-1.2/Frameworks/libpurple.framework/Versions/0.4.3/Headers/prpl.h
r22745 r24165 178 178 * Indicates that slash commands are native to this protocol. 179 179 * Used as a hint that unknown commands should not be sent as messages. 180 * @since 2.1.0 180 181 */ 181 182 OPT_PROTO_SLASH_COMMANDS_NATIVE = 0x00000400, … … 187 188 * 188 189 * Every protocol plugin initializes this structure. It is the gateway 189 * between purple and the protocol plugin. Many of th iscallbacks can be190 * between purple and the protocol plugin. Many of these callbacks can be 190 191 * NULL. If a callback must be implemented, it has a comment indicating so. 191 192 */