ChangeLog.API

changeset 40126
e353b2390ad8
parent 40125
a7acc7b00d79
child 40171
564fcabca6d9
equal deleted inserted replaced
40125:a7acc7b00d79 40126:e353b2390ad8
415 * purple_dnsquery_a_account 415 * purple_dnsquery_a_account
416 * purple_event_loop_{get|set}_ui_ops. Manually drive the GLib 416 * purple_event_loop_{get|set}_ui_ops. Manually drive the GLib
417 event loop yourself. See GLib Main Event Loop docs. 417 event loop yourself. See GLib Main Event Loop docs.
418 * PurpleEventLoopUiOps. Manually drive the GLib event loop 418 * PurpleEventLoopUiOps. Manually drive the GLib event loop
419 yourself. See GLib Main Event Loop docs. 419 yourself. See GLib Main Event Loop docs.
420 * purple_get_host_name. Use g_get_host_name, instead.
420 * purple_get_tzoff_str(). Use g_date_time_format, instead. 421 * purple_get_tzoff_str(). Use g_date_time_format, instead.
421 * purple_ip_address_is_valid, purple_ipv4_address_is_valid, and 422 * purple_ip_address_is_valid, purple_ipv4_address_is_valid, and
422 purple_ipv6_address_is_valid. Use g_hostname_is_ip_address() 423 purple_ipv6_address_is_valid. Use g_hostname_is_ip_address()
423 or #GInetAddress instead. 424 or #GInetAddress instead.
424 * purple_markup_extract_info_field 425 * purple_markup_extract_info_field

mercurial