comparison ChangeLog.API @ 18477:8af9ebae439c

Add purple_prefs_get_children_names in purple. And update Changelog.API
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 11 Jul 2007 18:37:54 +0000
parents 9a0f99ea664d
children 7ee0e0597a26
comparison
equal deleted inserted replaced
18476:400f322a4da9 18477:8af9ebae439c
26 * purple_timeout_add_seconds 26 * purple_timeout_add_seconds
27 Callers should prefer this to purple_timeout_add for timers 27 Callers should prefer this to purple_timeout_add for timers
28 longer than 1 second away. Be aware of the rounding, though. 28 longer than 1 second away. Be aware of the rounding, though.
29 * purple_xfer_get_remote_user 29 * purple_xfer_get_remote_user
30 * purple_pounces_get_all_for_ui 30 * purple_pounces_get_all_for_ui
31 * purple_prefs_get_children_names
31 32
32 Changed: 33 Changed:
33 * The documentation of the following functions now properly 34 * The documentation of the following functions now properly
34 declares that the returned value must not be modified or 35 declares that the returned value must not be modified or
35 freed, which was always the case: 36 freed, which was always the case:
102 gnt_text_view_set_flag 103 gnt_text_view_set_flag
103 * gnt_style_get_from_name 104 * gnt_style_get_from_name
104 * gnt_window_present 105 * gnt_window_present
105 * gnt_tree_set_column_width_ratio 106 * gnt_tree_set_column_width_ratio
106 * gnt_tree_set_column_resizable 107 * gnt_tree_set_column_resizable
108 * gnt_tree_set_column_is_right_aligned
109 * 'file-selected' signal is emited for GntFileSel
107 110
108 Changed: 111 Changed:
109 * gnt_tree_get_rows() now returns a GList* instead of a const 112 * gnt_tree_get_rows() now returns a GList* instead of a const
110 GList*, as const is not very useful with GLists. The 113 GList*, as const is not very useful with GLists. The
111 returned value still must not be modified or freed. 114 returned value still must not be modified or freed.