comparison ChangeLog.API @ 22004:f9dcdc0e89a5

A list of accessor functions to the roomlist API.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 06 Jan 2008 18:52:15 +0000
parents 1690d040addd
children 829d054f4f1a
comparison
equal deleted inserted replaced
22000:af0426c34c27 22004:f9dcdc0e89a5
7 * purple_gai_strerror. 7 * purple_gai_strerror.
8 * purple_major_version, purple_minor_version, 8 * purple_major_version, purple_minor_version,
9 purple_micro_version variables are exported by version.h, 9 purple_micro_version variables are exported by version.h,
10 giving the version of libpurple in use at runtime. 10 giving the version of libpurple in use at runtime.
11 * purple_util_set_current_song, purple_util_format_song_info 11 * purple_util_set_current_song, purple_util_format_song_info
12 * Some accessor functions to the Roomlist API:
13 * purple_roomlist_get_fields
14 * purple_roomlist_room_get_type
15 * purple_roomlist_room_get_name
16 * purple_roomlist_room_get_parent
17 * purple_roomlist_room_get_fields
18 * purple_roomlist_field_get_type
19 * purple_roomlist_field_get_label
20 * purple_roomlist_field_get_hidden
12 21
13 Pidgin: 22 Pidgin:
14 Added: 23 Added:
15 * pidgin_create_dialog to create a window that closes on escape. Also 24 * pidgin_create_dialog to create a window that closes on escape. Also
16 added utility functions pidgin_dialog_get_vbox_with_properties, 25 added utility functions pidgin_dialog_get_vbox_with_properties,