| 429 * purple_event_loop_{get|set}_ui_ops. Manually drive the GLib |
429 * purple_event_loop_{get|set}_ui_ops. Manually drive the GLib |
| 430 event loop yourself. See GLib Main Event Loop docs. |
430 event loop yourself. See GLib Main Event Loop docs. |
| 431 * PurpleEventLoopUiOps. Manually drive the GLib event loop |
431 * PurpleEventLoopUiOps. Manually drive the GLib event loop |
| 432 yourself. See GLib Main Event Loop docs. |
432 yourself. See GLib Main Event Loop docs. |
| 433 * purple_get_tzoff_str(). Use g_date_time_format, instead. |
433 * purple_get_tzoff_str(). Use g_date_time_format, instead. |
| |
434 * purple_network_convert_idn_to_ascii. Use g_hostname_to_ascii, |
| |
435 instead. |
| 434 * purple_network_listen_family. Use purple_network_listen, instead. |
436 * purple_network_listen_family. Use purple_network_listen, instead. |
| 435 * purple_network_listen_map_external |
437 * purple_network_listen_map_external |
| 436 * purple_network_listen_range_family. Use purple_network_listen, |
438 * purple_network_listen_range_family. Use purple_network_listen, |
| 437 instead. |
439 instead. |
| 438 * purple_network_ip_atoi |
440 * purple_network_ip_atoi |