comparison ChangeLog.API @ 15347:467244cc4ff2

[gaim-migrate @ 18139] The headline, scrollbook and URGENT fuctions. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 16 Jan 2007 19:45:24 +0000
parents b17a907065cc
children b0471b2a1de9
comparison
equal deleted inserted replaced
15346:b4594eab8eeb 15347:467244cc4ff2
354 * gaim_gtk_tree_view_search_equal_func to be used with 354 * gaim_gtk_tree_view_search_equal_func to be used with
355 gtk_tree_view_set_search_equal_func 355 gtk_tree_view_set_search_equal_func
356 * gaim_xfer_set_bytes_sent(). Sets the offset in the file to 356 * gaim_xfer_set_bytes_sent(). Sets the offset in the file to
357 read from or write to. 357 read from or write to.
358 * gaim_privacy_deny and gaim_privacy_allow 358 * gaim_privacy_deny and gaim_privacy_allow
359 * gaim_gtk_blist_set_headline
360 * gaim_gtk_set_urgent
361 * GtkGaimScrollBook and its functions.
359 362
360 Signals - Changed: (See the Doxygen docs for details on all signals.) 363 Signals - Changed: (See the Doxygen docs for details on all signals.)
361 * Signal propagation now stops after a handler returns a non-NULL value. 364 * Signal propagation now stops after a handler returns a non-NULL value.
362 This value is now returned. Previously, all registered handlers were 365 This value is now returned. Previously, all registered handlers were
363 called and the value from the last handler was used. 366 called and the value from the last handler was used.