diff options
Diffstat (limited to 'tests/gimarshallingtests.c')
-rw-r--r-- | tests/gimarshallingtests.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gimarshallingtests.c b/tests/gimarshallingtests.c index 3d6e3453..81a6144c 100644 --- a/tests/gimarshallingtests.c +++ b/tests/gimarshallingtests.c @@ -4563,9 +4563,9 @@ gi_marshalling_tests_filename_list_return (void) * Returns: (transfer full): a #GParamSpec */ GParamSpec * -gi_marshalling_tests_param_spec_return() +gi_marshalling_tests_param_spec_return (void) { - return g_param_spec_string("test-param", "test", "This is a test", "42", G_PARAM_READABLE); + return g_param_spec_string ("test-param", "test", "This is a test", "42", G_PARAM_READABLE); } /** |