summaryrefslogtreecommitdiff
path: root/telepathy-glib/telepathy-glib-dbus.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-04 13:16:22 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-07 14:15:10 +0100
commit1c1b1f93953f85bf7c6cec326f8952368908b062 (patch)
treea02fd5dfa6e46d04b292411aede2be17a7f8482f /telepathy-glib/telepathy-glib-dbus.h
parent5f347b0b78c4e8730b5434372cee37c0a7cb3246 (diff)
downloadtelepathy-glib-1c1b1f93953f85bf7c6cec326f8952368908b062.tar.gz
Add <telepathy-glib/telepathy-glib-dbus.h> meta-header
This includes all generated code, including the things that will be a separate library in 1.0. Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
Diffstat (limited to 'telepathy-glib/telepathy-glib-dbus.h')
-rw-r--r--telepathy-glib/telepathy-glib-dbus.h71
1 files changed, 71 insertions, 0 deletions
diff --git a/telepathy-glib/telepathy-glib-dbus.h b/telepathy-glib/telepathy-glib-dbus.h
new file mode 100644
index 000000000..7e1645511
--- /dev/null
+++ b/telepathy-glib/telepathy-glib-dbus.h
@@ -0,0 +1,71 @@
+/*
+ * telepathy-glib-dbus.h - meta-header for all generated code
+ *
+ * Copyright © 2009-2012 Collabora Ltd. <http://www.collabora.co.uk/>
+ *
+ * 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 TELEPATHY_GLIB_DBUS_H_INCLUDED
+#define TELEPATHY_GLIB_DBUS_H_INCLUDED
+#define _TP_IN_META_HEADER
+
+#include <telepathy-glib/telepathy-glib.h>
+
+/* common */
+#include <telepathy-glib/gtypes.h>
+#include <telepathy-glib/interfaces.h>
+
+/* client-side */
+#include <telepathy-glib/_gen/tp-cli-account.h>
+#include <telepathy-glib/_gen/tp-cli-account-manager.h>
+#include <telepathy-glib/_gen/tp-cli-call-content.h>
+#include <telepathy-glib/_gen/tp-cli-call-content-media-description.h>
+#include <telepathy-glib/_gen/tp-cli-call-stream-endpoint.h>
+#include <telepathy-glib/_gen/tp-cli-call-stream.h>
+#include <telepathy-glib/_gen/tp-cli-channel-dispatcher.h>
+#include <telepathy-glib/_gen/tp-cli-channel-dispatch-operation.h>
+#include <telepathy-glib/_gen/tp-cli-channel.h>
+#include <telepathy-glib/_gen/tp-cli-channel-request.h>
+#include <telepathy-glib/_gen/tp-cli-client.h>
+#include <telepathy-glib/_gen/tp-cli-connection.h>
+#include <telepathy-glib/_gen/tp-cli-connection-manager.h>
+#include <telepathy-glib/_gen/tp-cli-dbus-daemon.h>
+#include <telepathy-glib/_gen/tp-cli-debug.h>
+#include <telepathy-glib/_gen/tp-cli-generic.h>
+#include <telepathy-glib/_gen/tp-cli-media-session-handler.h>
+#include <telepathy-glib/_gen/tp-cli-media-stream-handler.h>
+#include <telepathy-glib/_gen/tp-cli-protocol.h>
+
+/* service-side */
+#include <telepathy-glib/svc-account.h>
+#include <telepathy-glib/svc-account-manager.h>
+#include <telepathy-glib/svc-call.h>
+#include <telepathy-glib/svc-channel-dispatcher.h>
+#include <telepathy-glib/svc-channel-dispatch-operation.h>
+#include <telepathy-glib/svc-channel.h>
+#include <telepathy-glib/svc-channel-request.h>
+#include <telepathy-glib/svc-client.h>
+#include <telepathy-glib/svc-connection.h>
+#include <telepathy-glib/svc-connection-manager.h>
+#include <telepathy-glib/svc-debug.h>
+#include <telepathy-glib/svc-generic.h>
+#include <telepathy-glib/svc-media-interfaces.h>
+#include <telepathy-glib/svc-properties-interface.h>
+#include <telepathy-glib/svc-protocol.h>
+#include <telepathy-glib/svc-tls.h>
+
+#undef _TP_IN_META_HEADER
+#endif