Method
PurpleCreateConversationDetailsset_participants
unstable since: 3.0
[−]
Declaration [src]
void
purple_create_conversation_details_set_participants (
PurpleCreateConversationDetails* details,
GListModel* participants
)
[−]
Description [src]
Sets the participants to participants
.
Participants must have an item type of PurpleContact
and the number of
items must be less than or equal to
PurpleCreateConversationDetails:max-participants
.
Available since: 3.0
Sets property | Purple.CreateConversationDetails:participants |
[−]
Parameters
participants
-
Type:
GObject
The new participants.
The argument can be NULL
.The data is owned by the caller of the method.