[next] telepathy-glib: Add <telepathy-glib/telepathy-glib-dbus.h> meta-header
Simon McVittie
smcv at kemper.freedesktop.org
Mon May 7 08:43:26 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 1c1b1f93953f85bf7c6cec326f8952368908b062
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=1c1b1f93953f85bf7c6cec326f8952368908b062
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Fri May 4 13:16:22 2012 +0100
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 at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
---
telepathy-glib/Makefile.am | 1 +
telepathy-glib/telepathy-glib-dbus.h | 71 ++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 0 deletions(-)
diff --git a/telepathy-glib/Makefile.am b/telepathy-glib/Makefile.am
index 33e1a42..f3e9a2b 100644
--- a/telepathy-glib/Makefile.am
+++ b/telepathy-glib/Makefile.am
@@ -133,6 +133,7 @@ our_headers = \
svc-protocol.h \
svc-tls.h \
telepathy-glib.h \
+ telepathy-glib-dbus.h \
text-channel.h \
text-mixin.h \
util.h
diff --git a/telepathy-glib/telepathy-glib-dbus.h b/telepathy-glib/telepathy-glib-dbus.h
new file mode 100644
index 0000000..7e16455
--- /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
More information about the telepathy-commits
mailing list