comparison src/log.c @ 12834:03ff00e0bb84

[gaim-migrate @ 15182] Specify a proper type for the struct tm * argument to the log-timestamp signal. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 11 Jan 2006 22:55:14 +0000
parents ff267281e882
children 7e45ccd91e58
comparison
equal deleted inserted replaced
12833:cb2d493e1925 12834:03ff00e0bb84
545 gaim_signal_register(handle, "log-timestamp", 545 gaim_signal_register(handle, "log-timestamp",
546 gaim_marshal_POINTER__POINTER_POINTER, 546 gaim_marshal_POINTER__POINTER_POINTER,
547 gaim_value_new(GAIM_TYPE_POINTER), 2, 547 gaim_value_new(GAIM_TYPE_POINTER), 2,
548 gaim_value_new(GAIM_TYPE_SUBTYPE, 548 gaim_value_new(GAIM_TYPE_SUBTYPE,
549 GAIM_SUBTYPE_LOG), 549 GAIM_SUBTYPE_LOG),
550 gaim_value_new(GAIM_TYPE_POINTER)); 550 gaim_value_new(GAIM_TYPE_BOXED,
551 "struct tm *"));
551 552
552 gaim_prefs_connect_callback(NULL, "/core/logging/format", 553 gaim_prefs_connect_callback(NULL, "/core/logging/format",
553 logger_pref_cb, NULL); 554 logger_pref_cb, NULL);
554 gaim_prefs_trigger_callback("/core/logging/format"); 555 gaim_prefs_trigger_callback("/core/logging/format");
555 556