summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-manager-internal.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-26 12:36:27 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2009-09-26 15:36:18 +0100
commit552c93ca857daf420af653a6e87c1b382a0e230e (patch)
treea6914a7d327a2e8b7f0a76a03da0bee78169dc11 /telepathy-glib/account-manager-internal.h
parent63200da90bf32121cde8fd6c168d7def46052ff5 (diff)
downloadtelepathy-glib-552c93ca857daf420af653a6e87c1b382a0e230e.tar.gz
account{,-manager}: remove _get_*_features to internal headers
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'telepathy-glib/account-manager-internal.h')
-rw-r--r--telepathy-glib/account-manager-internal.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/telepathy-glib/account-manager-internal.h b/telepathy-glib/account-manager-internal.h
new file mode 100644
index 000000000..18dbeef75
--- /dev/null
+++ b/telepathy-glib/account-manager-internal.h
@@ -0,0 +1,40 @@
+/*
+ * TpAccountManager - proxy for a Telepathy account manager (internals)
+ *
+ * Copyright (C) 2009 Collabora Ltd. <http://www.collabora.co.uk/>
+ * Copyright (C) 2009 Nokia Corporation
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef TP_ACCOUNT_MANAGER_INTERNAL_H
+#define TP_ACCOUNT_MANAGER_INTERNAL_H
+
+#include <telepathy-glib/account-manager.h>
+
+G_BEGIN_DECLS
+
+const GQuark * _tp_account_manager_get_requested_features (
+ TpAccountManager *manager);
+
+const GQuark * _tp_account_manager_get_actual_features (
+ TpAccountManager *manager);
+
+const GQuark * _tp_account_manager_get_missing_features (
+ TpAccountManager *manager);
+
+G_END_DECLS
+
+#endif