- Global _GtkIMHtml::clipboard_html_string
- Global _GtkIMHtml::clipboard_text_string
- Global _PidginBuddyList::connection_errors
- in favour of purple_account_get_current_error(), which also gives you the PurpleConnectionError value.
- Global _PidginConversation::sg
- Global _PurplePluginProtocolInfo::get_cb_away )(PurpleConnection *, int, const char *who)
- Use PurplePluginProtocolInfo.get_cb_real_name and PurplePluginProtocolInfo.status_text instead.
- Global _PurplePluginProtocolInfo::get_cb_info )(PurpleConnection *, int, const char *who)
- Use PurplePluginProtocolInfo.get_info instead.
- Global PurpleConnectionUiOps::report_disconnect )(PurpleConnection *gc, const char *text)
- in favour of PurpleConnectionUiOps.report_disconnect_reason.
- Global purple_contact_set_alias
- Use purple_blist_alias_contact() instead.
- Global purple_connection_new
- As this is internal, we should make it private in 3.0.0.
- Global purple_connection_new_unregister
- As this is internal, we should make it private in 3.0.0.
- Global purple_connection_destroy
- As this is internal, we should make it private in 3.0.0.
- Global purple_connection_error
- in favour of purple_connection_error_reason.
- Global pidgin_blist_update_account_error_state
- There was no good reason for code other than gtkconn to call this.
- Global pidgin_setup_screenname_autocomplete
- For new code, use the equivalent: pidgin_setup_screenname_autocomplete_with_filter(entry, optmenu, pidgin_screenname_autocomplete_default_filter,
GINT_TO_POINTER(all)
)
- Global purple_network_listen_map_external
- In 3.0.0 a boolean will be added to the above functions to perform the same function.
- Global purple_notify_searchresults_get_rows_count
- This function will be removed in Pidgin 3.0.0 unless there is sufficient demand to keep it.
- Global purple_notify_searchresults_get_columns_count
- This function will be removed in Pidgin 3.0.0 unless there is sufficient demand to keep it.
- Global purple_notify_searchresults_row_get
- This function will be removed in Pidgin 3.0.0 unless there is sufficient demand to keep it.
- Global purple_notify_searchresults_column_get_title
- This function will be removed in Pidgin 3.0.0 unless there is sufficient demand to keep it.
- Global purple_plugins_register_probe_notify_cb
- If you need this, ask for a plugin-probe signal to be added.
- Global purple_plugins_unregister_probe_notify_cb
- If you need this, ask for a plugin-probe signal to be added.
- Global purple_plugins_register_load_notify_cb
- Use the plugin-load signal instead.
- Global purple_plugins_unregister_load_notify_cb
- Use the plugin-load signal instead.
- Global purple_plugins_register_unload_notify_cb
- Use the plugin-unload signal instead.
- Global purple_plugins_unregister_unload_notify_cb
- Use the plugin-unload signal instead.
- Global purple_ssl_connect_fd
- Use purple_ssl_connect_with_host_fd() instead.