[aravis] build: add missing file to git
- From: Emmanuel Pacaud <emmanuel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aravis] build: add missing file to git
- Date: Tue, 19 Aug 2014 17:04:34 +0000 (UTC)
commit e3bc33f8d45f8d626ba70e1e4fb17f8251837812
Author: Emmanuel Pacaud <emmanuel gnome org>
Date: Tue Aug 19 19:04:08 2014 +0200
build: add missing file to git
src/arvchunkparserprivate.h | 36 ++++++++++++++++++++++++++++++++++++
src/arvdeviceprivate.h | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 0 deletions(-)
---
diff --git a/src/arvchunkparserprivate.h b/src/arvchunkparserprivate.h
new file mode 100644
index 0000000..88ad16d
--- /dev/null
+++ b/src/arvchunkparserprivate.h
@@ -0,0 +1,36 @@
+/* Aravis - Digital camera library
+ *
+ * Copyright © 2009-2014 Emmanuel Pacaud
+ *
+ * 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.
+ *
+ * Author: Emmanuel Pacaud <emmanuel gnome org>
+ */
+
+#ifndef ARV_CHUNK_PARSER_PRIVATE_H
+#define ARV_CHUNK_PARSER_PRIVATE_H
+
+#include <arvchunkparser.h>
+
+G_BEGIN_DECLS
+
+#define ARV_CHUNK_PARSER_ERROR arv_chunk_parser_error_quark()
+
+GQuark arv_chunk_parser_error_quark (void);
+
+G_END_DECLS
+
+#endif
diff --git a/src/arvdeviceprivate.h b/src/arvdeviceprivate.h
new file mode 100644
index 0000000..25f6333
--- /dev/null
+++ b/src/arvdeviceprivate.h
@@ -0,0 +1,36 @@
+/* Aravis - Digital camera library
+ *
+ * Copyright © 2009-2014 Emmanuel Pacaud
+ *
+ * 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.
+ *
+ * Author: Emmanuel Pacaud <emmanuel gnome org>
+ */
+
+#ifndef ARV_DEVICE_PRIVATE_H
+#define ARV_DEVICE_PRIVATE_H
+
+#include <arvdeviceprivate.h>
+
+G_BEGIN_DECLS
+
+#define ARV_DEVICE_ERROR arv_device_error_quark()
+
+GQuark arv_device_error_quark (void);
+
+G_END_DECLS
+
+#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]