Method

ChattyPpChatadd_users

Declaration [src]

void
chatty_pp_chat_add_users (
  ChattyPpChat* self,
  GList* users
)

Description [src]

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.

This method is not directly available to language bindings.

Parameters

users

Type: A list of gpointer

A GList of added users.

The data is owned by the caller of the method.