[gobject-introspection] tests: Actually add headeronly.h
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] tests: Actually add headeronly.h
- Date: Thu, 20 Oct 2011 17:48:24 +0000 (UTC)
commit 12156ddac5feb3bb00e51728e3818fb0035f8dc1
Author: Colin Walters <walters verbum org>
Date: Thu Oct 20 13:47:37 2011 -0400
tests: Actually add headeronly.h
tests/scanner/headeronly.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/tests/scanner/headeronly.h b/tests/scanner/headeronly.h
new file mode 100644
index 0000000..fc68a19
--- /dev/null
+++ b/tests/scanner/headeronly.h
@@ -0,0 +1,9 @@
+#ifndef __HEADERONLY_H__
+#define __HEADERONLY_H__
+
+typedef enum {
+ HEADERONLY_FOO,
+ HEADERONLY_BAR,
+} HeaderonlyExampleEnum;
+
+#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]