| account-manager.h | | account-manager.h | |
| | | | |
| skipping to change at line 85 | | skipping to change at line 85 | |
| GQuark tp_account_manager_get_feature_quark_core (void) G_GNUC_CONST; | | GQuark tp_account_manager_get_feature_quark_core (void) G_GNUC_CONST; | |
| | | | |
| TpAccountManager *tp_account_manager_new (TpDBusDaemon *bus_daemon) | | TpAccountManager *tp_account_manager_new (TpDBusDaemon *bus_daemon) | |
| G_GNUC_WARN_UNUSED_RESULT; | | G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| TpAccountManager *tp_account_manager_new_with_factory ( | | TpAccountManager *tp_account_manager_new_with_factory ( | |
| TpSimpleClientFactory *factory) G_GNUC_WARN_UNUSED_RESULT; | | TpSimpleClientFactory *factory) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| _TP_AVAILABLE_IN_0_16 | | _TP_AVAILABLE_IN_0_16 | |
| void tp_account_manager_set_default (TpAccountManager *manager); | | void tp_account_manager_set_default (TpAccountManager *manager); | |
|
| | | | |
| | | _TP_AVAILABLE_IN_0_20 | |
| | | gboolean tp_account_manager_can_set_default (void); | |
| | | | |
| TpAccountManager *tp_account_manager_dup (void) G_GNUC_WARN_UNUSED_RESULT; | | TpAccountManager *tp_account_manager_dup (void) G_GNUC_WARN_UNUSED_RESULT; | |
| | | | |
| void tp_account_manager_init_known_interfaces (void); | | void tp_account_manager_init_known_interfaces (void); | |
| | | | |
| #ifndef TP_DISABLE_DEPRECATED | | #ifndef TP_DISABLE_DEPRECATED | |
| _TP_DEPRECATED_IN_0_16_FOR (tp_simple_client_factory_ensure_account) | | _TP_DEPRECATED_IN_0_16_FOR (tp_simple_client_factory_ensure_account) | |
| TpAccount *tp_account_manager_ensure_account (TpAccountManager *manager, | | TpAccount *tp_account_manager_ensure_account (TpAccountManager *manager, | |
| const gchar *path); | | const gchar *path); | |
| #endif | | #endif | |
| | | | |
| | | | |
End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 4 lines changed or added | |
|