From 5655519b2c8f0f6d2d2a9c5ca12176e2fb948bcd Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Tue, 14 Aug 2012 15:33:38 +0800 Subject: Add .def files for building the various DLLs (.la's) in test\ This will enable the exports of functions to create the .lib files needed to create the .gir files. https://bugzilla.gnome.org/show_bug.cgi?id=681820 --- build/win32/Regress.def | 255 +++++++++++++++++ build/win32/annotation.def | 48 ++++ build/win32/everything.def | 106 +++++++ build/win32/foo.def | 49 ++++ build/win32/gettype.def | 6 + build/win32/gimarshallingtests.def | 550 +++++++++++++++++++++++++++++++++++++ build/win32/gtkfrob.def | 2 + build/win32/sletter.def | 4 + build/win32/testinherit.def | 6 + build/win32/utility.def | 4 + 10 files changed, 1030 insertions(+) create mode 100644 build/win32/Regress.def create mode 100644 build/win32/annotation.def create mode 100644 build/win32/everything.def create mode 100644 build/win32/foo.def create mode 100644 build/win32/gettype.def create mode 100644 build/win32/gimarshallingtests.def create mode 100644 build/win32/gtkfrob.def create mode 100644 build/win32/sletter.def create mode 100644 build/win32/testinherit.def create mode 100644 build/win32/utility.def diff --git a/build/win32/Regress.def b/build/win32/Regress.def new file mode 100644 index 00000000..ebef4e0d --- /dev/null +++ b/build/win32/Regress.def @@ -0,0 +1,255 @@ +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_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_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_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_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_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 diff --git a/build/win32/annotation.def b/build/win32/annotation.def new file mode 100644 index 00000000..c4e45945 --- /dev/null +++ b/build/win32/annotation.def @@ -0,0 +1,48 @@ +EXPORTS +annotation_object_get_type +annotation_object_method +annotation_object_out +annotation_object_create_object +annotation_object_allow_none +annotation_object_notrans +annotation_object_inout +annotation_object_inout2 +annotation_object_inout3 +annotation_object_in +annotation_object_calleeowns +annotation_object_calleesowns +annotation_object_get_strings +annotation_object_get_hash +annotation_object_with_voidp +annotation_object_get_objects +annotation_object_use_buffer +annotation_object_compute_sum +annotation_object_compute_sum_n +annotation_object_compute_sum_nz +annotation_object_parse_args +annotation_object_string_out +annotation_object_foreach +annotation_object_set_data +annotation_object_set_data2 +annotation_object_set_data3 +annotation_object_do_not_use +annotation_object_watch +annotation_object_watch_full +annotation_object_hidden_self +annotation_init +annotation_return_array +annotation_versioned +annotation_string_zero_terminated +annotation_string_zero_terminated_out +annotation_string_array_length +annotation_object_extra_annos +annotation_custom_destroy +annotation_get_source_file +annotation_set_source_file +annotation_attribute_func +annotation_invalid_annotation +annotation_ptr_array +annotation_test_parsing_bug630862 +annotation_space_after_comment_bug631690 +annotation_return_filename +annotation_transfer_floating diff --git a/build/win32/everything.def b/build/win32/everything.def new file mode 100644 index 00000000..e15f2fdc --- /dev/null +++ b/build/win32/everything.def @@ -0,0 +1,106 @@ +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 new file mode 100644 index 00000000..afa66ae9 --- /dev/null +++ b/build/win32/foo.def @@ -0,0 +1,49 @@ +EXPORTS +foo_interface_do_foo +foo_interface_static_method +foo_sub_interface_get_type +foo_sub_interface_do_bar +foo_sub_interface_do_moo +foo_sub_interface_do_baz +foo_init +foo_object_get_type +foo_object_new +foo_object_external_type +foo_object_new_as_super +foo_object_take_all +foo_object_new_cookie +foo_object_is_it_time_yet +foo_object_get_name +foo_object_dup_name +foo_object_read +foo_object_skipped_method +foo_subobject_get_type +foo_object_get_default +foo_buffer_get_type +foo_buffer_some_method +foo_other_object_get_type +foo_not_a_constructor_new +foo_enum_type_get_type +foo_flags_type_get_type +foo_boxed_get_type +foo_boxed_new +foo_boxed_method +foo_dbus_data_get_type +foo_rectangle_add +foo_rectangle_new +foo_brect_get_type +foo_bunion_get_type +foo_test_string_array +foo_test_string_array_with_g +foo_test_array +foo_test_varargs_callback +foo_test_varargs_callback2 +foo_test_varargs_callback3 +foo_error_get_type +foo_error_quark +foo_some_variant +foo_skip_me +foo_foreign_struct_new +foo_foreign_struct_copy +foo_object_append_new_stack_layer +foo_interface_get_type diff --git a/build/win32/gettype.def b/build/win32/gettype.def new file mode 100644 index 00000000..401cb333 --- /dev/null +++ b/build/win32/gettype.def @@ -0,0 +1,6 @@ +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 new file mode 100644 index 00000000..f957b5aa --- /dev/null +++ b/build/win32/gimarshallingtests.def @@ -0,0 +1,550 @@ +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_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_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_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_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_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_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_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_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_in_enum + +gi_marshalling_tests_gvalue_out + +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_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_with_default_implementation + +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_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 diff --git a/build/win32/gtkfrob.def b/build/win32/gtkfrob.def new file mode 100644 index 00000000..79dce040 --- /dev/null +++ b/build/win32/gtkfrob.def @@ -0,0 +1,2 @@ +EXPORTS +gtk_frob_language_manager_get_default diff --git a/build/win32/sletter.def b/build/win32/sletter.def new file mode 100644 index 00000000..a4a547e8 --- /dev/null +++ b/build/win32/sletter.def @@ -0,0 +1,4 @@ +EXPORTS +s_hello +s_spawn_error_quark +s_dbus_error_quark diff --git a/build/win32/testinherit.def b/build/win32/testinherit.def new file mode 100644 index 00000000..633a4e3c --- /dev/null +++ b/build/win32/testinherit.def @@ -0,0 +1,6 @@ +EXPORTS +test_inherit_drawable_get_type +test_inherit_drawable_do_foo +test_inherit_drawable_get_origin +test_inherit_drawable_get_size +test_inherit_drawable_do_foo_maybe_throw diff --git a/build/win32/utility.def b/build/win32/utility.def new file mode 100644 index 00000000..e0614fe6 --- /dev/null +++ b/build/win32/utility.def @@ -0,0 +1,4 @@ +EXPORTS +utility_object_get_type +utility_object_watch_dir +utility_dir_foreach -- cgit v1.2.1