diff options
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r-- | tests/gimarshallingtests.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 3a2fd12a..e4f5cb9b 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -1,4 +1,4 @@ -/* -*- Mode: C; c-basic-offset: 4 -*- +/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- * vim: tabstop=4 shiftwidth=4 expandtab */ @@ -899,7 +899,7 @@ void gi_marshalling_tests_gerror(GError **error); void gi_marshalling_tests_gerror_array_in(gint *in_ints, GError **error); void gi_marshalling_tests_gerror_out(GError **error, gchar **debug); void gi_marshalling_tests_gerror_out_transfer_none(GError **err, const gchar **debug); -GError *gi_marshalling_tests_gerror_return(); +GError *gi_marshalling_tests_gerror_return(void); /* Overrides */ @@ -931,12 +931,12 @@ typedef struct _GIMarshallingTestsOverridesObject GIMarshallingTestsOverridesObj struct _GIMarshallingTestsOverridesObjectClass { - GObjectClass parent_class; + GObjectClass parent_class; }; struct _GIMarshallingTestsOverridesObject { - GObject parent_instance; + GObject parent_instance; glong long_; }; @@ -947,7 +947,6 @@ GIMarshallingTestsOverridesObject *gi_marshalling_tests_overrides_object_new (vo glong gi_marshalling_tests_overrides_object_method (GIMarshallingTestsOverridesObject *object); - GIMarshallingTestsOverridesObject *gi_marshalling_tests_overrides_object_returnv (void); #endif /* _GI_MARSHALLING_TESTS_H_ */ |