RoomList
Description:
[ CCode ( cname = "tp_room_list_new_async" , has_construct_function = false ) ]
public async RoomList (Account account, string server) throws Error
public async RoomList (Account account, string server) throws Error
Parameters:
account |
a Account for the room listing |
server |
the DNS name of the server whose rooms should listed |
callback |
a TaskReadyCallback to call when the initialization is finished |
user_data |
data to pass to the callback function |