From a37a12570fd831c1b5007f8f00214c2e8311f631 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 4 May 2012 13:16:22 +0100 Subject: [PATCH 5/7] Add meta-header This includes all generated code, including the things that will be a separate library in 1.0. --- telepathy-glib/Makefile.am | 1 + telepathy-glib/telepathy-glib-dbus.h | 71 ++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 telepathy-glib/telepathy-glib-dbus.h 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. + * + * 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 + +/* common */ +#include +#include + +/* client-side */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* service-side */ +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#undef _TP_IN_META_HEADER +#endif -- 1.7.10