Function

PurpleRoomlistget_list

since: 2.0

Declaration [src]

PurpleRoomlist*
purple_roomlist_get_list (
  PurpleConnection* gc
)

Description [src]

Returns a PurpleRoomlist structure from the protocol, and instructs the protocol to start fetching the list.

Available since: 2.0

Parameters

gc

Type: PurpleConnection

The PurpleConnection to have get a list.

The data is owned by the caller of the function.

Return value

Type: PurpleRoomlist

A PurpleRoomlist* or NULL if the protocol doesn’t support that.

The caller of the function takes ownership of the data, and is responsible for freeing it.