[ 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
.
account_manager |
the AccountManager to create the account on |
manager |
the name of the connection manager |
protocol |
the name of the protocol on |
display_name |
the user-visible name of this account |
a new reference to an account request object, or |