summaryrefslogtreecommitdiff
path: root/src/mcd-account-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-account-priv.h')
-rw-r--r--src/mcd-account-priv.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/mcd-account-priv.h b/src/mcd-account-priv.h
index 7225d3e5..c4991325 100644
--- a/src/mcd-account-priv.h
+++ b/src/mcd-account-priv.h
@@ -35,13 +35,6 @@
#include <telepathy-glib/proxy-subclass.h>
-/* auto-generated stubs */
-#include "_gen/svc-Account_Interface_Conditions.h"
-#include "_gen/svc-Account_Interface_External_Password_Storage.h"
-#include "_gen/svc-Account_Interface_Hidden.h"
-
-#include "_gen/cli-Connection_Manager_Interface_Account_Storage.h"
-
G_GNUC_INTERNAL void _mcd_account_maybe_autoconnect (McdAccount *account);
G_GNUC_INTERNAL void _mcd_account_connect (McdAccount *account,
GHashTable *params);
@@ -130,19 +123,6 @@ G_GNUC_INTERNAL McdChannel *_mcd_account_create_request (
gboolean use_existing,
McdRequest **request_out, GError **error);
-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);
-
typedef void (*McdAccountDupParametersCb) (McdAccount *account,
GHashTable *params,
gpointer user_data);
@@ -150,17 +130,10 @@ typedef void (*McdAccountDupParametersCb) (McdAccount *account,
G_GNUC_INTERNAL G_GNUC_WARN_UNUSED_RESULT
GHashTable *_mcd_account_dup_parameters (McdAccount *account);
-extern const McdDBusProp account_conditions_properties[];
-
-void account_conditions_iface_init (McSvcAccountInterfaceConditionsClass *iface,
- gpointer iface_data);
-
G_GNUC_INTERNAL gboolean _mcd_account_check_request_real (McdAccount *account,
GHashTable *request,
GError **error);
-G_GNUC_INTERNAL gboolean _mcd_account_get_always_on (McdAccount *self);
-
G_GNUC_INTERNAL void _mcd_account_set_changing_presence (McdAccount *self,
gboolean value);
G_GNUC_INTERNAL gboolean _mcd_account_set_enabled (McdAccount *account,
@@ -172,8 +145,6 @@ G_GNUC_INTERNAL gboolean _mcd_account_set_enabled (McdAccount *account,
G_GNUC_INTERNAL gboolean _mcd_account_presence_type_is_settable (
TpConnectionPresenceType type);
-gboolean _mcd_account_is_hidden (McdAccount *account);
-
G_GNUC_INTERNAL gboolean _mcd_account_needs_dispatch (McdAccount *account);
G_GNUC_INTERNAL void _mcd_account_reconnect (McdAccount *self,