summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-17 17:17:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-08-17 17:17:28 +0100
commitdfb11ce13126e769ddf04230482a8bfad934e060 (patch)
treecbf7b5f83ec785d7b28646d1ffc9fd5fd28cc6be /telepathy-glib/base-client-internal.h
parent125f9d71a4797a3d6192332b43cd75ab00182992 (diff)
downloadtelepathy-glib-dfb11ce13126e769ddf04230482a8bfad934e060.tar.gz
Add API for a TpAccountChannelRequest to feed its TpAccount through its TpBaseClient
Diffstat (limited to 'telepathy-glib/base-client-internal.h')
-rw-r--r--telepathy-glib/base-client-internal.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/telepathy-glib/base-client-internal.h b/telepathy-glib/base-client-internal.h
new file mode 100644
index 000000000..d41245601
--- /dev/null
+++ b/telepathy-glib/base-client-internal.h
@@ -0,0 +1,33 @@
+/*
+ * Base class for Client implementations
+ *
+ * Copyright © 2010 Collabora Ltd.
+ *
+ * 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_BASE_CLIENT_INTERNAL_H__
+#define __TP_BASE_CLIENT_INTERNAL_H__
+
+#include <telepathy-glib/base-client.h>
+
+G_BEGIN_DECLS
+
+void _tp_base_client_set_likely_account (TpBaseClient *self,
+ TpAccount *account);
+
+G_END_DECLS
+
+#endif