summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-08-29 22:38:53 -0400
committerColin Walters <walters@verbum.org>2011-08-29 22:39:36 -0400
commitbb1a4bacc98f7efa002eddb10458efe819eaf86a (patch)
treee6b3432a7e0222168626009eb64d728c26187a04
parent0dc569c37ac5291ecfb422fdde72943a5ea26ff0 (diff)
downloadgobject-introspection-GOBJECT_INTROSPECTION_1_29_17.tar.gz
gimarshallingtests.h: Remove unimplemented functionsGOBJECT_INTROSPECTION_1_29_17
The new missing-element-type warning triggers for these.
-rw-r--r--tests/gimarshallingtests.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gimarshallingtests.h b/tests/gimarshallingtests.h
index 7d44d393..d48c64a0 100644
--- a/tests/gimarshallingtests.h
+++ b/tests/gimarshallingtests.h
@@ -458,8 +458,6 @@ GList *gi_marshalling_tests_glist_utf8_full_return (void);
void gi_marshalling_tests_glist_int_none_in (GList *list);
void gi_marshalling_tests_glist_utf8_none_in (GList *list);
-void gi_marshalling_tests_glist_utf8_container_in (GList *list);
-void gi_marshalling_tests_glist_utf8_full_in (GList *list);
void gi_marshalling_tests_glist_utf8_none_out (GList **list);
void gi_marshalling_tests_glist_utf8_container_out (GList **list);
@@ -479,8 +477,6 @@ GSList *gi_marshalling_tests_gslist_utf8_full_return (void);
void gi_marshalling_tests_gslist_int_none_in (GSList *list);
void gi_marshalling_tests_gslist_utf8_none_in (GSList *list);
-void gi_marshalling_tests_gslist_utf8_container_in (GSList *list);
-void gi_marshalling_tests_gslist_utf8_full_in (GSList *list);
void gi_marshalling_tests_gslist_utf8_none_out (GSList **list);
void gi_marshalling_tests_gslist_utf8_container_out (GSList **list);