diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-02-22 17:33:48 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-02-22 17:34:32 +0800 |
commit | 0c9036c6c8524bf1cf70af7dc670b569577de0db (patch) | |
tree | 5a54c58eba73ce697f962fc8e0d93dfcf65c254c /build/win32 | |
parent | 58c6d3a39b7d78ab6d604ad26781664a62a35f3b (diff) | |
download | gobject-introspection-0c9036c6c8524bf1cf70af7dc670b569577de0db.tar.gz |
Update def files for various test DLLs
Some functions were added or renamed in the various DLLs, so reflect these
changes there.
Diffstat (limited to 'build/win32')
-rw-r--r-- | build/win32/Regress.def | 17 | ||||
-rw-r--r-- | build/win32/annotation.def | 94 | ||||
-rw-r--r-- | build/win32/foo.def | 95 | ||||
-rw-r--r-- | build/win32/gimarshallingtests.def | 33 | ||||
-rw-r--r-- | build/win32/testinherit.def | 10 |
5 files changed, 149 insertions, 100 deletions
diff --git a/build/win32/Regress.def b/build/win32/Regress.def index ebef4e0d..693f053f 100644 --- a/build/win32/Regress.def +++ b/build/win32/Regress.def @@ -138,6 +138,7 @@ 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 @@ -163,6 +164,14 @@ 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 @@ -170,6 +179,9 @@ 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 @@ -189,6 +201,7 @@ 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 @@ -206,6 +219,7 @@ 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 @@ -253,3 +267,6 @@ 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 index c4e45945..27452281 100644 --- a/build/win32/annotation.def +++ b/build/win32/annotation.def @@ -1,48 +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 +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/foo.def b/build/win32/foo.def index afa66ae9..cba3e2a2 100644 --- a/build/win32/foo.def +++ b/build/win32/foo.def @@ -1,49 +1,48 @@ 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 +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/gimarshallingtests.def b/build/win32/gimarshallingtests.def index f957b5aa..268284dc 100644 --- a/build/win32/gimarshallingtests.def +++ b/build/win32/gimarshallingtests.def @@ -206,6 +206,7 @@ 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 @@ -262,6 +263,8 @@ 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 @@ -272,6 +275,7 @@ 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 @@ -303,16 +307,19 @@ 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 @@ -346,11 +353,13 @@ 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 @@ -401,10 +410,13 @@ 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 @@ -469,6 +481,13 @@ 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 @@ -476,11 +495,17 @@ 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 @@ -548,3 +573,11 @@ 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
\ No newline at end of file diff --git a/build/win32/testinherit.def b/build/win32/testinherit.def index 633a4e3c..8881dab7 100644 --- a/build/win32/testinherit.def +++ b/build/win32/testinherit.def @@ -1,6 +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 +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 |