diff options
author | Colin Walters <walters@verbum.org> | 2012-10-27 12:53:52 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-10-27 12:53:52 -0400 |
commit | b0fccfbf26536817b39b30b3a5b9c01e2cc2c5c5 (patch) | |
tree | 0a0affe13ea894795a0e64d1bbb4e7fcde1a1ef2 /tests/gimarshallingtests.h | |
parent | 3ee1c9f984a71903a8eeef693c6c187291f25a0b (diff) | |
download | gobject-introspection-b0fccfbf26536817b39b30b3a5b9c01e2cc2c5c5.tar.gz |
gmarshallingtests: Fix prototype () -> (void)
Dear Python programmers, () doesn't mean what you think it means in C.
Diffstat (limited to 'tests/gimarshallingtests.h')
-rw-r--r-- | tests/gimarshallingtests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h index 7768a881..b1276bb8 100644 --- a/tests/gimarshallingtests.h +++ b/tests/gimarshallingtests.h @@ -961,7 +961,7 @@ void gi_marshalling_tests_gerror_out_transfer_none(GError **err, const gchar **d GError *gi_marshalling_tests_gerror_return(void); /* GParamSpec */ -GParamSpec *gi_marshalling_tests_param_spec_return(); +GParamSpec *gi_marshalling_tests_param_spec_return (void); void gi_marshalling_tests_param_spec_out(GParamSpec **param); /* Overrides */ |