~ubuntu-branches/ubuntu/precise/telepathy-mission-control-5/precise

« back to all changes in this revision

Viewing changes to src/mcd-account-priv.h

ImportĀ upstreamĀ versionĀ 5.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
                                        gpointer user_data);
84
84
G_GNUC_INTERNAL void _mcd_account_set_connection (McdAccount *account,
85
85
                                                  McdConnection *connection);
 
86
G_GNUC_INTERNAL void _mcd_account_set_connection_status
 
87
    (McdAccount *account, TpConnectionStatus status,
 
88
     TpConnectionStatusReason reason);
86
89
 
87
90
typedef void (*McdOnlineRequestCb) (McdAccount *account, gpointer userdata,
88
91
                                    const GError *error);
165
168
                               gpointer iface_data);
166
169
void account_stats_instance_init (TpSvcDBusProperties *self);
167
170
 
 
171
G_GNUC_INTERNAL gboolean _mcd_account_check_request_real (McdAccount *account,
 
172
                                                          GHashTable *request,
 
173
                                                          GError **error);
 
174
 
168
175
#endif /* __MCD_ACCOUNT_PRIV_H__ */
169