summaryrefslogtreecommitdiff
path: root/tests/scanner
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-02-03 13:42:56 -0500
committerColin Walters <walters@verbum.org>2012-02-03 13:42:56 -0500
commit0745bb43c2cbc01a6f86551ff4a28abcd6465dda (patch)
tree515b794beac2e5b1687c16868bfc509b9bcd97e1 /tests/scanner
parent39a70b7b108ed1a262de0b9dc3ffca944d9eee0f (diff)
downloadgobject-introspection-0745bb43c2cbc01a6f86551ff4a28abcd6465dda.tar.gz
Add Emacs mode lines to C sources
Diffstat (limited to 'tests/scanner')
-rw-r--r--tests/scanner/annotation.c1
-rw-r--r--tests/scanner/barapp.c1
-rw-r--r--tests/scanner/drawable.c1
-rw-r--r--tests/scanner/gtkfrob.c1
-rw-r--r--tests/scanner/regress.c1
-rw-r--r--tests/scanner/utility.c1
6 files changed, 6 insertions, 0 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index f28befac..a4e4efc4 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "annotation.h"
char backslash_parsing_tester = '\\';
diff --git a/tests/scanner/barapp.c b/tests/scanner/barapp.c
index b7ac119d..db4be8db 100644
--- a/tests/scanner/barapp.c
+++ b/tests/scanner/barapp.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "barapp.h"
#include <girepository.h>
diff --git a/tests/scanner/drawable.c b/tests/scanner/drawable.c
index 0345b034..6ab8ecf7 100644
--- a/tests/scanner/drawable.c
+++ b/tests/scanner/drawable.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "drawable.h"
G_DEFINE_ABSTRACT_TYPE (TestInheritDrawable, test_inherit_drawable, G_TYPE_OBJECT);
diff --git a/tests/scanner/gtkfrob.c b/tests/scanner/gtkfrob.c
index 286e4483..d1c2312c 100644
--- a/tests/scanner/gtkfrob.c
+++ b/tests/scanner/gtkfrob.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "gtkfrob.h"
void
diff --git a/tests/scanner/regress.c b/tests/scanner/regress.c
index e90dbba0..3b0fc502 100644
--- a/tests/scanner/regress.c
+++ b/tests/scanner/regress.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include <string.h>
#include <stdlib.h>
#include <glib-object.h>
diff --git a/tests/scanner/utility.c b/tests/scanner/utility.c
index aad0d08a..fb1cf5a0 100644
--- a/tests/scanner/utility.c
+++ b/tests/scanner/utility.c
@@ -1,3 +1,4 @@
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "utility.h"
G_DEFINE_TYPE (UtilityObject, utility_object, G_TYPE_OBJECT);