[telepathy-gabble/master] add <gabble/gabble.h> meta-header

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Jan 11 11:54:10 PST 2010


---
 gabble/Makefile.am |    1 +
 gabble/gabble.h    |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 gabble/gabble.h

diff --git a/gabble/Makefile.am b/gabble/Makefile.am
index a4a2b79..c7a5c47 100644
--- a/gabble/Makefile.am
+++ b/gabble/Makefile.am
@@ -4,6 +4,7 @@ pkgconfig_DATA = telepathy-gabble.pc
 
 gabbleincludedir = $(includedir)/telepathy-gabble-0/gabble
 gabbleinclude_HEADERS = \
+    gabble.h \
     plugin.h \
     sidecar.h
 
diff --git a/gabble/gabble.h b/gabble/gabble.h
new file mode 100644
index 0000000..24f4662
--- /dev/null
+++ b/gabble/gabble.h
@@ -0,0 +1,32 @@
+/* gabble/gabble.h — API for telepathy-gabble plugins
+ *
+ * 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 GABBLE_PLUGINS_GABBLE_H
+#define GABBLE_PLUGINS_GABBLE_H
+
+#define IN_GABBLE_PLUGINS_GABBLE_H
+
+#include <glib-object.h>
+
+#include <gabble/plugin.h>
+#include <gabble/sidecar.h>
+
+#undef IN_GABBLE_PLUGINS_GABBLE_H
+
+#endif
-- 
1.5.6.5




More information about the telepathy-commits mailing list