Class

ChattyPpChat

Description

final class Chatty.PpChat : GObject.Object
{
  /* No available fields */
}

No description available.

Ancestors

Constructors

chatty_pp_chat_new_buddy_chat
No description available.

chatty_pp_chat_new_im_chat
No description available.

chatty_pp_chat_new_purple_chat
No description available.

chatty_pp_chat_new_purple_conv
No description available.

Functions

chatty_pp_chat_get_object
No description available.

Instance methods

chatty_pp_chat_add_users

Add a GList of PurpleConvChatBuddy users to self. This function only adds the items to the internal list model, so that it can be used to create widgets.

chatty_pp_chat_append_message
No description available.

chatty_pp_chat_are_same
No description available.

chatty_pp_chat_delete
No description available.

chatty_pp_chat_emit_user_changed
No description available.

chatty_pp_chat_get_auto_join
No description available.

chatty_pp_chat_get_buddy_name

Get Full buddy username for who. You may get alice@example.com/wonderland when who is alice.

chatty_pp_chat_get_fp_list
No description available.

chatty_pp_chat_get_purple_buddy
No description available.

chatty_pp_chat_get_purple_chat
No description available.

chatty_pp_chat_get_purple_conv
No description available.

chatty_pp_chat_get_show_notifications
No description available.

chatty_pp_chat_get_show_status_msg
No description available.

chatty_pp_chat_get_status
No description available.

chatty_pp_chat_join
No description available.

chatty_pp_chat_leave
No description available.

chatty_pp_chat_load_encryption_status

Load encryption status of the chat self. Once the status is loaded, notify::encrypt is emitted.

chatty_pp_chat_load_fp_list_async
No description available.

chatty_pp_chat_load_fp_list_finish
No description available.

chatty_pp_chat_match_purple_conv
No description available.

chatty_pp_chat_prepend_messages
No description available.

chatty_pp_chat_remove_purple_buddy
No description available.

chatty_pp_chat_remove_user
No description available.

chatty_pp_chat_run_command

Try to run the command command.

chatty_pp_chat_save_to_contacts_async
No description available.

chatty_pp_chat_save_to_contacts_finish
No description available.

chatty_pp_chat_set_buddy_typing
No description available.

chatty_pp_chat_set_purple_conv
No description available.

chatty_pp_chat_set_show_notifications
No description available.

chatty_pp_chat_set_show_status_msg
No description available.

chatty_pp_chat_show_file_upload
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ChattyPpChatClass {
  ChattyChatClass parent_class;
  
}

No description available.

Class members
parent_class: ChattyChatClass

No description available.