Class
PurpleChatUser
Description [src]
final class Purple.ChatUser : GObject.Object {
/* No available fields */
}
Structure representing a chat user instance.
Constructors
purple_chat_user_new
Creates a new chat user.
Instance methods
purple_chat_user_compare
Compares PurpleChatUser
‘s a
and b
and returns -1 if a
should be sorted
first, 0 if sorted equally, and 1 if a
should be sorted after b
.
purple_chat_user_get_chat
Get the chat conversation associated with this chat user.
Available since: 3.0.0
purple_chat_user_get_name
Get the name of a chat user.
purple_chat_user_set_chat
Set the chat conversation associated with this chat user.
Available since: 3.0.0
purple_chat_user_set_flags
Set the flags of a chat user.
Properties
Purple.ChatUser:alias
No description available.
Purple.ChatUser:chat
No description available.
Purple.ChatUser:flags
No description available.
Purple.ChatUser:name
No description available.
Signals
Signals inherited from GObject (1)
GObject.Object::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.