comparison src/gtkconv.c @ 12837:1096bdfef887

[gaim-migrate @ 15185] Removing GAIM_SUBTYPE_CONV_WINDOW because conversation windows are no longer a concept of the core. I changed the signal in gtkconv.c to use GAIM_TYPE_BOXED, but I really have no idea how well that'll actually work for the language bindings (Perl and Tcl) that were using GAIM_SUBTYPE_CONV_WINDOW. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Wed, 11 Jan 2006 23:23:38 +0000
parents 1bb4837b527e
children cf3540702d21
comparison
equal deleted inserted replaced
12836:339d61ebca8a 12837:1096bdfef887
6382 /********************************************************************** 6382 /**********************************************************************
6383 * Register signals 6383 * Register signals
6384 **********************************************************************/ 6384 **********************************************************************/
6385 gaim_signal_register(handle, "conversation-dragging", 6385 gaim_signal_register(handle, "conversation-dragging",
6386 gaim_marshal_VOID__POINTER_POINTER, NULL, 2, 6386 gaim_marshal_VOID__POINTER_POINTER, NULL, 2,
6387 gaim_value_new(GAIM_TYPE_SUBTYPE, 6387 gaim_value_new(GAIM_TYPE_BOXED,
6388 GAIM_SUBTYPE_CONV_WINDOW), 6388 "GaimGtkWindow *"),
6389 gaim_value_new(GAIM_TYPE_SUBTYPE, 6389 gaim_value_new(GAIM_TYPE_BOXED,
6390 GAIM_SUBTYPE_CONV_WINDOW)); 6390 "GaimGtkWindow *"));
6391 6391
6392 gaim_signal_register(handle, "conversation-timestamp", 6392 gaim_signal_register(handle, "conversation-timestamp",
6393 gaim_marshal_POINTER__POINTER_POINTER, 6393 gaim_marshal_POINTER__POINTER_POINTER,
6394 gaim_value_new(GAIM_TYPE_POINTER), 2, 6394 gaim_value_new(GAIM_TYPE_POINTER), 2,
6395 gaim_value_new(GAIM_TYPE_SUBTYPE, 6395 gaim_value_new(GAIM_TYPE_SUBTYPE,