diff options
Diffstat (limited to 'libempathy/empathy-account-manager.h')
-rw-r--r-- | libempathy/empathy-account-manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-account-manager.h b/libempathy/empathy-account-manager.h index a6ebd5f73..58d977fc5 100644 --- a/libempathy/empathy-account-manager.h +++ b/libempathy/empathy-account-manager.h @@ -51,7 +51,7 @@ GType empathy_account_manager_get_type (void); /* public methods */ -EmpathyAccountManager * empathy_account_manager_new (void); +EmpathyAccountManager * empathy_account_manager_dup_singleton (void); int empathy_account_manager_get_connected_accounts (EmpathyAccountManager *manager); int empathy_account_manager_get_connecting_accounts |