Liblinphone
3.11.2
|
Typedefs | |
typedef enum _LinphoneAccountCreatorStatus | LinphoneAccountCreatorStatus |
Enum describing the status of server request. | |
Functions | |
LinphoneAccountCreatorService * | linphone_account_creator_service_new (void) |
Create a new LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorService * | linphone_account_creator_service_ref (LinphoneAccountCreatorService *service) |
Acquire a reference to a LinphoneAccountCreatorService object. More... | |
void | linphone_account_creator_service_unref (LinphoneAccountCreatorService *service) |
Release a reference to a LinphoneAccountCreatorService object. More... | |
void * | linphone_account_creator_service_get_user_data (const LinphoneAccountCreatorService *service) |
Retrieve the user pointer associated with a LinphoneAccountCreatorService object. More... | |
void | linphone_account_creator_service_set_user_data (LinphoneAccountCreatorService *service, void *ud) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
void | linphone_account_creator_service_set_constructor_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_constructor_cb (const LinphoneAccountCreatorService *service) |
Get the constructor of account creator requests. More... | |
void | linphone_account_creator_service_set_destructor_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_destructor_cb (const LinphoneAccountCreatorService *service) |
Get the destructor of create account request. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_create_account_cb (const LinphoneAccountCreatorService *service) |
Get the create account request. More... | |
void | linphone_account_creator_service_set_create_account_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_is_account_exist_cb (const LinphoneAccountCreatorService *service) |
Get the is account exist request. More... | |
void | linphone_account_creator_service_set_is_account_exist_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_activate_account_cb (const LinphoneAccountCreatorService *service) |
Get the activate account request. More... | |
void | linphone_account_creator_service_set_activate_account_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_is_account_activated_cb (const LinphoneAccountCreatorService *service) |
Get the is account activated request. More... | |
void | linphone_account_creator_service_set_is_account_activated_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_link_account_cb (const LinphoneAccountCreatorService *service) |
Get the link account request. More... | |
void | linphone_account_creator_service_set_link_account_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_activate_alias_cb (const LinphoneAccountCreatorService *service) |
Get the activate alias request. More... | |
void | linphone_account_creator_service_set_activate_alias_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_is_alias_used_cb (const LinphoneAccountCreatorService *service) |
Get the is alias used request. More... | |
void | linphone_account_creator_service_set_is_alias_used_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_is_account_linked_cb (const LinphoneAccountCreatorService *service) |
Get the is account linked request. More... | |
void | linphone_account_creator_service_set_is_account_linked_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_recover_account_cb (const LinphoneAccountCreatorService *service) |
Get the recover account request. More... | |
void | linphone_account_creator_service_set_recover_account_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
LinphoneAccountCreatorRequestFunc | linphone_account_creator_service_get_update_account_cb (const LinphoneAccountCreatorService *service) |
Get the update account request. More... | |
void | linphone_account_creator_service_set_update_account_cb (LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb) |
Assign a user pointer to a LinphoneAccountCreatorService object. More... | |
Enum describing the status of server request.
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_activate_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the activate account request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_activate_alias_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the activate alias request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_constructor_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the constructor of account creator requests.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_create_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the create account request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_destructor_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the destructor of create account request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_account_activated_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the is account activated request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_account_exist_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the is account exist request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_account_linked_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the is account linked request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_is_alias_used_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the is alias used request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_link_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the link account request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_recover_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the recover account request.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_update_account_cb | ( | const LinphoneAccountCreatorService * | service | ) |
Get the update account request.
[in] | service | LinphoneAccountCreatorService object. |
void* linphone_account_creator_service_get_user_data | ( | const LinphoneAccountCreatorService * | service | ) |
Retrieve the user pointer associated with a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
LinphoneAccountCreatorService* linphone_account_creator_service_new | ( | void | ) |
Create a new LinphoneAccountCreatorService object.
LinphoneAccountCreatorService* linphone_account_creator_service_ref | ( | LinphoneAccountCreatorService * | service | ) |
Acquire a reference to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
void linphone_account_creator_service_set_activate_account_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The activate account request to be used. |
void linphone_account_creator_service_set_activate_alias_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The activate alias request to be used. |
void linphone_account_creator_service_set_constructor_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The constructor of account creator requests. |
void linphone_account_creator_service_set_create_account_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The create account request to be used. |
void linphone_account_creator_service_set_destructor_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The destructor. |
void linphone_account_creator_service_set_is_account_activated_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The is account activated request to be used. |
void linphone_account_creator_service_set_is_account_exist_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The is account exist request to be used. |
void linphone_account_creator_service_set_is_account_linked_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The is account linked request to be used. |
void linphone_account_creator_service_set_is_alias_used_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The is alias used request to be used. |
void linphone_account_creator_service_set_link_account_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The link account request to be used. |
void linphone_account_creator_service_set_recover_account_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The recover account request to be used. |
void linphone_account_creator_service_set_update_account_cb | ( | LinphoneAccountCreatorService * | service, |
LinphoneAccountCreatorRequestFunc | cb | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | cb | The update account request to be used. |
void linphone_account_creator_service_set_user_data | ( | LinphoneAccountCreatorService * | service, |
void * | ud | ||
) |
Assign a user pointer to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |
[in] | ud | The user pointer to associate with the LinphoneAccountCreatorService object. |
void linphone_account_creator_service_unref | ( | LinphoneAccountCreatorService * | service | ) |
Release a reference to a LinphoneAccountCreatorService object.
[in] | service | LinphoneAccountCreatorService object. |