summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-07 18:04:14 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-08-15 10:00:38 +0800
commitd281b07c4aba18d30c4365ef3cba2df85ac4ab6f (patch)
tree7a1d0d578ed76b98824c5374a03e717b12691098 /build
parenteab36c0001e22c0ee66246ae9a0b8018b2325c96 (diff)
downloadgobject-introspection-d281b07c4aba18d30c4365ef3cba2df85ac4ab6f.tar.gz
build: Export Symbols Using Compiler Directives
Use compiler directives for exporting symbols for the build of libgirepository and also for the test libraries, like what is now done in GLib and GTK+ so that maintaining a separate .symbols (and .def files) would not be needed, in which the correct compiler directive is determined during configure time. Drop all the .def files and the .symbols file as we would not be using them anymore. https://bugzilla.gnome.org/show_bug.cgi?id=732669
Diffstat (limited to 'build')
-rw-r--r--build/win32/Makefile.am11
-rw-r--r--build/win32/Regress.def272
-rw-r--r--build/win32/annotation.def48
-rw-r--r--build/win32/everything.def106
-rw-r--r--build/win32/foo.def48
-rw-r--r--build/win32/gettype.def6
-rw-r--r--build/win32/gimarshallingtests.def588
-rw-r--r--build/win32/gtkfrob.def2
-rw-r--r--build/win32/sletter.def4
-rw-r--r--build/win32/testinherit.def6
-rw-r--r--build/win32/utility.def4
11 files changed, 0 insertions, 1095 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index cfebe0ca..31f582f1 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -4,14 +4,3 @@ SUBDIRS = \
vs11 \
vs12
-EXTRA_DIST = \
- annotation.def \
- everything.def \
- foo.def \
- gettype.def \
- gimarshallingtests.def \
- gtkfrob.def \
- Regress.def \
- sletter.def \
- testinherit.def \
- utility.def
diff --git a/build/win32/Regress.def b/build/win32/Regress.def
deleted file mode 100644
index 693f053f..00000000
--- a/build/win32/Regress.def
+++ /dev/null
@@ -1,272 +0,0 @@
-EXPORTS
-regress_set_abort_on_error
-regress_test_boolean
-regress_test_boolean_true
-regress_test_boolean_false
-regress_test_int8
-regress_test_uint8
-regress_test_int16
-regress_test_uint16
-regress_test_int32
-regress_test_uint32
-regress_test_int64
-regress_test_uint64
-regress_test_short
-regress_test_ushort
-regress_test_int
-regress_test_uint
-regress_test_long
-regress_test_ulong
-regress_test_ssize
-regress_test_size
-regress_test_float
-regress_test_double
-regress_test_unichar
-regress_test_timet
-regress_test_gtype
-regress_test_utf8_const_return
-regress_test_utf8_nonconst_return
-regress_test_utf8_const_in
-regress_test_utf8_out
-regress_test_utf8_inout
-regress_test_filename_return
-regress_test_utf8_null_in
-regress_test_utf8_null_out
-
-regress_test_int_out_utf8
-
-
-regress_test_multi_double_args
-regress_test_utf8_out_out
-regress_test_utf8_out_nonconst_return
-
-
-regress_test_strv_in
-regress_test_array_int_in
-regress_test_array_int_out
-regress_test_array_int_inout
-regress_test_array_gint8_in
-regress_test_array_gint16_in
-regress_test_array_gint32_in
-regress_test_array_gint64_in
-regress_test_array_gtype_in
-regress_test_strv_out_container
-regress_test_strv_out
-regress_test_strv_out_c
-regress_test_strv_outarg
-regress_test_array_fixed_size_int_in
-regress_test_array_fixed_size_int_out
-regress_test_array_fixed_size_int_return
-
-
-regress_test_array_int_full_out
-regress_test_array_int_none_out
-regress_test_array_int_null_in
-regress_test_array_int_null_out
-
-
-regress_test_glist_nothing_return
-regress_test_glist_nothing_return2
-regress_test_glist_container_return
-regress_test_glist_everything_return
-regress_test_glist_nothing_in
-regress_test_glist_nothing_in2
-regress_test_glist_null_in
-regress_test_glist_null_out
-
-
-regress_test_gslist_nothing_return
-regress_test_gslist_nothing_return2
-regress_test_gslist_container_return
-regress_test_gslist_everything_return
-regress_test_gslist_nothing_in
-regress_test_gslist_nothing_in2
-regress_test_gslist_null_in
-regress_test_gslist_null_out
-
-
-regress_test_ghash_null_return
-regress_test_ghash_nothing_return
-regress_test_ghash_nothing_return2
-regress_test_ghash_gvalue_return
-regress_test_ghash_gvalue_in
-regress_test_ghash_container_return
-regress_test_ghash_everything_return
-regress_test_ghash_null_in
-regress_test_ghash_null_out
-regress_test_ghash_nothing_in
-regress_test_ghash_nothing_in2
-regress_test_ghash_nested_everything_return
-regress_test_ghash_nested_everything_return2
-
-
-regress_test_garray_container_return
-regress_test_garray_full_return
-
-
-
-
-regress_test_closure
-regress_test_closure_one_arg
-regress_test_closure_variant
-
-
-regress_test_int_value_arg
-regress_test_value_return
-
-
-regress_test_cairo_context_full_return
-regress_test_cairo_context_none_in
-
-regress_test_cairo_surface_none_return
-regress_test_cairo_surface_full_return
-regress_test_cairo_surface_none_in
-regress_test_cairo_surface_full_out
-
-regress_test_gvariant_i
-regress_test_gvariant_s
-regress_test_gvariant_asv
-regress_test_gvariant_v
-regress_test_gvariant_as
-regress_test_enum_get_type
-regress_test_enum_unsigned_get_type
-regress_test_flags_get_type
-
-
-regress_test_enum_param
-regress_test_unsigned_enum_param
-
-regress_global_get_flags_out
-regress_test_struct_a_clone
-regress_test_struct_a_parse
-
-regress_test_struct_b_clone
-
-
-regress_test_simple_boxed_a_get_gtype
-regress_test_simple_boxed_a_copy
-regress_test_simple_boxed_a_equals
-regress_test_simple_boxed_a_const_return
-
-regress_test_simple_boxed_b_get_type
-regress_test_simple_boxed_b_copy
-
-regress_test_boxed_get_type
-regress_test_boxed_new
-regress_test_boxed_new_alternative_constructor1
-regress_test_boxed_new_alternative_constructor2
-regress_test_boxed_new_alternative_constructor3
-
-regress_test_boxed_copy
-
-
-regress_test_boxed_b_get_type
-regress_test_boxed_b_new
-regress_test_boxed_b_copy
-
-regress_test_boxed_c_get_type
-regress_test_boxed_c_new
-
-regress_test_boxed_d_get_type
-regress_test_boxed_d_new
-regress_test_boxed_d_copy
-regress_test_boxed_d_free
-regress_test_boxed_d_get_magic
-
-regress_test_obj_get_type
-regress_test_obj_new
-regress_constructor
-regress_test_obj_new_from_file
-regress_test_obj_set_bare
-regress_test_obj_emit_sig_with_obj
-regress_test_obj_emit_sig_with_foreign_struct
-regress_test_obj_emit_sig_with_int64
-regress_test_obj_emit_sig_with_uint64
-regress_test_obj_instance_method
-regress_test_obj_static_method
-regress_forced_method
-
-regress_test_array_fixed_out_objects
-regress_test_obj_torture_signature_0
-regress_test_obj_torture_signature_1
-regress_test_obj_skip_return_val
-regress_test_obj_skip_return_val_no_out
-regress_test_obj_skip_param
-regress_test_obj_skip_out_param
-regress_test_obj_skip_inout_param
-regress_test_obj_do_matrix
-regress_func_obj_null_in
-regress_test_obj_null_out
-regress_test_sub_obj_get_type
-regress_test_sub_obj_new
-regress_test_sub_obj_unset_bare
-regress_test_sub_obj_instance_method
-regress_test_skip_unannotated_callback
-
-regress_test_fundamental_object_get_type
-regress_test_fundamental_object_ref
-regress_test_fundamental_object_unref
-regress_test_value_set_fundamental_object
-regress_test_value_get_fundamental_object
-regress_test_fundamental_sub_object_get_type
-
-regress_test_fundamental_sub_object_new
-
-
-regress_test_simple_callback
-regress_test_callback
-regress_test_multi_callback
-regress_test_array_callback
-regress_test_callback_user_data
-regress_test_callback_destroy_notify
-regress_test_callback_destroy_notify_no_user_data
-regress_test_callback_thaw_notifications
-
-regress_test_callback_async
-regress_test_callback_thaw_async
-
-regress_test_async_ready_callback
-
-regress_test_obj_instance_method_callback
-regress_test_obj_static_method_callback
-regress_test_obj_new_callback
-regress_test_hash_table_callback
-regress_test_gerror_callback
-regress_test_null_gerror_callback
-regress_test_owned_gerror_callback
-regress_test_interface_get_type
-
-regress_test_wi_802_1x_get_type
-regress_test_wi_802_1x_new
-regress_test_wi_802_1x_get_testbool
-regress_test_wi_802_1x_set_testbool
-regress_test_wi_802_1x_static_method
-
-regress_test_floating_get_type
-regress_test_floating_new
-
-regress_test_torture_signature_0
-regress_test_torture_signature_1
-regress_test_torture_signature_2
-regress_test_date_in_gvalue
-regress_test_strv_in_gvalue
-
-regress_test_multiline_doc_comments
-regress_test_nested_parameter
-
-regress_introspectable_via_alias
-regress_not_introspectable_via_alias
-regress_aliased_caller_alloc
-
-regress_atest_error_quark
-regress_test_def_error_quark
-regress_test_unconventional_error_quark
-regress_test_abc_error_quark
-regress_test_error_quark
-regress_test_boxed_c_get_type
-regress_test_unconventional_error_get_type
-regress_test_abc_error_get_type
-regress_test_error_get_type
-
-
-regress_test_versioning
diff --git a/build/win32/annotation.def b/build/win32/annotation.def
deleted file mode 100644
index 27452281..00000000
--- a/build/win32/annotation.def
+++ /dev/null
@@ -1,48 +0,0 @@
-EXPORTS
-regress_annotation_object_get_type
-regress_annotation_object_method
-regress_annotation_object_out
-regress_annotation_object_create_object
-regress_annotation_object_allow_none
-regress_annotation_object_notrans
-regress_annotation_object_inout
-regress_annotation_object_inout2
-regress_annotation_object_inout3
-regress_annotation_object_in
-regress_annotation_object_calleeowns
-regress_annotation_object_calleesowns
-regress_annotation_object_get_strings
-regress_annotation_object_get_hash
-regress_annotation_object_with_voidp
-regress_annotation_object_get_objects
-regress_annotation_object_use_buffer
-regress_annotation_object_compute_sum
-regress_annotation_object_compute_sum_n
-regress_annotation_object_compute_sum_nz
-regress_annotation_object_parse_args
-regress_annotation_object_string_out
-regress_annotation_object_foreach
-regress_annotation_object_set_data
-regress_annotation_object_set_data2
-regress_annotation_object_set_data3
-regress_annotation_object_do_not_use
-regress_annotation_object_watch
-regress_annotation_object_watch_full
-regress_annotation_object_hidden_self
-regress_annotation_init
-regress_annotation_return_array
-regress_annotation_versioned
-regress_annotation_string_zero_terminated
-regress_annotation_string_zero_terminated_out
-regress_annotation_string_array_length
-regress_annotation_object_extra_annos
-regress_annotation_custom_destroy
-regress_annotation_get_source_file
-regress_annotation_set_source_file
-regress_annotation_attribute_func
-regress_annotation_invalid_regress_annotation
-regress_annotation_ptr_array
-regress_annotation_test_parsing_bug630862
-regress_annotation_space_after_comment_bug631690
-regress_annotation_return_filename
-regress_annotation_transfer_floating
diff --git a/build/win32/everything.def b/build/win32/everything.def
deleted file mode 100644
index e15f2fdc..00000000
--- a/build/win32/everything.def
+++ /dev/null
@@ -1,106 +0,0 @@
-EXPORTS
-everything_nullfunc
-everything_const_return_gboolean
-everything_const_return_gint8
-everything_const_return_guint8
-everything_const_return_gint16
-everything_const_return_guint16
-everything_const_return_gint32
-everything_const_return_guint32
-everything_const_return_gint64
-everything_const_return_guint64
-everything_const_return_gchar
-everything_const_return_gshort
-everything_const_return_gushort
-everything_const_return_gint
-everything_const_return_guint
-everything_const_return_glong
-everything_const_return_gulong
-everything_const_return_gsize
-everything_const_return_gssize
-everything_const_return_gintptr
-everything_const_return_guintptr
-everything_const_return_gfloat
-everything_const_return_gdouble
-everything_const_return_gunichar
-everything_const_return_GType
-everything_const_return_utf8
-everything_const_return_filename
-everything_oneparam_gboolean
-everything_oneparam_gint8
-everything_oneparam_guint8
-everything_oneparam_gint16
-everything_oneparam_guint16
-everything_oneparam_gint32
-everything_oneparam_guint32
-everything_oneparam_gint64
-everything_oneparam_guint64
-everything_oneparam_gchar
-everything_oneparam_gshort
-everything_oneparam_gushort
-everything_oneparam_gint
-everything_oneparam_guint
-everything_oneparam_glong
-everything_oneparam_gulong
-everything_oneparam_gsize
-everything_oneparam_gssize
-everything_oneparam_gintptr
-everything_oneparam_guintptr
-everything_oneparam_gfloat
-everything_oneparam_gdouble
-everything_oneparam_gunichar
-everything_oneparam_GType
-everything_oneparam_utf8
-everything_oneparam_filename
-everything_one_outparam_gboolean
-everything_one_outparam_gint8
-everything_one_outparam_guint8
-everything_one_outparam_gint16
-everything_one_outparam_guint16
-everything_one_outparam_gint32
-everything_one_outparam_guint32
-everything_one_outparam_gint64
-everything_one_outparam_guint64
-everything_one_outparam_gchar
-everything_one_outparam_gshort
-everything_one_outparam_gushort
-everything_one_outparam_gint
-everything_one_outparam_guint
-everything_one_outparam_glong
-everything_one_outparam_gulong
-everything_one_outparam_gsize
-everything_one_outparam_gssize
-everything_one_outparam_gintptr
-everything_one_outparam_guintptr
-everything_one_outparam_gfloat
-everything_one_outparam_gdouble
-everything_one_outparam_gunichar
-everything_one_outparam_GType
-everything_one_outparam_utf8
-everything_one_outparam_filename
-everything_passthrough_one_gboolean
-everything_passthrough_one_gint8
-everything_passthrough_one_guint8
-everything_passthrough_one_gint16
-everything_passthrough_one_guint16
-everything_passthrough_one_gint32
-everything_passthrough_one_guint32
-everything_passthrough_one_gint64
-everything_passthrough_one_guint64
-everything_passthrough_one_gchar
-everything_passthrough_one_gshort
-everything_passthrough_one_gushort
-everything_passthrough_one_gint
-everything_passthrough_one_guint
-everything_passthrough_one_glong
-everything_passthrough_one_gulong
-everything_passthrough_one_gsize
-everything_passthrough_one_gssize
-everything_passthrough_one_gintptr
-everything_passthrough_one_guintptr
-everything_passthrough_one_gfloat
-everything_passthrough_one_gdouble
-everything_passthrough_one_gunichar
-everything_passthrough_one_GType
-everything_passthrough_one_utf8
-everything_passthrough_one_filename
diff --git a/build/win32/foo.def b/build/win32/foo.def
deleted file mode 100644
index cba3e2a2..00000000
--- a/build/win32/foo.def
+++ /dev/null
@@ -1,48 +0,0 @@
-EXPORTS
-regress_foo_interface_do_regress_foo
-regress_foo_interface_static_method
-regress_foo_sub_interface_get_type
-regress_foo_sub_interface_do_bar
-regress_foo_sub_interface_do_baz
-regress_foo_init
-regress_foo_object_get_type
-regress_foo_object_new
-regress_foo_object_external_type
-regress_foo_object_new_as_super
-regress_foo_object_take_all
-regress_foo_object_new_cookie
-regress_foo_object_is_it_time_yet
-regress_foo_object_get_name
-regress_foo_object_dup_name
-regress_foo_object_read
-regress_foo_object_skipped_method
-regress_foo_subobject_get_type
-regress_foo_object_get_default
-regress_foo_buffer_get_type
-regress_foo_buffer_some_method
-regress_foo_other_object_get_type
-regress_foo_not_a_constructor_new
-regress_foo_enum_type_get_type
-regress_foo_flags_type_get_type
-regress_foo_boxed_get_type
-regress_foo_boxed_new
-regress_foo_boxed_method
-regress_foo_dbus_data_get_type
-regress_foo_rectangle_add
-regress_foo_rectangle_new
-regress_foo_brect_get_type
-regress_foo_bunion_get_type
-regress_foo_test_string_array
-regress_foo_test_string_array_with_g
-regress_foo_test_array
-regress_foo_test_varargs_callback
-regress_foo_test_varargs_callback2
-regress_foo_test_varargs_callback3
-regress_foo_error_get_type
-regress_foo_error_quark
-regress_foo_some_variant
-regress_foo_skip_me
-regress_foo_foreign_struct_new
-regress_foo_foreign_struct_copy
-regress_foo_object_append_new_stack_layer
-regress_foo_interface_get_type
diff --git a/build/win32/gettype.def b/build/win32/gettype.def
deleted file mode 100644
index 401cb333..00000000
--- a/build/win32/gettype.def
+++ /dev/null
@@ -1,6 +0,0 @@
-EXPORTS
-gettype_object_get_type
-gettype_object_new
-gettype_object_nonmeta1_get_type
-gettype_object_nonmeta2_get_type
-gettype_object_nonmeta_get_gtype
diff --git a/build/win32/gimarshallingtests.def b/build/win32/gimarshallingtests.def
deleted file mode 100644
index 3c91c796..00000000
--- a/build/win32/gimarshallingtests.def
+++ /dev/null
@@ -1,588 +0,0 @@
-EXPORTS
-gi_marshalling_tests_boolean_return_true
-gi_marshalling_tests_boolean_return_false
-gi_marshalling_tests_boolean_in_true
-gi_marshalling_tests_boolean_in_false
-gi_marshalling_tests_boolean_out_true
-gi_marshalling_tests_boolean_out_false
-gi_marshalling_tests_boolean_inout_true_false
-gi_marshalling_tests_boolean_inout_false_true
-
-gi_marshalling_tests_int8_return_max
-gi_marshalling_tests_int8_return_min
-gi_marshalling_tests_int8_in_max
-gi_marshalling_tests_int8_in_min
-gi_marshalling_tests_int8_out_max
-gi_marshalling_tests_int8_out_min
-gi_marshalling_tests_int8_inout_max_min
-gi_marshalling_tests_int8_inout_min_max
-gi_marshalling_tests_uint8_return
-gi_marshalling_tests_uint8_in
-gi_marshalling_tests_uint8_out
-gi_marshalling_tests_uint8_inout
-gi_marshalling_tests_int16_return_max
-gi_marshalling_tests_int16_return_min
-gi_marshalling_tests_int16_in_max
-gi_marshalling_tests_int16_in_min
-gi_marshalling_tests_int16_out_max
-gi_marshalling_tests_int16_out_min
-gi_marshalling_tests_int16_inout_max_min
-gi_marshalling_tests_int16_inout_min_max
-gi_marshalling_tests_uint16_return
-gi_marshalling_tests_uint16_in
-gi_marshalling_tests_uint16_out
-gi_marshalling_tests_uint16_inout
-gi_marshalling_tests_int32_return_max
-gi_marshalling_tests_int32_return_min
-
-gi_marshalling_tests_int32_in_max
-gi_marshalling_tests_int32_in_min
-
-gi_marshalling_tests_int32_out_max
-gi_marshalling_tests_int32_out_min
-
-gi_marshalling_tests_int32_inout_max_min
-gi_marshalling_tests_int32_inout_min_max
-
-
-gi_marshalling_tests_uint32_return
-
-gi_marshalling_tests_uint32_in
-
-gi_marshalling_tests_uint32_out
-gi_marshalling_tests_uint32_inout
-
-
-gi_marshalling_tests_int64_return_max
-gi_marshalling_tests_int64_return_min
-
-gi_marshalling_tests_int64_in_max
-gi_marshalling_tests_int64_in_min
-
-gi_marshalling_tests_int64_out_max
-gi_marshalling_tests_int64_out_min
-
-gi_marshalling_tests_int64_inout_max_min
-gi_marshalling_tests_int64_inout_min_max
-
-
-gi_marshalling_tests_uint64_return
-
-gi_marshalling_tests_uint64_in
-
-gi_marshalling_tests_uint64_out
-gi_marshalling_tests_uint64_inout
-
-
-gi_marshalling_tests_short_return_max
-gi_marshalling_tests_short_return_min
-
-gi_marshalling_tests_short_in_max
-gi_marshalling_tests_short_in_min
-
-gi_marshalling_tests_short_out_max
-gi_marshalling_tests_short_out_min
-
-gi_marshalling_tests_short_inout_max_min
-gi_marshalling_tests_short_inout_min_max
-
-
-gi_marshalling_tests_ushort_return
-
-gi_marshalling_tests_ushort_in
-
-gi_marshalling_tests_ushort_out
-gi_marshalling_tests_ushort_inout
-
-
-gi_marshalling_tests_int_return_max
-gi_marshalling_tests_int_return_min
-
-gi_marshalling_tests_int_in_max
-gi_marshalling_tests_int_in_min
-
-gi_marshalling_tests_int_out_max
-gi_marshalling_tests_int_out_min
-
-gi_marshalling_tests_int_inout_max_min
-gi_marshalling_tests_int_inout_min_max
-
-
-gi_marshalling_tests_uint_return
-
-gi_marshalling_tests_uint_in
-
-gi_marshalling_tests_uint_out
-gi_marshalling_tests_uint_inout
-
-
-gi_marshalling_tests_long_return_max
-gi_marshalling_tests_long_return_min
-
-gi_marshalling_tests_long_in_max
-gi_marshalling_tests_long_in_min
-
-gi_marshalling_tests_long_out_max
-gi_marshalling_tests_long_out_min
-
-gi_marshalling_tests_long_inout_max_min
-gi_marshalling_tests_long_inout_min_max
-
-
-gi_marshalling_tests_ulong_return
-
-gi_marshalling_tests_ulong_in
-
-gi_marshalling_tests_ulong_out
-gi_marshalling_tests_ulong_inout
-
-
-gi_marshalling_tests_ssize_return_max
-gi_marshalling_tests_ssize_return_min
-
-gi_marshalling_tests_ssize_in_max
-gi_marshalling_tests_ssize_in_min
-
-gi_marshalling_tests_ssize_out_max
-gi_marshalling_tests_ssize_out_min
-
-gi_marshalling_tests_ssize_inout_max_min
-gi_marshalling_tests_ssize_inout_min_max
-
-
-gi_marshalling_tests_size_return
-
-gi_marshalling_tests_size_in
-
-gi_marshalling_tests_size_out
-gi_marshalling_tests_size_inout
-gi_marshalling_tests_float_return
-
-gi_marshalling_tests_float_in
-
-gi_marshalling_tests_float_out
-
-gi_marshalling_tests_float_inout
-
-
-gi_marshalling_tests_double_return
-
-gi_marshalling_tests_double_in
-
-gi_marshalling_tests_double_out
-
-gi_marshalling_tests_double_inout
-
-gi_marshalling_tests_time_t_return
-
-gi_marshalling_tests_time_t_in
-
-gi_marshalling_tests_time_t_out
-
-gi_marshalling_tests_time_t_inout
-
-gi_marshalling_tests_gtype_return
-
-gi_marshalling_tests_gtype_string_return
-
-gi_marshalling_tests_gtype_in
-
-gi_marshalling_tests_gtype_string_in
-
-gi_marshalling_tests_gtype_out
-
-gi_marshalling_tests_gtype_string_out
-
-gi_marshalling_tests_gtype_inout
-
-gi_marshalling_tests_utf8_none_return
-gi_marshalling_tests_utf8_full_return
-
-gi_marshalling_tests_utf8_none_in
-gi_marshalling_tests_utf8_none_out
-gi_marshalling_tests_utf8_full_out
-
-gi_marshalling_tests_utf8_dangling_out
-
-gi_marshalling_tests_utf8_none_inout
-gi_marshalling_tests_utf8_full_inout
-gi_marshalling_tests_utf8_as_uint8array_in
-
-gi_marshalling_tests_filename_list_return
-
-
-gi_marshalling_tests_enum_returnv
-
-gi_marshalling_tests_enum_in
-
-gi_marshalling_tests_enum_out
-
-gi_marshalling_tests_enum_inout
-
-
-gi_marshalling_tests_genum_get_type
-gi_marshalling_tests_genum_returnv
-
-gi_marshalling_tests_genum_in
-
-gi_marshalling_tests_genum_out
-
-gi_marshalling_tests_genum_inout
-
-gi_marshalling_tests_flags_get_type
-
-gi_marshalling_tests_flags_returnv
-
-gi_marshalling_tests_flags_in
-gi_marshalling_tests_flags_in_zero
-
-gi_marshalling_tests_flags_out
-
-gi_marshalling_tests_flags_inout
-
-gi_marshalling_tests_no_type_flags_returnv
-
-gi_marshalling_tests_no_type_flags_in
-gi_marshalling_tests_no_type_flags_in_zero
-
-gi_marshalling_tests_no_type_flags_out
-
-gi_marshalling_tests_no_type_flags_inout
-
-gi_marshalling_tests_init_function
-
-gi_marshalling_tests_array_fixed_int_return
-gi_marshalling_tests_array_fixed_short_return
-
-gi_marshalling_tests_array_fixed_int_in
-gi_marshalling_tests_array_fixed_short_in
-
-gi_marshalling_tests_array_fixed_out
-
-gi_marshalling_tests_array_fixed_out_struct
-
-gi_marshalling_tests_array_fixed_inout
-
-gi_marshalling_tests_array_in_nonzero_nonlen
-
-gi_marshalling_tests_array_return
-gi_marshalling_tests_array_return_etc
-
-gi_marshalling_tests_array_in
-gi_marshalling_tests_array_in_len_before
-gi_marshalling_tests_array_in_len_zero_terminated
-gi_marshalling_tests_array_string_in
-gi_marshalling_tests_array_uint8_in
-gi_marshalling_tests_array_struct_in
-gi_marshalling_tests_array_struct_take_in
-gi_marshalling_tests_array_struct_value_in
-gi_marshalling_tests_array_simple_struct_in
-gi_marshalling_tests_multi_array_key_value_in
-gi_marshalling_tests_array_enum_in
-gi_marshalling_tests_array_in_guint64_len
-gi_marshalling_tests_array_in_guint8_len
-
-gi_marshalling_tests_array_out
-gi_marshalling_tests_array_out_etc
-
-gi_marshalling_tests_array_inout
-gi_marshalling_tests_array_inout_etc
-
-
-gi_marshalling_tests_array_zero_terminated_return
-gi_marshalling_tests_array_zero_terminated_return_null
-gi_marshalling_tests_array_zero_terminated_return_struct
-
-gi_marshalling_tests_array_zero_terminated_in
-
-gi_marshalling_tests_array_zero_terminated_out
-
-gi_marshalling_tests_array_zero_terminated_inout
-
-gi_marshalling_tests_array_gvariant_none_in
-
-gi_marshalling_tests_array_gvariant_container_in
-
-gi_marshalling_tests_array_gvariant_full_in
-
-
-gi_marshalling_tests_garray_int_none_return
-gi_marshalling_tests_garray_uint64_none_return
-gi_marshalling_tests_garray_utf8_none_return
-gi_marshalling_tests_garray_utf8_container_return
-gi_marshalling_tests_garray_utf8_full_return
-
-gi_marshalling_tests_garray_int_none_in
-gi_marshalling_tests_garray_uint64_none_in
-gi_marshalling_tests_garray_utf8_none_in
-
-gi_marshalling_tests_garray_utf8_none_out
-gi_marshalling_tests_garray_utf8_container_out
-gi_marshalling_tests_garray_utf8_full_out
-gi_marshalling_tests_garray_utf8_full_out_caller_allocated
-
-gi_marshalling_tests_garray_utf8_none_inout
-gi_marshalling_tests_garray_utf8_container_inout
-gi_marshalling_tests_garray_utf8_full_inout
-
-
-gi_marshalling_tests_gptrarray_utf8_none_return
-gi_marshalling_tests_gptrarray_utf8_container_return
-gi_marshalling_tests_gptrarray_utf8_full_return
-
-gi_marshalling_tests_gptrarray_utf8_none_in
-
-gi_marshalling_tests_gptrarray_utf8_none_out
-gi_marshalling_tests_gptrarray_utf8_container_out
-gi_marshalling_tests_gptrarray_utf8_full_out
-
-gi_marshalling_tests_gptrarray_utf8_none_inout
-gi_marshalling_tests_gptrarray_utf8_container_inout
-gi_marshalling_tests_gptrarray_utf8_full_inout
-
-
-gi_marshalling_tests_bytearray_full_return
-gi_marshalling_tests_bytearray_none_in
-
-
-gi_marshalling_tests_gstrv_return
-gi_marshalling_tests_gstrv_in
-gi_marshalling_tests_gstrv_out
-gi_marshalling_tests_gstrv_inout
-
-
-
-gi_marshalling_tests_glist_int_none_return
-gi_marshalling_tests_glist_uint32_none_return
-gi_marshalling_tests_glist_utf8_none_return
-gi_marshalling_tests_glist_utf8_container_return
-gi_marshalling_tests_glist_utf8_full_return
-
-gi_marshalling_tests_glist_int_none_in
-gi_marshalling_tests_glist_uint32_none_in
-gi_marshalling_tests_glist_utf8_none_in
-
-gi_marshalling_tests_glist_utf8_none_out
-gi_marshalling_tests_glist_utf8_container_out
-gi_marshalling_tests_glist_utf8_full_out
-
-gi_marshalling_tests_glist_utf8_none_inout
-gi_marshalling_tests_glist_utf8_container_inout
-gi_marshalling_tests_glist_utf8_full_inout
-
-
-
-gi_marshalling_tests_gslist_int_none_return
-gi_marshalling_tests_gslist_utf8_none_return
-gi_marshalling_tests_gslist_utf8_container_return
-gi_marshalling_tests_gslist_utf8_full_return
-
-gi_marshalling_tests_gslist_int_none_in
-gi_marshalling_tests_gslist_utf8_none_in
-
-gi_marshalling_tests_gslist_utf8_none_out
-gi_marshalling_tests_gslist_utf8_container_out
-gi_marshalling_tests_gslist_utf8_full_out
-
-gi_marshalling_tests_gslist_utf8_none_inout
-gi_marshalling_tests_gslist_utf8_container_inout
-gi_marshalling_tests_gslist_utf8_full_inout
-
-
-
-gi_marshalling_tests_ghashtable_int_none_return
-gi_marshalling_tests_ghashtable_utf8_none_return
-gi_marshalling_tests_ghashtable_utf8_container_return
-gi_marshalling_tests_ghashtable_utf8_full_return
-
-gi_marshalling_tests_ghashtable_int_none_in
-gi_marshalling_tests_ghashtable_utf8_none_in
-
-gi_marshalling_tests_ghashtable_utf8_none_out
-gi_marshalling_tests_ghashtable_utf8_container_out
-gi_marshalling_tests_ghashtable_utf8_full_out
-
-gi_marshalling_tests_ghashtable_utf8_none_inout
-gi_marshalling_tests_ghashtable_utf8_container_inout
-gi_marshalling_tests_ghashtable_utf8_full_inout
-
-gi_marshalling_tests_gvalue_return
-
-gi_marshalling_tests_gvalue_in
-gi_marshalling_tests_gvalue_in_with_type
-gi_marshalling_tests_gvalue_int64_in
-gi_marshalling_tests_gvalue_int64_out
-
-gi_marshalling_tests_gvalue_in_enum
-
-gi_marshalling_tests_gvalue_out
-gi_marshalling_tests_gvalue_out_caller_allocates
-
-gi_marshalling_tests_gvalue_inout
-
-gi_marshalling_tests_gvalue_flat_array
-
-gi_marshalling_tests_return_gvalue_flat_array
-
-gi_marshalling_tests_gvalue_flat_array_round_trip
-gi_marshalling_tests_gclosure_in
-gi_marshalling_tests_gclosure_return
-
-
-gi_marshalling_tests_callback_return_value_only
-
-
-gi_marshalling_tests_callback_one_out_parameter
-
-
-gi_marshalling_tests_callback_multiple_out_parameters
-
-
-gi_marshalling_tests_callback_return_value_and_one_out_parameter
-
-gi_marshalling_tests_callback_return_value_and_multiple_out_parameters
-gi_marshalling_tests_pointer_in_return
-
-
-gi_marshalling_tests_simple_struct_returnv
-
-gi_marshalling_tests_simple_struct_inv
-
-gi_marshalling_tests_simple_struct_method
-
-gi_marshalling_tests_pointer_struct_get_type
-
-gi_marshalling_tests_pointer_struct_returnv
-
-gi_marshalling_tests_pointer_struct_inv
-
-gi_marshalling_tests_boxed_struct_get_type
-
-gi_marshalling_tests_boxed_struct_new
-
-gi_marshalling_tests_boxed_struct_returnv
-
-gi_marshalling_tests_boxed_struct_inv
-
-gi_marshalling_tests_boxed_struct_out
-
-gi_marshalling_tests_boxed_struct_inout
-gi_marshalling_tests_union_get_type
-
-gi_marshalling_tests_union_returnv
-
-gi_marshalling_tests_union_inv
-
-
-gi_marshalling_tests_union_method
-gi_marshalling_tests_object_get_type
-gi_marshalling_tests_object_static_method
-gi_marshalling_tests_object_method
-gi_marshalling_tests_object_overridden_method
-gi_marshalling_tests_object_new
-
-gi_marshalling_tests_object_get_ref_info_for_vfunc_return_object_transfer_none
-gi_marshalling_tests_object_get_ref_info_for_vfunc_return_object_transfer_full
-gi_marshalling_tests_object_get_ref_info_for_vfunc_out_object_transfer_none
-gi_marshalling_tests_object_get_ref_info_for_vfunc_out_object_transfer_full
-gi_marshalling_tests_object_get_ref_info_for_vfunc_in_object_transfer_none
-gi_marshalling_tests_object_get_ref_info_for_vfunc_in_object_transfer_full
-
-gi_marshalling_tests_object_method_array_in
-gi_marshalling_tests_object_method_array_out
-gi_marshalling_tests_object_method_array_inout
-gi_marshalling_tests_object_method_array_return
-
-gi_marshalling_tests_object_method_int8_in
-gi_marshalling_tests_object_method_int8_out
-gi_marshalling_tests_object_method_int8_arg_and_out_caller
-gi_marshalling_tests_object_method_int8_arg_and_out_callee
-gi_marshalling_tests_object_method_str_arg_out_ret
-gi_marshalling_tests_object_method_with_default_implementation
-;gi_marshalling_tests_object_method_variant_array_in ;unimplemented
-
-gi_marshalling_tests_object_vfunc_return_value_only
-gi_marshalling_tests_object_vfunc_one_out_parameter
-gi_marshalling_tests_object_vfunc_multiple_out_parameters
-gi_marshalling_tests_object_vfunc_caller_allocated_out_parameter
-gi_marshalling_tests_object_vfunc_array_out_parameter
-gi_marshalling_tests_object_vfunc_return_value_and_one_out_parameter
-gi_marshalling_tests_object_vfunc_return_value_and_multiple_out_parameters
-gi_marshalling_tests_object_vfunc_meth_with_error
-
-gi_marshalling_tests_object_none_return
-gi_marshalling_tests_object_full_return
-
-gi_marshalling_tests_object_none_in
-
-
-gi_marshalling_tests_object_none_out
-gi_marshalling_tests_object_full_out
-
-gi_marshalling_tests_object_none_inout
-gi_marshalling_tests_object_full_inout
-
-gi_marshalling_tests_object_int8_in
-gi_marshalling_tests_object_int8_out
-
-gi_marshalling_tests_object_vfunc_with_callback
-gi_marshalling_tests_object_call_vfunc_with_callback
-
-
-
-
-gi_marshalling_tests_sub_object_get_type
-
-gi_marshalling_tests_sub_object_sub_method
-gi_marshalling_tests_sub_object_overwritten_method
-gi_marshalling_tests_sub_sub_object_get_type
-gi_marshalling_tests_interface_get_type
-
-gi_marshalling_tests_interface_test_int8_in
-
-gi_marshalling_tests_test_interface_test_int8_in
-
-gi_marshalling_tests_interface2_get_type
-
-
-gi_marshalling_tests_int_out_out
-gi_marshalling_tests_int_three_in_three_out
-gi_marshalling_tests_int_return_out
-
-
-gi_marshalling_tests_gerror
-gi_marshalling_tests_gerror_array_in
-gi_marshalling_tests_gerror_out
-gi_marshalling_tests_gerror_out_transfer_none
-gi_marshalling_tests_gerror_return
-
-gi_marshalling_tests_overrides_struct_get_type
-
-gi_marshalling_tests_overrides_struct_new
-
-gi_marshalling_tests_overrides_struct_method
-
-gi_marshalling_tests_overrides_struct_returnv
-gi_marshalling_tests_overrides_object_get_type
-
-gi_marshalling_tests_overrides_object_new
-
-gi_marshalling_tests_overrides_object_method
-
-gi_marshalling_tests_overrides_object_returnv
-gi_marshalling_tests_properties_object_get_type
-gi_marshalling_tests_properties_object_new
-gi_marshalling_tests_interface3_get_type
-gi_marshalling_tests_interface3_test_variant_array_in
-
-gi_marshalling_tests_param_spec_return
-gi_marshalling_tests_param_spec_out
-gi_marshalling_tests_param_spec_in_bool
-
-gi_marshalling_tests_gbytes_full_return
-gi_marshalling_tests_gbytes_none_in
-
-gi_marshalling_tests_int_two_in_utf8_two_in_with_allow_none
-gi_marshalling_tests_int_one_in_utf8_two_in_one_allows_none
-gi_marshalling_tests_array_in_utf8_two_in
-gi_marshalling_tests_array_in_utf8_two_in_out_of_order
diff --git a/build/win32/gtkfrob.def b/build/win32/gtkfrob.def
deleted file mode 100644
index 79dce040..00000000
--- a/build/win32/gtkfrob.def
+++ /dev/null
@@ -1,2 +0,0 @@
-EXPORTS
-gtk_frob_language_manager_get_default
diff --git a/build/win32/sletter.def b/build/win32/sletter.def
deleted file mode 100644
index a4a547e8..00000000
--- a/build/win32/sletter.def
+++ /dev/null
@@ -1,4 +0,0 @@
-EXPORTS
-s_hello
-s_spawn_error_quark
-s_dbus_error_quark
diff --git a/build/win32/testinherit.def b/build/win32/testinherit.def
deleted file mode 100644
index 8881dab7..00000000
--- a/build/win32/testinherit.def
+++ /dev/null
@@ -1,6 +0,0 @@
-EXPORTS
-regress_test_inherit_drawable_get_type
-regress_test_inherit_drawable_do_foo
-regress_test_inherit_drawable_get_origin
-regress_test_inherit_drawable_get_size
-regress_test_inherit_drawable_do_foo_maybe_throw
diff --git a/build/win32/utility.def b/build/win32/utility.def
deleted file mode 100644
index e0614fe6..00000000
--- a/build/win32/utility.def
+++ /dev/null
@@ -1,4 +0,0 @@
-EXPORTS
-utility_object_get_type
-utility_object_watch_dir
-utility_dir_foreach