comparison src/gtkconv.c @ 13995:ef338033b138

[gaim-migrate @ 16573] Didn't mean to revert that. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 25 Jul 2006 17:34:29 +0000
parents 626977ae8869
children d856c2ec93ca
comparison
equal deleted inserted replaced
13994:626977ae8869 13995:ef338033b138
6516 "GaimGtkWindow *"), 6516 "GaimGtkWindow *"),
6517 gaim_value_new(GAIM_TYPE_BOXED, 6517 gaim_value_new(GAIM_TYPE_BOXED,
6518 "GaimGtkWindow *")); 6518 "GaimGtkWindow *"));
6519 6519
6520 gaim_signal_register(handle, "conversation-timestamp", 6520 gaim_signal_register(handle, "conversation-timestamp",
6521 #if SIZEOF_TIME_T == 4
6521 gaim_marshal_POINTER__POINTER_INT, 6522 gaim_marshal_POINTER__POINTER_INT,
6523 #elif SIZEOF_TIME_T == 8
6524 gaim_marshal_POINTER__POINTER_INT64,
6525 #else
6526 #error Unkown size of time_t
6527 #endif
6522 gaim_value_new(GAIM_TYPE_POINTER), 2, 6528 gaim_value_new(GAIM_TYPE_POINTER), 2,
6523 gaim_value_new(GAIM_TYPE_SUBTYPE, 6529 gaim_value_new(GAIM_TYPE_SUBTYPE,
6524 GAIM_SUBTYPE_LOG), 6530 GAIM_SUBTYPE_LOG),
6525 #if SIZEOF_TIME_T == 4 6531 #if SIZEOF_TIME_T == 4
6526 gaim_value_new(GAIM_TYPE_INT)); 6532 gaim_value_new(GAIM_TYPE_INT));