summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-23 00:28:56 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-24 17:52:56 +0100
commitcc082c776aa37969a1e4f138a8a577a2d882e5f8 (patch)
tree8a587d3a17e093729f7db32bc087a93ad0baf160 /telepathy-glib/account-manager.h
parent62023ee18fb2cad106dd2a5099bb822a6b370a52 (diff)
downloadtelepathy-glib-cc082c776aa37969a1e4f138a8a577a2d882e5f8.tar.gz
account-manager: change behaviour of features
Ignore unknown features (pretend they're ready on a become_ready call, but not on _is_ready). Also remove subtle "add features as _get_feature is called" behaviour and have them all added in constructed. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/account-manager.h')
-rw-r--r--telepathy-glib/account-manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/account-manager.h b/telepathy-glib/account-manager.h
index c57d00d72..aca0da2d2 100644
--- a/telepathy-glib/account-manager.h
+++ b/telepathy-glib/account-manager.h
@@ -67,7 +67,7 @@ GType tp_account_manager_get_type (void);
#define TP_ACCOUNT_MANAGER_FEATURE_CORE \
tp_account_manager_get_feature_quark_core ()
-GQuark tp_account_manager_get_feature_quark_core (void);
+GQuark tp_account_manager_get_feature_quark_core (void) G_GNUC_CONST;
TpAccountManager *tp_account_manager_new (TpDBusDaemon *bus_daemon);