[gupnp-dlna/wip/new-api: 46/48] Add single include header file



commit 7b8fade6ecd5921facf031ebd1b37683646efbb6
Author: Jens Georg <jensg openismus com>
Date:   Tue Jan 15 16:53:05 2013 +0100

    Add single include header file

 libgupnp-dlna/Makefile.am   |    3 ++-
 libgupnp-dlna/gupnp-dlna.h  |   32 ++++++++++++++++++++++++++++++++
 vala/GUPnPDLNA-2.0.metadata |    3 +--
 3 files changed, 35 insertions(+), 3 deletions(-)
---
diff --git a/libgupnp-dlna/Makefile.am b/libgupnp-dlna/Makefile.am
index 13b8ae2..ccf2b5c 100644
--- a/libgupnp-dlna/Makefile.am
+++ b/libgupnp-dlna/Makefile.am
@@ -145,7 +145,8 @@ libgupnp_dlna_inc_HEADERS += \
 	gupnp-dlna-image-information.h \
 	gupnp-dlna-video-information.h \
 	gupnp-dlna-information.h \
-	gupnp-dlna-values.h
+	gupnp-dlna-values.h \
+	gupnp-dlna.h
 
 libgupnp_dlna_metadata_incdir = \
 	$(libgupnp_dlna_incdir)/metadata
diff --git a/libgupnp-dlna/gupnp-dlna.h b/libgupnp-dlna/gupnp-dlna.h
new file mode 100644
index 0000000..fde413f
--- /dev/null
+++ b/libgupnp-dlna/gupnp-dlna.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright (C) 2012 Intel Corporation.
+ *
+ * Authors: Jens Georg <jensg openismus com>
+ *
+ * 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 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 Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#include "gupnp-dlna-profile-guesser.h"
+#include "gupnp-dlna-profile.h"
+#include "gupnp-dlna-restriction.h"
+#include "gupnp-dlna-value-list.h"
+#include "gupnp-dlna-g-values.h"
+#include "gupnp-dlna-audio-information.h"
+#include "gupnp-dlna-container-information.h"
+#include "gupnp-dlna-image-information.h"
+#include "gupnp-dlna-video-information.h"
+#include "gupnp-dlna-information.h"
+#include "gupnp-dlna-values.h"
diff --git a/vala/GUPnPDLNA-2.0.metadata b/vala/GUPnPDLNA-2.0.metadata
index bc8983c..c52832e 100644
--- a/vala/GUPnPDLNA-2.0.metadata
+++ b/vala/GUPnPDLNA-2.0.metadata
@@ -1,2 +1 @@
-Profile cheader_filename="libgupnp-dlna/gupnp-dlna-profile.h"
-ProfileGuesser cheader_filename="libgupnp-dlna/gupnp-dlna-profile-guesser.h"
+GUPnPDLNA cheader_filename="libgupnp-dlna/gupnp-dlna.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]