comparison src/value.h @ 13219:d0f7f698b6de

[gaim-migrate @ 15583] SF Patch #1428591 from Sadrul "This is a new signal, emitted when request for a file-transfer comes in. I have written a trivial plugin (which I plan on adding under plugin_pack in a couple of days) that uses this signal to auto-accept file-transfers. I have tested the plugin to auto-accept or auto-reject file-transfer requests." I also noticed that the file transfer signals weren't using a subtype for GaimXfer pointers, so I added one. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 11 Feb 2006 05:24:30 +0000
parents 1096bdfef887
children d9dbb874a30c
comparison
equal deleted inserted replaced
13218:c01aa6ea4947 13219:d0f7f698b6de
69 GAIM_SUBTYPE_CONVERSATION, 69 GAIM_SUBTYPE_CONVERSATION,
70 GAIM_SUBTYPE_PLUGIN, 70 GAIM_SUBTYPE_PLUGIN,
71 GAIM_SUBTYPE_BLIST_NODE, 71 GAIM_SUBTYPE_BLIST_NODE,
72 GAIM_SUBTYPE_CIPHER, 72 GAIM_SUBTYPE_CIPHER,
73 GAIM_SUBTYPE_STATUS, 73 GAIM_SUBTYPE_STATUS,
74 GAIM_SUBTYPE_LOG 74 GAIM_SUBTYPE_LOG,
75 GAIM_SUBTYPE_XFER
75 } GaimSubType; 76 } GaimSubType;
76 77
77 /** 78 /**
78 * A wrapper for a type, subtype, and specific type of value. 79 * A wrapper for a type, subtype, and specific type of value.
79 */ 80 */