![]() |
![]() |
![]() |
account-plugin Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libaccount-plugin/client.h> ApPlugin * ap_client_load_plugin (AgAccount *account
); ApApplicationPlugin * ap_client_load_application_plugin (AgApplication *application
,AgAccount *account
);
ApPlugin * ap_client_load_plugin (AgAccount *account
);
Load the account plugin for account
.
|
the AgAccount to be created/edited. |
Returns : |
a new ApPlugin if a valid plugin was found, NULL
otherwise. [transfer full]
|
ApApplicationPlugin * ap_client_load_application_plugin (AgApplication *application
,AgAccount *account
);
Load the application plugin for editing the application
specific settings
of account
.
|
the AgApplication. |
|
the AgAccount to be edited. |
Returns : |
a new ApApplicationPlugin if a valid plugin was
found, NULL otherwise. [transfer full]
|