[telepathy-glib/master] Add a telepathy-glib.h which includes most of the common headers.
Danielle Madeley
danielle.madeley at collabora.co.uk
Sun Nov 22 15:22:17 PST 2009
---
telepathy-glib/telepathy-glib.h | 45 +++++++++++++++++++++++++++++++++++++++
1 files changed, 45 insertions(+), 0 deletions(-)
create mode 100644 telepathy-glib/telepathy-glib.h
diff --git a/telepathy-glib/telepathy-glib.h b/telepathy-glib/telepathy-glib.h
new file mode 100644
index 0000000..36bead4
--- /dev/null
+++ b/telepathy-glib/telepathy-glib.h
@@ -0,0 +1,45 @@
+/*
+ * telepathy-glib.h - Headers for telepathy-glib
+ *
+ * Copyright (C) 2009 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 __TP_GLIB_H__
+#define __TP_GLIB_H__
+#define __TP_IN_GLIB_H__
+
+#include <telepathy-glib/interfaces.h>
+#include <telepathy-glib/gtypes.h>
+#include <telepathy-glib/enums.h>
+#include <telepathy-glib/errors.h>
+#include <telepathy-glib/util.h>
+
+#include <telepathy-glib/dbus.h>
+#include <telepathy-glib/channel.h>
+#include <telepathy-glib/connection.h>
+#include <telepathy-glib/connection-manager.h>
+#include <telepathy-glib/account.h>
+#include <telepathy-glib/account-manager.h>
+#include <telepathy-glib/handle.h>
+#include <telepathy-glib/contact.h>
+#include <telepathy-glib/debug.h>
+
+#include <telepathy-glib/svc-generic.h>
+#include <telepathy-glib/svc-client.h>
+
+#undef __TP_IN_GLIB_H__
+#endif /* __TP_GLIB_H__ */
--
1.5.6.5
More information about the telepathy-commits
mailing list