comparison src/prpl.h @ 10162:17c3fc112410

[gaim-migrate @ 11248] Oh snap, there goes my baseball cap. Thanks to royanee. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Nov 2004 13:13:47 +0000
parents 7a75a264ac20
children f086269582b1
comparison
equal deleted inserted replaced
10161:f17e538bf9e0 10162:17c3fc112410
159 /** 159 /**
160 * A protocol plugin information structure. 160 * A protocol plugin information structure.
161 * 161 *
162 * Every protocol plugin initializes this structure. It is the gateway 162 * Every protocol plugin initializes this structure. It is the gateway
163 * between gaim and the protocol plugin. Many of this callbacks can be 163 * between gaim and the protocol plugin. Many of this callbacks can be
164 * NULL. If a callback must be implemented, it has a comment indicated so. 164 * NULL. If a callback must be implemented, it has a comment indicating so.
165 */ 165 */
166 struct _GaimPluginProtocolInfo 166 struct _GaimPluginProtocolInfo
167 { 167 {
168 GaimProtocolOptions options; /**< Protocol options. */ 168 GaimProtocolOptions options; /**< Protocol options. */
169 169