[perl-Glib-Object-Introspection] Add Emacs mode lines
- From: Torsten SchÃnfeld <tsch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [perl-Glib-Object-Introspection] Add Emacs mode lines
- Date: Wed, 12 Oct 2011 17:47:58 +0000 (UTC)
commit 81e622a53b0caf8b669ca7a9e33ae0d97b858bfd
Author: Torsten SchÃnfeld <kaffeetisch gmx de>
Date: Wed Oct 12 19:47:41 2011 +0200
Add Emacs mode lines
gperl-i11n-callback.c | 2 ++
gperl-i11n-croak.c | 2 ++
gperl-i11n-field.c | 2 ++
gperl-i11n-gvalue.c | 2 ++
gperl-i11n-info.c | 2 ++
gperl-i11n-invoke-c.c | 2 ++
gperl-i11n-invoke-info.c | 2 ++
gperl-i11n-invoke-perl.c | 2 ++
gperl-i11n-marshal-arg.c | 2 ++
gperl-i11n-marshal-array.c | 2 ++
gperl-i11n-marshal-callback.c | 2 ++
gperl-i11n-marshal-hash.c | 2 ++
gperl-i11n-marshal-interface.c | 2 ++
gperl-i11n-marshal-list.c | 2 ++
gperl-i11n-marshal-raw.c | 2 ++
gperl-i11n-marshal-struct.c | 2 ++
gperl-i11n-method.c | 2 ++
gperl-i11n-size.c | 2 ++
gperl-i11n-vfunc-interface.c | 2 ++
gperl-i11n-vfunc-object.c | 2 ++
20 files changed, 40 insertions(+), 0 deletions(-)
---
diff --git a/gperl-i11n-callback.c b/gperl-i11n-callback.c
index 04eb5c3..455033e 100644
--- a/gperl-i11n-callback.c
+++ b/gperl-i11n-callback.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static GPerlI11nCallbackInfo *
create_callback_closure (GITypeInfo *cb_type, SV *code)
{
diff --git a/gperl-i11n-croak.c b/gperl-i11n-croak.c
index c2c7c04..c7016e6 100644
--- a/gperl-i11n-croak.c
+++ b/gperl-i11n-croak.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
/* Call Carp's croak() so that errors are reported at their location in the
* user's program, not in Introspection.pm. Adapted from
* <http://www.perlmonks.org/?node_id=865159>. */
diff --git a/gperl-i11n-field.c b/gperl-i11n-field.c
index 12042f4..9cf1c43 100644
--- a/gperl-i11n-field.c
+++ b/gperl-i11n-field.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
store_fields (HV *fields, GIBaseInfo *info, GIInfoType info_type)
{
diff --git a/gperl-i11n-gvalue.c b/gperl-i11n-gvalue.c
index 53ba10c..470136e 100644
--- a/gperl-i11n-gvalue.c
+++ b/gperl-i11n-gvalue.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
/* Semi-private package for marshalling into GValues. */
#define GVALUE_WRAPPER_PACKAGE "Glib::Object::Introspection::GValueWrapper"
diff --git a/gperl-i11n-info.c b/gperl-i11n-info.c
index cad4a59..b91d80a 100644
--- a/gperl-i11n-info.c
+++ b/gperl-i11n-info.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
/* Caller owns return value */
static GIFunctionInfo *
get_function_info (GIRepository *repository,
diff --git a/gperl-i11n-invoke-c.c b/gperl-i11n-invoke-c.c
index 7aaca36..cee57e1 100644
--- a/gperl-i11n-invoke-c.c
+++ b/gperl-i11n-invoke-c.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
invoke_callable (GICallableInfo *info,
gpointer func_pointer,
diff --git a/gperl-i11n-invoke-info.c b/gperl-i11n-invoke-info.c
index 1836733..f9dca94 100644
--- a/gperl-i11n-invoke-info.c
+++ b/gperl-i11n-invoke-info.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
prepare_invocation_info (GPerlI11nInvocationInfo *iinfo,
GICallableInfo *info,
diff --git a/gperl-i11n-invoke-perl.c b/gperl-i11n-invoke-perl.c
index b213356..94b02ba 100644
--- a/gperl-i11n-invoke-perl.c
+++ b/gperl-i11n-invoke-perl.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
invoke_callback (ffi_cif* cif, gpointer resp, gpointer* args, gpointer userdata)
{
diff --git a/gperl-i11n-marshal-arg.c b/gperl-i11n-marshal-arg.c
index d8766bd..7a0e835 100644
--- a/gperl-i11n-marshal-arg.c
+++ b/gperl-i11n-marshal-arg.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
/* transfer and may_be_null can be gotten from arg_info, but sv_to_arg is also
* called from places which don't have access to a GIArgInfo. */
static void
diff --git a/gperl-i11n-marshal-array.c b/gperl-i11n-marshal-array.c
index 15405f7..80d0fac 100644
--- a/gperl-i11n-marshal-array.c
+++ b/gperl-i11n-marshal-array.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static SV *
array_to_sv (GITypeInfo *info,
gpointer pointer,
diff --git a/gperl-i11n-marshal-callback.c b/gperl-i11n-marshal-callback.c
index 587db6e..d9f359a 100644
--- a/gperl-i11n-marshal-callback.c
+++ b/gperl-i11n-marshal-callback.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static gpointer
sv_to_callback (GIArgInfo * arg_info,
GITypeInfo * type_info,
diff --git a/gperl-i11n-marshal-hash.c b/gperl-i11n-marshal-hash.c
index bd664f2..9a93816 100644
--- a/gperl-i11n-marshal-hash.c
+++ b/gperl-i11n-marshal-hash.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static SV *
ghash_to_sv (GITypeInfo *info,
gpointer pointer,
diff --git a/gperl-i11n-marshal-interface.c b/gperl-i11n-marshal-interface.c
index fc9f44d..1054def 100644
--- a/gperl-i11n-marshal-interface.c
+++ b/gperl-i11n-marshal-interface.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static gpointer
instance_sv_to_pointer (GICallableInfo *info, SV *sv)
{
diff --git a/gperl-i11n-marshal-list.c b/gperl-i11n-marshal-list.c
index fdc1fb5..d8df8e3 100644
--- a/gperl-i11n-marshal-list.c
+++ b/gperl-i11n-marshal-list.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static SV *
glist_to_sv (GITypeInfo* info,
gpointer pointer,
diff --git a/gperl-i11n-marshal-raw.c b/gperl-i11n-marshal-raw.c
index 5c9e05d..276abc1 100644
--- a/gperl-i11n-marshal-raw.c
+++ b/gperl-i11n-marshal-raw.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
#define CAST_RAW(raw, type) (*((type *) raw))
static void
diff --git a/gperl-i11n-marshal-struct.c b/gperl-i11n-marshal-struct.c
index 04a9b61..866c21f 100644
--- a/gperl-i11n-marshal-struct.c
+++ b/gperl-i11n-marshal-struct.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static SV *
struct_to_sv (GIBaseInfo* info,
GIInfoType info_type,
diff --git a/gperl-i11n-method.c b/gperl-i11n-method.c
index d8d0d77..a107769 100644
--- a/gperl-i11n-method.c
+++ b/gperl-i11n-method.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
store_methods (HV *namespaced_functions, GIBaseInfo *info, GIInfoType info_type)
{
diff --git a/gperl-i11n-size.c b/gperl-i11n-size.c
index 11068be..0845f49 100644
--- a/gperl-i11n-size.c
+++ b/gperl-i11n-size.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
/* These three are basically copied from pygi's pygi-info.c. :-( */
static gsize
diff --git a/gperl-i11n-vfunc-interface.c b/gperl-i11n-vfunc-interface.c
index 79a46c0..4f40843 100644
--- a/gperl-i11n-vfunc-interface.c
+++ b/gperl-i11n-vfunc-interface.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
generic_interface_init (gpointer iface, gpointer data)
{
diff --git a/gperl-i11n-vfunc-object.c b/gperl-i11n-vfunc-object.c
index 750dbe2..4ac53d3 100644
--- a/gperl-i11n-vfunc-object.c
+++ b/gperl-i11n-vfunc-object.c
@@ -1,3 +1,5 @@
+/* -*- mode: c; indent-tabs-mode: t; c-basic-offset: 8; -*- */
+
static void
generic_class_init (GIObjectInfo *info, gpointer class)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]