RtcomAccountService

RtcomAccountService

Synopsis




            RtcomAccountService;
RtcomAccountService* rtcom_account_service_new
                                            (const gchar *name,
                                             RtcomAccountPlugin *plugin);
McProfile*  rtcom_account_service_get_profile
                                            (RtcomAccountService *service);

Description

Details

RtcomAccountService

typedef struct {
    AccountService parent_instance;
} RtcomAccountService;


rtcom_account_service_new ()

RtcomAccountService* rtcom_account_service_new
                                            (const gchar *name,
                                             RtcomAccountPlugin *plugin);

name :
plugin :
Returns :

rtcom_account_service_get_profile ()

McProfile*  rtcom_account_service_get_profile
                                            (RtcomAccountService *service);

Gets the McProfile for this account service.

service : the RtcomAccountService.
Returns : the McProfile, whose reference count is NOT incremented.