summaryrefslogtreecommitdiff
path: root/src/mcd-account-priv.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-15 14:54:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2009-04-15 15:12:56 +0100
commitbddb829e6eeb2576cb4b10abfe9087408fc8e8d3 (patch)
tree22d59a2a109755007424c3a327ee5699e16a9aa2 /src/mcd-account-priv.h
parent14a61dbdfdb356fdcc1b66a756114d40e6ac6cad (diff)
downloadtelepathy-mission-control-bddb829e6eeb2576cb4b10abfe9087408fc8e8d3.tar.gz
McdAccount: put McdAccountConnectionContext in a private struct field rather than qdata
Diffstat (limited to 'src/mcd-account-priv.h')
-rw-r--r--src/mcd-account-priv.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 4b4e54b9..781141db 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -140,5 +140,18 @@ G_GNUC_INTERNAL void _mcd_account_proceed_with_request (McdAccount *account,
void account_channelrequests_iface_init
(McSvcAccountInterfaceChannelRequestsClass *iface, gpointer iface_data);
+typedef struct _McdAccountConnectionContext McdAccountConnectionContext;
+
+G_GNUC_INTERNAL
+McdAccountConnectionContext *_mcd_account_get_connection_context
+ (McdAccount *self);
+
+G_GNUC_INTERNAL
+void _mcd_account_set_connection_context (McdAccount *self,
+ McdAccountConnectionContext *c);
+
+G_GNUC_INTERNAL void _mcd_account_connection_context_free
+ (McdAccountConnectionContext *c);
+
#endif /* __MCD_ACCOUNT_PRIV_H__ */