| 13 g_timeout_add_seconds(). |
13 g_timeout_add_seconds(). |
| 14 * pidgin_create_window() |
14 * pidgin_create_window() |
| 15 * purple_core_ensure_single_instance() |
15 * purple_core_ensure_single_instance() |
| 16 This is for UIs to use to ensure only one copy is running. |
16 This is for UIs to use to ensure only one copy is running. |
| 17 * purple_dbus_is_owner() |
17 * purple_dbus_is_owner() |
| |
18 * purple_image_data_calculate_filename() |
| |
19 * purple_timeout_add_seconds() |
| |
20 Callers should prefer this to purple_timeout_add() for timers |
| |
21 longer than 1 second away. Be aware of the rounding, though. |
| 18 * purple_timeout_add_seconds() |
22 * purple_timeout_add_seconds() |
| 19 Callers should prefer this to purple_timeout_add() for timers |
23 Callers should prefer this to purple_timeout_add() for timers |
| 20 longer than 1 second away. Be aware of the rounding, though. |
24 longer than 1 second away. Be aware of the rounding, though. |
| 21 * purple_conversation_get_extended_menu |
25 * purple_conversation_get_extended_menu |
| 22 * purple_conversation_do_command |
26 * purple_conversation_do_command |