diff 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
line wrap: on
line diff
--- a/src/value.h	Sat Feb 11 05:18:48 2006 +0000
+++ b/src/value.h	Sat Feb 11 05:24:30 2006 +0000
@@ -71,7 +71,8 @@
 	GAIM_SUBTYPE_BLIST_NODE,
 	GAIM_SUBTYPE_CIPHER,
 	GAIM_SUBTYPE_STATUS,
-	GAIM_SUBTYPE_LOG
+	GAIM_SUBTYPE_LOG,
+	GAIM_SUBTYPE_XFER
 } GaimSubType;
 
 /**