summaryrefslogtreecommitdiff
path: root/tests/scanner/utility.c
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2008-08-09 12:34:29 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-09 12:34:29 +0000
commit5794ea662e65aaa44103083cf10d1e6730ef7e53 (patch)
tree1956a0cf422dc98e9b735e25c97a2e4077fc3670 /tests/scanner/utility.c
parentb46ed432cdc494c3d73ecad80a6409e08a5e5a92 (diff)
downloadgobject-introspection-5794ea662e65aaa44103083cf10d1e6730ef7e53.tar.gz
Rename tests/parser to test/scanner
2008-08-09 Johan Dahlin <johan@gnome.org> * configure.ac: * tests/Makefile.am: * tests/parser/Foo-expected.gir: * tests/parser/Makefile.am: * tests/parser/foo-object.h: * tests/parser/foo.c: * tests/parser/utility-expected.gir: * tests/parser/utility.c: * tests/parser/utility.h: * tests/scanner/Makefile.am: Rename tests/parser to test/scanner svn path=/trunk/; revision=334
Diffstat (limited to 'tests/scanner/utility.c')
-rw-r--r--tests/scanner/utility.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/scanner/utility.c b/tests/scanner/utility.c
new file mode 100644
index 00000000..45b4bd28
--- /dev/null
+++ b/tests/scanner/utility.c
@@ -0,0 +1,16 @@
+#include "utility.h"
+
+G_DEFINE_TYPE (UtilityObject, utility_object, G_TYPE_OBJECT);
+
+static void
+utility_object_class_init (UtilityObjectClass *klass)
+{
+
+}
+
+static void
+utility_object_init (UtilityObject *object)
+{
+
+}
+