Namespace

Pidgin – 3.0

Pidgin Universal Chat Client

Version3.0.0-devel
AuthorsPidgin Developers
LicenseGPL-2.0-or-later
Websitehttps://keep.imfreedom.org/pidgin/pidgin/
Sourcehttps://keep.imfreedom.org/pidgin/pidgin/

Build

C headerspidgin.h
pkg-config filespidgin-3

Dependencies

GLib—2.0 General-purpose, portable utility library.
Browse documentation
GObject—2.0 The base type system library
Browse documentation
Gtk—4.0 The GTK toolkit
Browse documentation
GPlugin—1.0 GPlugin Plugin Library
Browse documentation
Purple—3.0 Purple Universal Chat Library
Browse documentation
Talkatu—0.0 Talkatu Gtk Chat Widgets
Browse documentation

Classes

AboutDialog

AccountChooser

AccountDisplay

AccountEditor

PidginAccountEditor is a dialog that allows you to edit an account.

since: 3.0.0

AccountFilterConnected

PidginAccountFilterConnected is a GtkFilter that will only show accounts that are connected. It’s intended to be used with PidginAccountChooser or a GListModel that contains PurpleAccount.

since: 3.0.0

AccountFilterProtocol

PidginAccountFilterProtocol is a GtkFilter that will only show accounts for the given protocol. It’s intended to be used with PidginAccountChooser or a GListModel that contains PurpleAccount.

since: 3.0.0

AccountManager

A singleton dialog for managing accounts.

since: 3.0.0

AccountRow

A GtkListBoxRow subclass to display a PurpleAccount.

since: 3.0.0

AccountsDisabledMenu

AccountsEnabledMenu

A GMenuModel that automatically updates itself based on what accounts are enabled.

since: 3.0.0

ActionGroup

A GSimpleActionGroup containing most of our actions. A lot of this will need to be added to the GtkApplication, but I didn’t want to do that part quite yet, so I created this instead.

since: 3.0.0

AddBuddyDialog

A dialog for adding buddies to your contact list.

since: 3.0.0

AddChatDialog

A dialog for adding chats to your contact list.

since: 3.0.0

Application

PidginApplication is a subclass of GtkApplication that holds all of the application wide actions.

since: 3.0.0

Attachment

Avatar

PidginAvatar is a widget that displays avatars for contacts or conversations.

since: 3.0.0

AwayPrefs

PidginAwayPrefs is a widget for the preferences window to let users choose and configure their away and idle settings.

since: 3.0.0

BuddyList

The remnants of the buddy list, soon to be lost to the wind.

ContactList

PidginContactList is a widget that displays the GListModel of PurplePerson from PurpleContactManager.

since: 3.0.0

ContactListWindow

PidginContactListWindow is a transitional widget as we slowly migrate it into the conversation window to make a single window application.

since: 3.0.0

ConversationPrefs

PidginConversationPrefs is a widget for the preferences window to let users choose and configure their conversation settings.

since: 3.0.0

CredentialPrefs

PidginCredentialPrefs is a widget for the preferences window to let users choose and configure their credential provider.

since: 3.0.0

CredentialProviderRow

PidginCredentialProviderRow is a widget for the preferences window to let users configure their credential provider.

since: 3.0.0

DebugWindow

DisplayItem

A class that’s used by PidginDisplayWindow to represent all of the displays items.

since: 3.0.0

DisplayWindow

PidginDisplayWindow is a widget that contains PidginConversations.

since: 3.0.0

Idle

An implementation of PurpleIdleUi for Pidgin.

since: 3.0.0

InfoPane

PidginInfoPane is a widget that displays information above PidginConversations.

since: 3.0.0

InviteDialog

PidginInviteDialog is a simple GtkDialog that presents the user with an interface to invite another user to a conversation. Name completion is automatically setup as well.

Keypad

PidginKeypad is a widget that displays a DTMF keypad, with the digits 0-9, an asterisk, and a number sign.

since: 3.0.0

Message

PidginMessage maps a PurpleMessage to a TalkatuMessage.

since: 3.0.0

NetworkPrefs

PidginNetworkPrefs is a widget for the preferences window to let users choose and configure their network settings.

since: 3.0.0

NotificationAddContact

PidginNotificationAddContact is a widget that displays notifications from PurpleNotificationManager for PurpleAddContactRequest.

since: 3.0.0

NotificationAuthorizationRequest

PidginNotificationAuthorizationRequest is a widget that displays notifications from PurpleNotificationManager for authorization requests.

since: 3.0.0

NotificationConnectionError

PidginNotificationConnectionError is a widget that displays notifications from PurpleNotificationManager.

since: 3.0.0

NotificationList

PidginNotificationList is a widget that displays notifications from PurpleNotificationManager.

since: 3.0.0

PluginInfo

A GPluginPluginInfo subclass that adds some Pidgin specific properties.

since: 3.0.0

PluginsDialog

A dialog that allows the user to configure their plugins.

PluginsMenu

PidginPluginsMenu is a GMenuModel that automatically updates itself when plugins are loaded and unloaded.

since: 3.0.0

PrefsWindow

PresenceIcon

A GtkImage subclass that will automatically update when the given presence changes.

since: 3.0.0

ProtocolChooser

ProxyPrefs

PidginProxyPrefs is a widget for the preferences window to let users choose and configure their proxy settings.

since: 3.0.0

StatusBox

StatusDisplay

StatusEditor

A dialog for editing statuses.

StatusManager

A dialog for managing statuses.

StatusPrimitiveChooser

A Adw.ComboRow for presenting PurpleStatusPrimitives to a user.

since: 3.0.0

Ui

Is a subclass of PurpleUi that identifies Pidgin to libpurple.

since: 3.0.0

VVPrefs

PidginVVPrefs is a widget for the preferences window to let users choose and configure their voice and video settings.

since: 3.0.0

XferDialog

A file transfer dialog.

Structs

BuddyCompletionEntry

Conversation

A GTK conversation pane.

Callbacks

FilterBuddyCompletionEntryFunc

PluginInfoGetConfigFrameFunc

Gets the GtkWidget for configruing plugin.

since: 3.0.0

Functions

accounts_init

Initializes the GTK account system.

accounts_uninit

Uninitializes the GTK account system.

add_widget_to_vbox

Add a labelled widget to a GtkBox.

auto_parent_window

Automatically make a window transient to a suitable parent window.

blist_joinchat_is_showable

Determines if showing the join chat dialog is a valid action.

blist_joinchat_show

Shows the join chat dialog.

color_calculate_for_text

This function is based heavily on the implementation that gajim uses from python-nbxmpp in nbxmpp.util.text_to_color. However, we don’t have an implementation of HSL let alone HSLuv, so we’re using HSV which is why the value is 1.0 instead of a luminance of 0.5.

since: 3.0.0

conv_attach_to_conversation

Reattach Pidgin UI to a conversation.

conv_switch_active_conversation

Sets the active conversation within a GTK-conversation.

conversations_get_conv_ui_ops

Returns the UI operations structure for GTK conversations.

conversations_get_handle

Returns the gtk conversations subsystem handle.

conversations_init

Initializes the GTK conversations subsystem.

conversations_uninit

Uninitialized the GTK conversation subsystem.

debug_get_handle

Get the handle for the GTK debug system.

debug_init

Perform necessary initializations.

since: 3.0.0

debug_init_handler

Initialize handler for GLib logging system.

since: 3.0.0

debug_set_print_enabled

Set whether the debug logging messages are sent the default GLib logging handler.

since: 3.0.0

debug_uninit

Perform necessary uninitializations.

since: 3.0.0

dialogs_alias_buddy

dialogs_alias_chat

dialogs_im

dialogs_im_with_user

dialogs_info

dialogs_merge_groups

dialogs_remove_buddy

dialogs_remove_chat

dialogs_remove_contact

dialogs_remove_group

get_resource

get_xfer_dialog

Returns pirgin’s main file transfer dialog.

icon_name_from_presence

Gets the icon name that should be used to represent presence falling back to fallback if presence is invalid.

since: 3.0.0

icon_name_from_status

Gets the icon name to use for status if found, otherwise returns fallback.

since: 3.0.0

icon_name_from_status_primitive

Gets the icon name to use for primitive if found, otherwise returns fallback.

since: 3.0.0

icon_name_from_status_type

Gets the icon name to use for type if found, otherwise returns fallback.

since: 3.0.0

make_frame

Creates a HIG preferences frame.

medias_init

notify_get_ui_ops

Returns the UI operations structure for GTK notification functions.

notify_init

Initializes the GTK notifications subsystem.

notify_uninit

Uninitialized the GTK notifications subsystem.

prefs_init

Initializes all UI-specific preferences.

prefs_update_old

Rename legacy prefs and delete some that no longer exist.

request_get_dialog_window

Gets dialog window for specified libpurple request.

request_get_handle

Returns the gtk requests subsystem handle.

request_get_ui_ops

Returns the UI operations structure for GTK request functions.

request_init

Initializes the GTK requests subsystem.

request_uninit

Uninitializes the GTK requests subsystem.

retrieve_user_info

Get information about a user. Show immediate feedback.

retrieve_user_info_in_chat

Get information about a user in a chat. Show immediate feedback.

roomlist_dialog_show

Shows a new roomlist dialog.

roomlist_dialog_show_with_account

Shows a new room list dialog and fetches the list for the specified account.

roomlist_init

Initializes the room list subsystem.

roomlist_is_showable

Determines if showing the room list dialog is a valid action.

screenname_autocomplete_default_filter

The default filter function for username autocomplete.

set_accessible_label

Sets an ATK name for a given widget. Also sets the labelled-by and label-for ATK relationships.

set_xfer_dialog

Sets pidgin’s main file transfer dialog.

setup_screenname_autocomplete

Add autocompletion of screenames to an entry, supporting a filtering function.

start

Start pidgin with the given command line arguments.

status_menu

Creates a dropdown menu of saved statuses and calls a callback when one is selected.

talkatu_buffer_new_for_connection

Creates a new TalkatuBuffer. Depending on pcs PurpleConnectionFlags, it will create a plain, HTML, or markdown buffer.

talkatu_editor_new_for_connection

Creates a new TalkatuEditor appropriate for use with pc.

tree_view_search_equal_func

This is a callback function to be used for Ctrl+F searching in treeviews. Sample Use: gtk_tree_view_set_search_equal_func(treeview, pidgin_tree_view_search_equal_func, search_data, search_data_destroy_cb);

whiteboard_get_ui_ops

Gets the GtkWhiteboard UI Operations.

xfers_get_ui_ops

Returns the UI operations structure for the GTK file transfer UI.

xfers_init

Initializes the GTK file transfer system.

xfers_uninit

Uninitializes the GTK file transfer system.

Constants

ACTION_SORT_METHOD

A constant that represents the sort-method action to change the sorting method of the buddy list.

ALERT_TITLE

The title that should be used for alert dialogs.

PREFS_ROOT