comparison src/account.c @ 11284:f24541048a64

[gaim-migrate @ 13481] Remove the signal for account-warned committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 17 Aug 2005 02:36:17 +0000
parents bb0d7b719af2
children ef9280fdc511
comparison
equal deleted inserted replaced
11283:593749a4469c 11284:f24541048a64
2068 gaim_marshal_VOID__POINTER_POINTER, NULL, 2, 2068 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
2069 gaim_value_new(GAIM_TYPE_SUBTYPE, 2069 gaim_value_new(GAIM_TYPE_SUBTYPE,
2070 GAIM_SUBTYPE_ACCOUNT), 2070 GAIM_SUBTYPE_ACCOUNT),
2071 gaim_value_new(GAIM_TYPE_STRING)); 2071 gaim_value_new(GAIM_TYPE_STRING));
2072 2072
2073 gaim_signal_register(handle, "account-warned",
2074 gaim_marshal_VOID__POINTER_POINTER_UINT, NULL, 3,
2075 gaim_value_new(GAIM_TYPE_SUBTYPE,
2076 GAIM_SUBTYPE_ACCOUNT),
2077 gaim_value_new(GAIM_TYPE_STRING),
2078 gaim_value_new(GAIM_TYPE_UINT));
2079
2080 gaim_signal_register(handle, "account-added", 2073 gaim_signal_register(handle, "account-added",
2081 gaim_marshal_VOID__POINTER, NULL, 1, 2074 gaim_marshal_VOID__POINTER, NULL, 1,
2082 gaim_value_new(GAIM_TYPE_SUBTYPE, GAIM_SUBTYPE_ACCOUNT)); 2075 gaim_value_new(GAIM_TYPE_SUBTYPE, GAIM_SUBTYPE_ACCOUNT));
2083 2076
2084 gaim_signal_register(handle, "account-removed", 2077 gaim_signal_register(handle, "account-removed",