AccountRequest


Description:

[ CCode ( has_construct_function = false ) ]
public AccountRequest (AccountManager account_manager, string manager, string protocol, string display_name)

Convenience function to create a new account request object which will assist in the creation of a new account on account_manager, using connection manager manager, and protocol protocol.

Parameters:

account_manager

the AccountManager to create the account on

manager

the name of the connection manager

protocol

the name of the protocol on manager

display_name

the user-visible name of this account

Returns:

a new reference to an account request object, or null if any argument is incorrect