From c0d9d394a24b0350ede7ab0238f98c50da1c9af6 Mon Sep 17 00:00:00 2001 From: Evgenii Pashkin Date: Fri, 2 Mar 2018 23:19:00 +0300 Subject: [PATCH] Revert "Regen" This reverts commit 2d791e47417374dad06d841f5aaad2fb0d906478. --- gir | 2 +- src/auto/console_message.rs | 2 +- src/auto/context_menu.rs | 2 +- src/auto/context_menu_item.rs | 2 +- src/auto/dom_attr.rs | 9 +++- src/auto/dom_blob.rs | 3 +- src/auto/dom_cdata_section.rs | 2 +- src/auto/dom_character_data.rs | 4 +- src/auto/dom_client_rect.rs | 8 +++- src/auto/dom_client_rect_list.rs | 3 +- src/auto/dom_comment.rs | 2 +- src/auto/dom_css_rule.rs | 6 ++- src/auto/dom_css_rule_list.rs | 3 +- src/auto/dom_css_style_declaration.rs | 5 +- src/auto/dom_css_style_sheet.rs | 5 +- src/auto/dom_css_value.rs | 4 +- src/auto/dom_document.rs | 53 +++++++++++++++++++++- src/auto/dom_document_fragment.rs | 6 ++- src/auto/dom_document_type.rs | 8 +++- src/auto/dom_dom_implementation.rs | 2 +- src/auto/dom_dom_selection.rs | 13 +++++- src/auto/dom_dom_token_list.rs | 4 +- src/auto/dom_dom_window.rs | 30 +++++++++++- src/auto/dom_element.rs | 33 +++++++++++++- src/auto/dom_entity_reference.rs | 2 +- src/auto/dom_event.rs | 12 ++++- src/auto/dom_event_target.rs | 2 +- src/auto/dom_file.rs | 3 +- src/auto/dom_file_list.rs | 3 +- src/auto/dom_html_anchor_element.rs | 20 +++++++- src/auto/dom_html_applet_element.rs | 13 +++++- src/auto/dom_html_area_element.rs | 15 +++++- src/auto/dom_html_base_element.rs | 4 +- src/auto/dom_html_base_font_element.rs | 2 +- src/auto/dom_html_body_element.rs | 8 +++- src/auto/dom_html_br_element.rs | 3 +- src/auto/dom_html_button_element.rs | 9 +++- src/auto/dom_html_canvas_element.rs | 4 +- src/auto/dom_html_collection.rs | 3 +- src/auto/dom_html_d_list_element.rs | 3 +- src/auto/dom_html_directory_element.rs | 3 +- src/auto/dom_html_div_element.rs | 3 +- src/auto/dom_html_document.rs | 10 +++- src/auto/dom_html_element.rs | 16 ++++++- src/auto/dom_html_embed_element.rs | 8 +++- src/auto/dom_html_field_set_element.rs | 3 +- src/auto/dom_html_font_element.rs | 5 +- src/auto/dom_html_form_element.rs | 11 ++++- src/auto/dom_html_frame_element.rs | 14 +++++- src/auto/dom_html_frame_set_element.rs | 4 +- src/auto/dom_html_head_element.rs | 3 +- src/auto/dom_html_heading_element.rs | 3 +- src/auto/dom_html_hr_element.rs | 6 ++- src/auto/dom_html_html_element.rs | 3 +- src/auto/dom_html_iframe_element.rs | 14 +++++- src/auto/dom_html_image_element.rs | 20 +++++++- src/auto/dom_html_input_element.rs | 26 ++++++++++- src/auto/dom_html_label_element.rs | 4 +- src/auto/dom_html_legend_element.rs | 4 +- src/auto/dom_html_li_element.rs | 4 +- src/auto/dom_html_link_element.rs | 13 +++++- src/auto/dom_html_map_element.rs | 4 +- src/auto/dom_html_marquee_element.rs | 2 +- src/auto/dom_html_menu_element.rs | 3 +- src/auto/dom_html_meta_element.rs | 6 ++- src/auto/dom_html_mod_element.rs | 4 +- src/auto/dom_html_o_list_element.rs | 5 +- src/auto/dom_html_object_element.rs | 20 +++++++- src/auto/dom_html_opt_group_element.rs | 4 +- src/auto/dom_html_option_element.rs | 10 +++- src/auto/dom_html_options_collection.rs | 4 +- src/auto/dom_html_paragraph_element.rs | 3 +- src/auto/dom_html_param_element.rs | 6 ++- src/auto/dom_html_pre_element.rs | 4 +- src/auto/dom_html_quote_element.rs | 3 +- src/auto/dom_html_script_element.rs | 9 +++- src/auto/dom_html_select_element.rs | 14 +++++- src/auto/dom_html_style_element.rs | 6 ++- src/auto/dom_html_table_caption_element.rs | 3 +- src/auto/dom_html_table_cell_element.rs | 17 ++++++- src/auto/dom_html_table_col_element.rs | 8 +++- src/auto/dom_html_table_element.rs | 15 +++++- src/auto/dom_html_table_row_element.rs | 10 +++- src/auto/dom_html_table_section_element.rs | 7 ++- src/auto/dom_html_text_area_element.rs | 15 +++++- src/auto/dom_html_title_element.rs | 3 +- src/auto/dom_html_u_list_element.rs | 4 +- src/auto/dom_keyboard_event.rs | 9 +++- src/auto/dom_media_list.rs | 4 +- src/auto/dom_mouse_event.rs | 18 +++++++- src/auto/dom_named_node_map.rs | 3 +- src/auto/dom_node.rs | 15 +++++- src/auto/dom_node_iterator.rs | 7 ++- src/auto/dom_node_list.rs | 3 +- src/auto/dom_object.rs | 3 +- src/auto/dom_processing_instruction.rs | 4 +- src/auto/dom_range.rs | 9 +++- src/auto/dom_style_sheet.rs | 9 +++- src/auto/dom_style_sheet_list.rs | 3 +- src/auto/dom_text.rs | 3 +- src/auto/dom_tree_walker.rs | 6 ++- src/auto/dom_ui_event.rs | 10 +++- src/auto/dom_wheel_event.rs | 5 +- src/auto/dom_xpath_expression.rs | 2 +- src/auto/dom_xpath_result.rs | 9 +++- src/auto/enums.rs | 2 +- src/auto/flags.rs | 2 +- src/auto/frame.rs | 2 +- src/auto/hit_test_result.rs | 8 +++- src/auto/mod.rs | 2 +- src/auto/script_world.rs | 3 +- src/auto/uri_request.rs | 3 +- src/auto/uri_response.rs | 8 +++- src/auto/web_editor.rs | 3 +- src/auto/web_extension.rs | 3 +- src/auto/web_hit_test_result.rs | 3 +- src/auto/web_page.rs | 7 ++- src/lib.rs | 6 +++ webkit2gtk-webextension-sys/build.rs | 1 + webkit2gtk-webextension-sys/src/lib.rs | 2 +- 120 files changed, 742 insertions(+), 118 deletions(-) diff --git a/gir b/gir index 8b9d0bb..fbb95f4 160000 --- a/gir +++ b/gir @@ -1 +1 @@ -Subproject commit 8b9d0bb32ed3b76ff9931ee283c07d32af955b60 +Subproject commit fbb95f484ed5f202af9594b6c8d4f59fc0501bf1 diff --git a/src/auto/console_message.rs b/src/auto/console_message.rs index dd2a14f..f1206e1 100644 --- a/src/auto/console_message.rs +++ b/src/auto/console_message.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/context_menu.rs b/src/auto/context_menu.rs index eaef018..2feae11 100644 --- a/src/auto/context_menu.rs +++ b/src/auto/context_menu.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/context_menu_item.rs b/src/auto/context_menu_item.rs index ef290ec..17769f0 100644 --- a/src/auto/context_menu_item.rs +++ b/src/auto/context_menu_item.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_attr.rs b/src/auto/dom_attr.rs index 7a2c188..c7b9efb 100644 --- a/src/auto/dom_attr.rs +++ b/src/auto/dom_attr.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -147,42 +147,49 @@ impl + IsA> DOMAttrExt for O { unsafe extern "C" fn notify_local_name_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_namespace_uri_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_owner_element_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_prefix_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_specified_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMAttr, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMAttr::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_blob.rs b/src/auto/dom_blob.rs index 972cd89..fed5079 100644 --- a/src/auto/dom_blob.rs +++ b/src/auto/dom_blob.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -49,6 +49,7 @@ impl + IsA> DOMBlobExt for O { unsafe extern "C" fn notify_size_trampoline

(this: *mut ffi::WebKitDOMBlob, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMBlob::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_cdata_section.rs b/src/auto/dom_cdata_section.rs index 565c123..db72c00 100644 --- a/src/auto/dom_cdata_section.rs +++ b/src/auto/dom_cdata_section.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_character_data.rs b/src/auto/dom_character_data.rs index b0035d1..90eba31 100644 --- a/src/auto/dom_character_data.rs +++ b/src/auto/dom_character_data.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -131,12 +131,14 @@ impl + IsA> DOMCharacterDataExt f unsafe extern "C" fn notify_data_trampoline

(this: *mut ffi::WebKitDOMCharacterData, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCharacterData::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMCharacterData, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCharacterData::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_client_rect.rs b/src/auto/dom_client_rect.rs index e2bef2d..c281545 100644 --- a/src/auto/dom_client_rect.rs +++ b/src/auto/dom_client_rect.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -213,36 +213,42 @@ impl + IsA> DOMClientRectExt for O { unsafe extern "C" fn notify_bottom_trampoline

(this: *mut ffi::WebKitDOMClientRect, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRect::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMClientRect, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRect::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_left_trampoline

(this: *mut ffi::WebKitDOMClientRect, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRect::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_right_trampoline

(this: *mut ffi::WebKitDOMClientRect, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRect::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_top_trampoline

(this: *mut ffi::WebKitDOMClientRect, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRect::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMClientRect, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRect::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_client_rect_list.rs b/src/auto/dom_client_rect_list.rs index 28d9afd..57ecebe 100644 --- a/src/auto/dom_client_rect_list.rs +++ b/src/auto/dom_client_rect_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -76,6 +76,7 @@ impl + IsA> DOMClientRectListExt unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMClientRectList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMClientRectList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_comment.rs b/src/auto/dom_comment.rs index 6975681..8749cf8 100644 --- a/src/auto/dom_comment.rs +++ b/src/auto/dom_comment.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_css_rule.rs b/src/auto/dom_css_rule.rs index 3686f5b..9823c43 100644 --- a/src/auto/dom_css_rule.rs +++ b/src/auto/dom_css_rule.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -128,24 +128,28 @@ impl + IsA> DOMCSSRuleExt for O { unsafe extern "C" fn notify_css_text_trampoline

(this: *mut ffi::WebKitDOMCSSRule, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSRule::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_rule_trampoline

(this: *mut ffi::WebKitDOMCSSRule, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSRule::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_style_sheet_trampoline

(this: *mut ffi::WebKitDOMCSSRule, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSRule::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMCSSRule, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSRule::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_css_rule_list.rs b/src/auto/dom_css_rule_list.rs index 54f00a5..b224ff6 100644 --- a/src/auto/dom_css_rule_list.rs +++ b/src/auto/dom_css_rule_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -59,6 +59,7 @@ impl + IsA> DOMCSSRuleListExt for O unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMCSSRuleList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSRuleList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_css_style_declaration.rs b/src/auto/dom_css_style_declaration.rs index 093dd68..384df17 100644 --- a/src/auto/dom_css_style_declaration.rs +++ b/src/auto/dom_css_style_declaration.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -158,18 +158,21 @@ impl + IsA> DOMCSSStyleDecl unsafe extern "C" fn notify_css_text_trampoline

(this: *mut ffi::WebKitDOMCSSStyleDeclaration, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSStyleDeclaration::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMCSSStyleDeclaration, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSStyleDeclaration::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_rule_trampoline

(this: *mut ffi::WebKitDOMCSSStyleDeclaration, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSStyleDeclaration::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_css_style_sheet.rs b/src/auto/dom_css_style_sheet.rs index 64f99d7..d065dce 100644 --- a/src/auto/dom_css_style_sheet.rs +++ b/src/auto/dom_css_style_sheet.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -130,18 +130,21 @@ impl + IsA> DOMCSSStyleSheetExt f unsafe extern "C" fn notify_css_rules_trampoline

(this: *mut ffi::WebKitDOMCSSStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_owner_rule_trampoline

(this: *mut ffi::WebKitDOMCSSStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rules_trampoline

(this: *mut ffi::WebKitDOMCSSStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSStyleSheet::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_css_value.rs b/src/auto/dom_css_value.rs index ea34d61..ccc4302 100644 --- a/src/auto/dom_css_value.rs +++ b/src/auto/dom_css_value.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -79,12 +79,14 @@ impl + IsA> DOMCSSValueExt for O { unsafe extern "C" fn notify_css_text_trampoline

(this: *mut ffi::WebKitDOMCSSValue, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSValue::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_css_value_type_trampoline

(this: *mut ffi::WebKitDOMCSSValue, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMCSSValue::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_document.rs b/src/auto/dom_document.rs index 0fbe29d..9c4c8e1 100644 --- a/src/auto/dom_document.rs +++ b/src/auto/dom_document.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -1745,306 +1745,357 @@ impl + IsA> DOMDocumentExt for O { unsafe extern "C" fn notify_active_element_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_anchors_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_applets_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_body_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_character_set_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_charset_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_child_element_count_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_children_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_compat_mode_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_content_type_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cookie_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_current_script_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_default_view_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_design_mode_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_dir_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_doctype_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_document_element_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_document_uri_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_domain_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_embeds_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_first_element_child_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_forms_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_head_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hidden_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_images_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_implementation_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_input_encoding_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_last_element_child_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_last_modified_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_links_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_origin_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_plugins_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_pointer_lock_element_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_preferred_stylesheet_set_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ready_state_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_referrer_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scripts_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scrolling_element_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_selected_stylesheet_set_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_style_sheets_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_title_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_url_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_visibility_state_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkit_current_full_screen_element_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkit_full_screen_keyboard_input_allowed_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkit_fullscreen_element_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkit_fullscreen_enabled_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkit_is_full_screen_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_xml_encoding_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_xml_standalone_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_xml_version_trampoline

(this: *mut ffi::WebKitDOMDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocument::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_document_fragment.rs b/src/auto/dom_document_fragment.rs index a69fd2c..80b5534 100644 --- a/src/auto/dom_document_fragment.rs +++ b/src/auto/dom_document_fragment.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -196,24 +196,28 @@ impl + IsA> DOMDocumentFragmen unsafe extern "C" fn notify_child_element_count_trampoline

(this: *mut ffi::WebKitDOMDocumentFragment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentFragment::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_children_trampoline

(this: *mut ffi::WebKitDOMDocumentFragment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentFragment::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_first_element_child_trampoline

(this: *mut ffi::WebKitDOMDocumentFragment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentFragment::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_last_element_child_trampoline

(this: *mut ffi::WebKitDOMDocumentFragment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentFragment::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_document_type.rs b/src/auto/dom_document_type.rs index bc0bbca..f7fd4ad 100644 --- a/src/auto/dom_document_type.rs +++ b/src/auto/dom_document_type.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -142,36 +142,42 @@ impl + IsA> DOMDocumentTypeExt for unsafe extern "C" fn notify_entities_trampoline

(this: *mut ffi::WebKitDOMDocumentType, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentType::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_internal_subset_trampoline

(this: *mut ffi::WebKitDOMDocumentType, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentType::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMDocumentType, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentType::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_notations_trampoline

(this: *mut ffi::WebKitDOMDocumentType, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentType::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_public_id_trampoline

(this: *mut ffi::WebKitDOMDocumentType, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentType::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_system_id_trampoline

(this: *mut ffi::WebKitDOMDocumentType, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDocumentType::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_dom_implementation.rs b/src/auto/dom_dom_implementation.rs index a073925..18da91d 100644 --- a/src/auto/dom_dom_implementation.rs +++ b/src/auto/dom_dom_implementation.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_dom_selection.rs b/src/auto/dom_dom_selection.rs index ab83d9a..7708aa0 100644 --- a/src/auto/dom_dom_selection.rs +++ b/src/auto/dom_dom_selection.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -517,66 +517,77 @@ impl + IsA> DOMDOMSelectionExt for unsafe extern "C" fn notify_anchor_node_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_anchor_offset_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_base_node_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_base_offset_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_extent_node_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_extent_offset_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_focus_node_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_focus_offset_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_is_collapsed_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_range_count_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMDOMSelection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMSelection::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_dom_token_list.rs b/src/auto/dom_dom_token_list.rs index 4d46ffb..3623a9f 100644 --- a/src/auto/dom_dom_token_list.rs +++ b/src/auto/dom_dom_token_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -174,12 +174,14 @@ impl + IsA> DOMDOMTokenListExt for unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMDOMTokenList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMTokenList::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMDOMTokenList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMTokenList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_dom_window.rs b/src/auto/dom_dom_window.rs index a0bd1b8..ad28ee0 100644 --- a/src/auto/dom_dom_window.rs +++ b/src/auto/dom_dom_window.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -1135,168 +1135,196 @@ impl + IsA> DOMDOMWindowExt for O { unsafe extern "C" fn notify_closed_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_default_status_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_device_pixel_ratio_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_document_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_frame_element_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_frames_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_inner_height_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_inner_width_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offscreen_buffering_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_opener_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_orientation_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_outer_height_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_outer_width_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_page_x_offset_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_page_y_offset_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_screen_left_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_screen_top_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_screen_x_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_screen_y_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scroll_x_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scroll_y_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_self_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_status_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_top_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_window_trampoline

(this: *mut ffi::WebKitDOMDOMWindow, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMDOMWindow::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_element.rs b/src/auto/dom_element.rs index 4719dcd..39b997e 100644 --- a/src/auto/dom_element.rs +++ b/src/auto/dom_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -1079,18 +1079,21 @@ impl + IsA> DOMElementExt for O { unsafe extern "C" fn notify_attributes_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_child_element_count_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_children_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } @@ -1098,168 +1101,196 @@ where P: IsA { #[cfg(any(feature = "v2_16", feature = "dox"))] unsafe extern "C" fn notify_class_list_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_class_name_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_client_height_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_client_left_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_client_top_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_client_width_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_first_element_child_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_id_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_inner_html_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_last_element_child_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_local_name_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_namespace_uri_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_next_element_sibling_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_height_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_left_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_parent_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_top_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_width_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_outer_html_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_prefix_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_previous_element_sibling_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scroll_height_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scroll_left_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scroll_top_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scroll_width_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_style_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_tag_name_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkit_region_overset_trampoline

(this: *mut ffi::WebKitDOMElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_entity_reference.rs b/src/auto/dom_entity_reference.rs index bfb2495..6dba582 100644 --- a/src/auto/dom_entity_reference.rs +++ b/src/auto/dom_entity_reference.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_event.rs b/src/auto/dom_event.rs index 295f014..8d3e986 100644 --- a/src/auto/dom_event.rs +++ b/src/auto/dom_event.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -265,60 +265,70 @@ impl + IsA> DOMEventExt for O { unsafe extern "C" fn notify_bubbles_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cancel_bubble_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cancelable_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_current_target_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_event_phase_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_return_value_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_element_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_time_stamp_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMEvent::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_event_target.rs b/src/auto/dom_event_target.rs index d1a3d7c..8cc0673 100644 --- a/src/auto/dom_event_target.rs +++ b/src/auto/dom_event_target.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_file.rs b/src/auto/dom_file.rs index ccc260a..a8c53c2 100644 --- a/src/auto/dom_file.rs +++ b/src/auto/dom_file.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -50,6 +50,7 @@ impl + IsA> DOMFileExt for O { unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMFile, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMFile::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_file_list.rs b/src/auto/dom_file_list.rs index e1c5221..605838a 100644 --- a/src/auto/dom_file_list.rs +++ b/src/auto/dom_file_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -59,6 +59,7 @@ impl + IsA> DOMFileListExt for O { unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMFileList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMFileList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_anchor_element.rs b/src/auto/dom_html_anchor_element.rs index f4e095a..0299e69 100644 --- a/src/auto/dom_html_anchor_element.rs +++ b/src/auto/dom_html_anchor_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -533,108 +533,126 @@ impl + IsA> DOMHTMLAnchorElem unsafe extern "C" fn notify_charset_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_coords_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hash_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_host_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hostname_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_href_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hreflang_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_pathname_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_port_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_protocol_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rel_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rev_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_search_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_shape_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_text_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLAnchorElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAnchorElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_applet_element.rs b/src/auto/dom_html_applet_element.rs index 37333fb..8f5d5d8 100644 --- a/src/auto/dom_html_applet_element.rs +++ b/src/auto/dom_html_applet_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -322,66 +322,77 @@ impl + IsA> DOMHTMLAppletElem unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_alt_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_archive_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_code_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_code_base_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hspace_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_object_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_vspace_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLAppletElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAppletElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_area_element.rs b/src/auto/dom_html_area_element.rs index 7b8b079..4515c46 100644 --- a/src/auto/dom_html_area_element.rs +++ b/src/auto/dom_html_area_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -434,78 +434,91 @@ impl + IsA> DOMHTMLAreaElementE unsafe extern "C" fn notify_alt_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_coords_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hash_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_host_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hostname_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_href_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_no_href_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_pathname_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_port_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_protocol_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_search_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_shape_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMHTMLAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLAreaElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_base_element.rs b/src/auto/dom_html_base_element.rs index 8504142..b6b5bf1 100644 --- a/src/auto/dom_html_base_element.rs +++ b/src/auto/dom_html_base_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -87,12 +87,14 @@ impl + IsA> DOMHTMLBaseElementE unsafe extern "C" fn notify_href_trampoline

(this: *mut ffi::WebKitDOMHTMLBaseElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBaseElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMHTMLBaseElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBaseElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_base_font_element.rs b/src/auto/dom_html_base_font_element.rs index 9723a73..ad7eae6 100644 --- a/src/auto/dom_html_base_font_element.rs +++ b/src/auto/dom_html_base_font_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_html_body_element.rs b/src/auto/dom_html_body_element.rs index 2fe066d..585294a 100644 --- a/src/auto/dom_html_body_element.rs +++ b/src/auto/dom_html_body_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -191,36 +191,42 @@ impl + IsA> DOMHTMLBodyElementE unsafe extern "C" fn notify_a_link_trampoline

(this: *mut ffi::WebKitDOMHTMLBodyElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBodyElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_background_trampoline

(this: *mut ffi::WebKitDOMHTMLBodyElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBodyElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_bg_color_trampoline

(this: *mut ffi::WebKitDOMHTMLBodyElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBodyElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_link_trampoline

(this: *mut ffi::WebKitDOMHTMLBodyElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBodyElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_text_trampoline

(this: *mut ffi::WebKitDOMHTMLBodyElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBodyElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_v_link_trampoline

(this: *mut ffi::WebKitDOMHTMLBodyElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBodyElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_br_element.rs b/src/auto/dom_html_br_element.rs index ad003d9..b052f24 100644 --- a/src/auto/dom_html_br_element.rs +++ b/src/auto/dom_html_br_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLBRElementExt f unsafe extern "C" fn notify_clear_trampoline

(this: *mut ffi::WebKitDOMHTMLBRElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLBRElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_button_element.rs b/src/auto/dom_html_button_element.rs index eded0e7..8594670 100644 --- a/src/auto/dom_html_button_element.rs +++ b/src/auto/dom_html_button_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -222,42 +222,49 @@ impl + IsA> DOMHTMLButtonElem unsafe extern "C" fn notify_autofocus_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_will_validate_trampoline

(this: *mut ffi::WebKitDOMHTMLButtonElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLButtonElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_canvas_element.rs b/src/auto/dom_html_canvas_element.rs index dcecfe8..77443eb 100644 --- a/src/auto/dom_html_canvas_element.rs +++ b/src/auto/dom_html_canvas_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -88,12 +88,14 @@ impl + IsA> DOMHTMLCanvasElem unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLCanvasElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLCanvasElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLCanvasElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLCanvasElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_collection.rs b/src/auto/dom_html_collection.rs index 6093019..9da1410 100644 --- a/src/auto/dom_html_collection.rs +++ b/src/auto/dom_html_collection.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -67,6 +67,7 @@ impl + IsA> DOMHTMLCollectionExt unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMHTMLCollection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLCollection::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_d_list_element.rs b/src/auto/dom_html_d_list_element.rs index 3485774..dd22500 100644 --- a/src/auto/dom_html_d_list_element.rs +++ b/src/auto/dom_html_d_list_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLDListElemen unsafe extern "C" fn notify_compact_trampoline

(this: *mut ffi::WebKitDOMHTMLDListElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDListElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_directory_element.rs b/src/auto/dom_html_directory_element.rs index 10f8dae..abd5881 100644 --- a/src/auto/dom_html_directory_element.rs +++ b/src/auto/dom_html_directory_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLDirecto unsafe extern "C" fn notify_compact_trampoline

(this: *mut ffi::WebKitDOMHTMLDirectoryElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDirectoryElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_div_element.rs b/src/auto/dom_html_div_element.rs index 4111389..3895d31 100644 --- a/src/auto/dom_html_div_element.rs +++ b/src/auto/dom_html_div_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLDivElementExt unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLDivElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDivElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_document.rs b/src/auto/dom_html_document.rs index e03ae27..60ff616 100644 --- a/src/auto/dom_html_document.rs +++ b/src/auto/dom_html_document.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -330,48 +330,56 @@ impl + IsA> DOMHTMLDocumentExt for unsafe extern "C" fn notify_alink_color_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_bg_color_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_dir_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_fg_color_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_link_color_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_vlink_color_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLDocument, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLDocument::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_element.rs b/src/auto/dom_html_element.rs index a4e2e4e..5df10bc 100644 --- a/src/auto/dom_html_element.rs +++ b/src/auto/dom_html_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -578,84 +578,98 @@ impl + IsA> DOMHTMLElementExt for O unsafe extern "C" fn notify_access_key_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_content_editable_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_dir_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_draggable_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hidden_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_inner_text_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_is_content_editable_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_lang_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_outer_text_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_spellcheck_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_tab_index_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_title_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_translate_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_webkitdropzone_trampoline

(this: *mut ffi::WebKitDOMHTMLElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_embed_element.rs b/src/auto/dom_html_embed_element.rs index d056615..608e911 100644 --- a/src/auto/dom_html_embed_element.rs +++ b/src/auto/dom_html_embed_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -212,36 +212,42 @@ impl + IsA> DOMHTMLEmbedElemen unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLEmbedElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLEmbedElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLEmbedElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLEmbedElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLEmbedElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLEmbedElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_trampoline

(this: *mut ffi::WebKitDOMHTMLEmbedElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLEmbedElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLEmbedElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLEmbedElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLEmbedElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLEmbedElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_field_set_element.rs b/src/auto/dom_html_field_set_element.rs index f16863f..baa0c34 100644 --- a/src/auto/dom_html_field_set_element.rs +++ b/src/auto/dom_html_field_set_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -54,6 +54,7 @@ impl + IsA> DOMHTMLFieldSet unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLFieldSetElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFieldSetElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_font_element.rs b/src/auto/dom_html_font_element.rs index 27a3b97..fcb9413 100644 --- a/src/auto/dom_html_font_element.rs +++ b/src/auto/dom_html_font_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -113,18 +113,21 @@ impl + IsA> DOMHTMLFontElementE unsafe extern "C" fn notify_color_trampoline

(this: *mut ffi::WebKitDOMHTMLFontElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFontElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_face_trampoline

(this: *mut ffi::WebKitDOMHTMLFontElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFontElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_size_trampoline

(this: *mut ffi::WebKitDOMHTMLFontElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFontElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_form_element.rs b/src/auto/dom_html_form_element.rs index ac59f14..6321123 100644 --- a/src/auto/dom_html_form_element.rs +++ b/src/auto/dom_html_form_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -271,54 +271,63 @@ impl + IsA> DOMHTMLFormElementE unsafe extern "C" fn notify_accept_charset_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_action_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_elements_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_encoding_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_enctype_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_method_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMHTMLFormElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFormElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_frame_element.rs b/src/auto/dom_html_frame_element.rs index 5148f5e..d08c8b2 100644 --- a/src/auto/dom_html_frame_element.rs +++ b/src/auto/dom_html_frame_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -318,72 +318,84 @@ impl + IsA> DOMHTMLFrameElemen unsafe extern "C" fn notify_content_document_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_content_window_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_frame_border_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_long_desc_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_margin_height_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_margin_width_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_no_resize_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scrolling_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_frame_set_element.rs b/src/auto/dom_html_frame_set_element.rs index 1b3d17b..0409a24 100644 --- a/src/auto/dom_html_frame_set_element.rs +++ b/src/auto/dom_html_frame_set_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -87,12 +87,14 @@ impl + IsA> DOMHTMLFrameSet unsafe extern "C" fn notify_cols_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameSetElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameSetElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rows_trampoline

(this: *mut ffi::WebKitDOMHTMLFrameSetElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLFrameSetElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_head_element.rs b/src/auto/dom_html_head_element.rs index 515df92..db006b0 100644 --- a/src/auto/dom_html_head_element.rs +++ b/src/auto/dom_html_head_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLHeadElementE unsafe extern "C" fn notify_profile_trampoline

(this: *mut ffi::WebKitDOMHTMLHeadElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHeadElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_heading_element.rs b/src/auto/dom_html_heading_element.rs index 49c1db9..be858c6 100644 --- a/src/auto/dom_html_heading_element.rs +++ b/src/auto/dom_html_heading_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLHeadingEl unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLHeadingElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHeadingElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_hr_element.rs b/src/auto/dom_html_hr_element.rs index 7a5ccab..e259cd0 100644 --- a/src/auto/dom_html_hr_element.rs +++ b/src/auto/dom_html_hr_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -139,24 +139,28 @@ impl + IsA> DOMHTMLHRElementExt f unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLHRElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHRElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_no_shade_trampoline

(this: *mut ffi::WebKitDOMHTMLHRElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHRElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_size_trampoline

(this: *mut ffi::WebKitDOMHTMLHRElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHRElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLHRElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHRElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_html_element.rs b/src/auto/dom_html_html_element.rs index 5d54ce4..a1f8656 100644 --- a/src/auto/dom_html_html_element.rs +++ b/src/auto/dom_html_html_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLHtmlElementE unsafe extern "C" fn notify_version_trampoline

(this: *mut ffi::WebKitDOMHTMLHtmlElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLHtmlElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_iframe_element.rs b/src/auto/dom_html_iframe_element.rs index 41a7e77..de22b69 100644 --- a/src/auto/dom_html_iframe_element.rs +++ b/src/auto/dom_html_iframe_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -333,72 +333,84 @@ impl + IsA> DOMHTMLIFrameElem unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_content_document_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_content_window_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_frame_border_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_long_desc_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_margin_height_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_margin_width_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scrolling_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLIFrameElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLIFrameElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_image_element.rs b/src/auto/dom_html_image_element.rs index ed81a5e..4cff51b 100644 --- a/src/auto/dom_html_image_element.rs +++ b/src/auto/dom_html_image_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -464,108 +464,126 @@ impl + IsA> DOMHTMLImageElemen unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_alt_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_border_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_complete_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hspace_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_is_map_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_long_desc_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_lowsrc_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_natural_height_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_natural_width_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_use_map_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_vspace_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_x_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_y_trampoline

(this: *mut ffi::WebKitDOMHTMLImageElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLImageElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_input_element.rs b/src/auto/dom_html_input_element.rs index 465a240..9312cf1 100644 --- a/src/auto/dom_html_input_element.rs +++ b/src/auto/dom_html_input_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -760,144 +760,168 @@ impl + IsA> DOMHTMLInputElemen unsafe extern "C" fn notify_accept_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_alt_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_autofocus_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_capture_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_checked_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_default_checked_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_default_value_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_files_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_indeterminate_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_max_length_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_multiple_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_read_only_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_size_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_use_map_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_will_validate_trampoline

(this: *mut ffi::WebKitDOMHTMLInputElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLInputElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_label_element.rs b/src/auto/dom_html_label_element.rs index 8495d63..7427725 100644 --- a/src/auto/dom_html_label_element.rs +++ b/src/auto/dom_html_label_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -80,12 +80,14 @@ impl + IsA> DOMHTMLLabelElemen unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLLabelElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLabelElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_html_for_trampoline

(this: *mut ffi::WebKitDOMHTMLLabelElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLabelElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_legend_element.rs b/src/auto/dom_html_legend_element.rs index 1feed09..4616c7a 100644 --- a/src/auto/dom_html_legend_element.rs +++ b/src/auto/dom_html_legend_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -80,12 +80,14 @@ impl + IsA> DOMHTMLLegendElem unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLLegendElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLegendElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLLegendElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLegendElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_li_element.rs b/src/auto/dom_html_li_element.rs index bf44340..d17faf0 100644 --- a/src/auto/dom_html_li_element.rs +++ b/src/auto/dom_html_li_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -108,12 +108,14 @@ impl + IsA> DOMHTMLLIElementExt f unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLLIElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLIElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLLIElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLIElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_link_element.rs b/src/auto/dom_html_link_element.rs index aef5ec5..9564a80 100644 --- a/src/auto/dom_html_link_element.rs +++ b/src/auto/dom_html_link_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -342,48 +342,56 @@ impl + IsA> DOMHTMLLinkElementE unsafe extern "C" fn notify_charset_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_href_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hreflang_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_media_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rel_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rev_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_sheet_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } @@ -391,18 +399,21 @@ where P: IsA { #[cfg(any(feature = "v2_16", feature = "dox"))] unsafe extern "C" fn notify_sizes_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLLinkElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLLinkElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_map_element.rs b/src/auto/dom_html_map_element.rs index bb9c229..73d22b4 100644 --- a/src/auto/dom_html_map_element.rs +++ b/src/auto/dom_html_map_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -80,12 +80,14 @@ impl + IsA> DOMHTMLMapElementExt unsafe extern "C" fn notify_areas_trampoline

(this: *mut ffi::WebKitDOMHTMLMapElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMapElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLMapElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMapElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_marquee_element.rs b/src/auto/dom_html_marquee_element.rs index 24f6609..24d4287 100644 --- a/src/auto/dom_html_marquee_element.rs +++ b/src/auto/dom_html_marquee_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_html_menu_element.rs b/src/auto/dom_html_menu_element.rs index 7fd980d..20a8ff9 100644 --- a/src/auto/dom_html_menu_element.rs +++ b/src/auto/dom_html_menu_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLMenuElementE unsafe extern "C" fn notify_compact_trampoline

(this: *mut ffi::WebKitDOMHTMLMenuElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMenuElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_meta_element.rs b/src/auto/dom_html_meta_element.rs index ceea009..af3ee12 100644 --- a/src/auto/dom_html_meta_element.rs +++ b/src/auto/dom_html_meta_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -139,24 +139,28 @@ impl + IsA> DOMHTMLMetaElementE unsafe extern "C" fn notify_content_trampoline

(this: *mut ffi::WebKitDOMHTMLMetaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMetaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_http_equiv_trampoline

(this: *mut ffi::WebKitDOMHTMLMetaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMetaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLMetaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMetaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scheme_trampoline

(this: *mut ffi::WebKitDOMHTMLMetaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLMetaElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_mod_element.rs b/src/auto/dom_html_mod_element.rs index b0094fe..e494040 100644 --- a/src/auto/dom_html_mod_element.rs +++ b/src/auto/dom_html_mod_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -87,12 +87,14 @@ impl + IsA> DOMHTMLModElementExt unsafe extern "C" fn notify_cite_trampoline

(this: *mut ffi::WebKitDOMHTMLModElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLModElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_date_time_trampoline

(this: *mut ffi::WebKitDOMHTMLModElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLModElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_o_list_element.rs b/src/auto/dom_html_o_list_element.rs index 6e02550..ff882b9 100644 --- a/src/auto/dom_html_o_list_element.rs +++ b/src/auto/dom_html_o_list_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -134,18 +134,21 @@ impl + IsA> DOMHTMLOListElemen unsafe extern "C" fn notify_compact_trampoline

(this: *mut ffi::WebKitDOMHTMLOListElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOListElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_start_trampoline

(this: *mut ffi::WebKitDOMHTMLOListElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOListElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLOListElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOListElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_object_element.rs b/src/auto/dom_html_object_element.rs index 74f2fcd..5beca3b 100644 --- a/src/auto/dom_html_object_element.rs +++ b/src/auto/dom_html_object_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -510,108 +510,126 @@ impl + IsA> DOMHTMLObjectElem unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_archive_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_border_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_code_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_code_base_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_code_type_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_content_document_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_data_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_declare_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_hspace_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_standby_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_use_map_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_vspace_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLObjectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLObjectElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_opt_group_element.rs b/src/auto/dom_html_opt_group_element.rs index d5432da..92326fa 100644 --- a/src/auto/dom_html_opt_group_element.rs +++ b/src/auto/dom_html_opt_group_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -87,12 +87,14 @@ impl + IsA> DOMHTMLOptGroup unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLOptGroupElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptGroupElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_label_trampoline

(this: *mut ffi::WebKitDOMHTMLOptGroupElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptGroupElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_option_element.rs b/src/auto/dom_html_option_element.rs index 38fa3de..e534254 100644 --- a/src/auto/dom_html_option_element.rs +++ b/src/auto/dom_html_option_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -221,48 +221,56 @@ impl + IsA> DOMHTMLOptionElem unsafe extern "C" fn notify_default_selected_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_index_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_label_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_selected_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_text_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_options_collection.rs b/src/auto/dom_html_options_collection.rs index 2a21b17..072a55e 100644 --- a/src/auto/dom_html_options_collection.rs +++ b/src/auto/dom_html_options_collection.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -69,12 +69,14 @@ impl + IsA> DOMHTMLOption unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionsCollection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionsCollection::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_selected_index_trampoline

(this: *mut ffi::WebKitDOMHTMLOptionsCollection, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLOptionsCollection::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_paragraph_element.rs b/src/auto/dom_html_paragraph_element.rs index d1b9f79..d9b5d85 100644 --- a/src/auto/dom_html_paragraph_element.rs +++ b/src/auto/dom_html_paragraph_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLParagra unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLParagraphElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLParagraphElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_param_element.rs b/src/auto/dom_html_param_element.rs index e5c70d2..bfee6e7 100644 --- a/src/auto/dom_html_param_element.rs +++ b/src/auto/dom_html_param_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -159,24 +159,28 @@ impl + IsA> DOMHTMLParamElemen unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLParamElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLParamElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLParamElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLParamElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLParamElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLParamElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_type_trampoline

(this: *mut ffi::WebKitDOMHTMLParamElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLParamElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_pre_element.rs b/src/auto/dom_html_pre_element.rs index 2b01653..b2c2e17 100644 --- a/src/auto/dom_html_pre_element.rs +++ b/src/auto/dom_html_pre_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -88,12 +88,14 @@ impl + IsA> DOMHTMLPreElementExt unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLPreElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLPreElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_wrap_trampoline

(this: *mut ffi::WebKitDOMHTMLPreElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLPreElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_quote_element.rs b/src/auto/dom_html_quote_element.rs index 1f426a9..ead1b66 100644 --- a/src/auto/dom_html_quote_element.rs +++ b/src/auto/dom_html_quote_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLQuoteElemen unsafe extern "C" fn notify_cite_trampoline

(this: *mut ffi::WebKitDOMHTMLQuoteElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLQuoteElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_script_element.rs b/src/auto/dom_html_script_element.rs index ae42f23..5690e25 100644 --- a/src/auto/dom_html_script_element.rs +++ b/src/auto/dom_html_script_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -247,42 +247,49 @@ impl + IsA> DOMHTMLScriptElem unsafe extern "C" fn notify_charset_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_defer_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_event_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_html_for_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_src_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_text_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLScriptElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLScriptElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_select_element.rs b/src/auto/dom_html_select_element.rs index 190b0bd..17b8a7e 100644 --- a/src/auto/dom_html_select_element.rs +++ b/src/auto/dom_html_select_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -367,72 +367,84 @@ impl + IsA> DOMHTMLSelectElem unsafe extern "C" fn notify_autofocus_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_multiple_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_options_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_selected_index_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_size_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_will_validate_trampoline

(this: *mut ffi::WebKitDOMHTMLSelectElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLSelectElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_style_element.rs b/src/auto/dom_html_style_element.rs index 873d235..8a620f6 100644 --- a/src/auto/dom_html_style_element.rs +++ b/src/auto/dom_html_style_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -152,24 +152,28 @@ impl + IsA> DOMHTMLStyleElemen unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLStyleElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLStyleElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_media_trampoline

(this: *mut ffi::WebKitDOMHTMLStyleElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLStyleElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_sheet_trampoline

(this: *mut ffi::WebKitDOMHTMLStyleElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLStyleElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLStyleElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLStyleElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_table_caption_element.rs b/src/auto/dom_html_table_caption_element.rs index 6188d26..79c915e 100644 --- a/src/auto/dom_html_table_caption_element.rs +++ b/src/auto/dom_html_table_caption_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLTabl unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCaptionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCaptionElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_table_cell_element.rs b/src/auto/dom_html_table_cell_element.rs index cfc4fd1..ce0e154 100644 --- a/src/auto/dom_html_table_cell_element.rs +++ b/src/auto/dom_html_table_cell_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -418,90 +418,105 @@ impl + IsA> DOMHTMLTableCe unsafe extern "C" fn notify_abbr_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_axis_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_bg_color_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cell_index_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_off_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_col_span_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_headers_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_height_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_no_wrap_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_row_span_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_scope_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_v_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLTableCellElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableCellElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_table_col_element.rs b/src/auto/dom_html_table_col_element.rs index 2e515e1..f59e72c 100644 --- a/src/auto/dom_html_table_col_element.rs +++ b/src/auto/dom_html_table_col_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -192,36 +192,42 @@ impl + IsA> DOMHTMLTableCol unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableColElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableColElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_trampoline

(this: *mut ffi::WebKitDOMHTMLTableColElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableColElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_off_trampoline

(this: *mut ffi::WebKitDOMHTMLTableColElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableColElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_span_trampoline

(this: *mut ffi::WebKitDOMHTMLTableColElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableColElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_v_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableColElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableColElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLTableColElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableColElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_table_element.rs b/src/auto/dom_html_table_element.rs index 043e4e4..6864a3f 100644 --- a/src/auto/dom_html_table_element.rs +++ b/src/auto/dom_html_table_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -436,78 +436,91 @@ impl + IsA> DOMHTMLTableElemen unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_bg_color_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_border_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_caption_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cell_padding_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cell_spacing_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rows_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rules_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_summary_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_t_bodies_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_t_foot_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_t_head_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_width_trampoline

(this: *mut ffi::WebKitDOMHTMLTableElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_table_row_element.rs b/src/auto/dom_html_table_row_element.rs index a9e3167..25bc114 100644 --- a/src/auto/dom_html_table_row_element.rs +++ b/src/auto/dom_html_table_row_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -242,48 +242,56 @@ impl + IsA> DOMHTMLTableRow unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_bg_color_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cells_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_off_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_row_index_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_section_row_index_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_v_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableRowElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableRowElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_table_section_element.rs b/src/auto/dom_html_table_section_element.rs index 8cdc344..a20290f 100644 --- a/src/auto/dom_html_table_section_element.rs +++ b/src/auto/dom_html_table_section_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -180,30 +180,35 @@ impl + IsA> DOMHTMLTabl unsafe extern "C" fn notify_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableSectionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableSectionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_trampoline

(this: *mut ffi::WebKitDOMHTMLTableSectionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableSectionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ch_off_trampoline

(this: *mut ffi::WebKitDOMHTMLTableSectionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableSectionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rows_trampoline

(this: *mut ffi::WebKitDOMHTMLTableSectionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableSectionElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_v_align_trampoline

(this: *mut ffi::WebKitDOMHTMLTableSectionElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTableSectionElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_text_area_element.rs b/src/auto/dom_html_text_area_element.rs index ac2e3f2..6df91ae 100644 --- a/src/auto/dom_html_text_area_element.rs +++ b/src/auto/dom_html_text_area_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -387,78 +387,91 @@ impl + IsA> DOMHTMLTextArea unsafe extern "C" fn notify_autofocus_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_cols_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_default_value_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_form_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_name_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_read_only_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_rows_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_selection_end_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_selection_start_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_value_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_will_validate_trampoline

(this: *mut ffi::WebKitDOMHTMLTextAreaElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTextAreaElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_title_element.rs b/src/auto/dom_html_title_element.rs index 6f7ba24..73da836 100644 --- a/src/auto/dom_html_title_element.rs +++ b/src/auto/dom_html_title_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -61,6 +61,7 @@ impl + IsA> DOMHTMLTitleElemen unsafe extern "C" fn notify_text_trampoline

(this: *mut ffi::WebKitDOMHTMLTitleElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLTitleElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_html_u_list_element.rs b/src/auto/dom_html_u_list_element.rs index e627aec..0a2a8a4 100644 --- a/src/auto/dom_html_u_list_element.rs +++ b/src/auto/dom_html_u_list_element.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -107,12 +107,14 @@ impl + IsA> DOMHTMLUListElemen unsafe extern "C" fn notify_compact_trampoline

(this: *mut ffi::WebKitDOMHTMLUListElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLUListElement::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMHTMLUListElement, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMHTMLUListElement::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_keyboard_event.rs b/src/auto/dom_keyboard_event.rs index 15d9305..788d9f4 100644 --- a/src/auto/dom_keyboard_event.rs +++ b/src/auto/dom_keyboard_event.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -177,42 +177,49 @@ impl + IsA> DOMKeyboardEventExt f unsafe extern "C" fn notify_alt_graph_key_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_alt_key_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ctrl_key_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_key_identifier_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_key_location_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_meta_key_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_shift_key_trampoline

(this: *mut ffi::WebKitDOMKeyboardEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMKeyboardEvent::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_media_list.rs b/src/auto/dom_media_list.rs index 3b365e0..ab3c999 100644 --- a/src/auto/dom_media_list.rs +++ b/src/auto/dom_media_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -107,12 +107,14 @@ impl + IsA> DOMMediaListExt for O { unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMMediaList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMediaList::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_media_text_trampoline

(this: *mut ffi::WebKitDOMMediaList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMediaList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_mouse_event.rs b/src/auto/dom_mouse_event.rs index c0c7da3..1b40ed4 100644 --- a/src/auto/dom_mouse_event.rs +++ b/src/auto/dom_mouse_event.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -333,96 +333,112 @@ impl + IsA> DOMMouseEventExt for O { unsafe extern "C" fn notify_alt_key_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_button_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_client_x_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_client_y_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_ctrl_key_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_from_element_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_meta_key_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_x_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_offset_y_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_related_target_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_screen_x_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_screen_y_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_shift_key_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_to_element_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_x_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_y_trampoline

(this: *mut ffi::WebKitDOMMouseEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMMouseEvent::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_named_node_map.rs b/src/auto/dom_named_node_map.rs index 348e958..3c08512 100644 --- a/src/auto/dom_named_node_map.rs +++ b/src/auto/dom_named_node_map.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -116,6 +116,7 @@ impl + IsA> DOMNamedNodeMapExt for unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMNamedNodeMap, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNamedNodeMap::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_node.rs b/src/auto/dom_node.rs index 4b3b9bd..3c82c99 100644 --- a/src/auto/dom_node.rs +++ b/src/auto/dom_node.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -474,78 +474,91 @@ impl + IsA> DOMNodeExt for O { unsafe extern "C" fn notify_base_uri_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_child_nodes_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_first_child_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_last_child_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_next_sibling_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_node_name_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_node_type_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_node_value_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_owner_document_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_element_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_node_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_previous_sibling_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_text_content_trampoline

(this: *mut ffi::WebKitDOMNode, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNode::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_node_iterator.rs b/src/auto/dom_node_iterator.rs index 66d5084..be07bf6 100644 --- a/src/auto/dom_node_iterator.rs +++ b/src/auto/dom_node_iterator.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -159,30 +159,35 @@ impl + IsA> DOMNodeIteratorExt for unsafe extern "C" fn notify_filter_trampoline

(this: *mut ffi::WebKitDOMNodeIterator, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNodeIterator::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_pointer_before_reference_node_trampoline

(this: *mut ffi::WebKitDOMNodeIterator, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNodeIterator::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_reference_node_trampoline

(this: *mut ffi::WebKitDOMNodeIterator, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNodeIterator::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_root_trampoline

(this: *mut ffi::WebKitDOMNodeIterator, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNodeIterator::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_what_to_show_trampoline

(this: *mut ffi::WebKitDOMNodeIterator, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNodeIterator::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_node_list.rs b/src/auto/dom_node_list.rs index 48aa5ea..67d905f 100644 --- a/src/auto/dom_node_list.rs +++ b/src/auto/dom_node_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -59,6 +59,7 @@ impl + IsA> DOMNodeListExt for O { unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMNodeList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMNodeList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_object.rs b/src/auto/dom_object.rs index da446e4..673d595 100644 --- a/src/auto/dom_object.rs +++ b/src/auto/dom_object.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -40,6 +40,7 @@ impl + IsA> DOMObjectExt for O { unsafe extern "C" fn notify_core_object_trampoline

(this: *mut ffi::WebKitDOMObject, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMObject::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_processing_instruction.rs b/src/auto/dom_processing_instruction.rs index ddecf32..f95e766 100644 --- a/src/auto/dom_processing_instruction.rs +++ b/src/auto/dom_processing_instruction.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -71,12 +71,14 @@ impl + IsA> DOMProcessing unsafe extern "C" fn notify_sheet_trampoline

(this: *mut ffi::WebKitDOMProcessingInstruction, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMProcessingInstruction::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_target_trampoline

(this: *mut ffi::WebKitDOMProcessingInstruction, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMProcessingInstruction::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_range.rs b/src/auto/dom_range.rs index a9631be..c0d5eb2 100644 --- a/src/auto/dom_range.rs +++ b/src/auto/dom_range.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -422,42 +422,49 @@ impl + IsA> DOMRangeExt for O { unsafe extern "C" fn notify_collapsed_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_common_ancestor_container_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_end_container_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_end_offset_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_start_container_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_start_offset_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_text_trampoline

(this: *mut ffi::WebKitDOMRange, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMRange::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_style_sheet.rs b/src/auto/dom_style_sheet.rs index 0e05412..4ebc7e9 100644 --- a/src/auto/dom_style_sheet.rs +++ b/src/auto/dom_style_sheet.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -179,42 +179,49 @@ impl + IsA> DOMStyleSheetExt for O { unsafe extern "C" fn notify_disabled_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_href_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_media_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_owner_node_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_parent_style_sheet_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_title_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_type_trampoline

(this: *mut ffi::WebKitDOMStyleSheet, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheet::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_style_sheet_list.rs b/src/auto/dom_style_sheet_list.rs index 402045e..9895f6d 100644 --- a/src/auto/dom_style_sheet_list.rs +++ b/src/auto/dom_style_sheet_list.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -59,6 +59,7 @@ impl + IsA> DOMStyleSheetListExt unsafe extern "C" fn notify_length_trampoline

(this: *mut ffi::WebKitDOMStyleSheetList, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMStyleSheetList::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_text.rs b/src/auto/dom_text.rs index 8b885c3..2fe0114 100644 --- a/src/auto/dom_text.rs +++ b/src/auto/dom_text.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -75,6 +75,7 @@ impl + IsA> DOMTextExt for O { unsafe extern "C" fn notify_whole_text_trampoline

(this: *mut ffi::WebKitDOMText, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMText::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_tree_walker.rs b/src/auto/dom_tree_walker.rs index 6799794..b9dee2e 100644 --- a/src/auto/dom_tree_walker.rs +++ b/src/auto/dom_tree_walker.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -179,24 +179,28 @@ impl + IsA> DOMTreeWalkerExt for O { unsafe extern "C" fn notify_current_node_trampoline

(this: *mut ffi::WebKitDOMTreeWalker, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMTreeWalker::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_filter_trampoline

(this: *mut ffi::WebKitDOMTreeWalker, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMTreeWalker::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_root_trampoline

(this: *mut ffi::WebKitDOMTreeWalker, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMTreeWalker::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_what_to_show_trampoline

(this: *mut ffi::WebKitDOMTreeWalker, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMTreeWalker::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_ui_event.rs b/src/auto/dom_ui_event.rs index cc60915..f91dc02 100644 --- a/src/auto/dom_ui_event.rs +++ b/src/auto/dom_ui_event.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -186,48 +186,56 @@ impl + IsA> DOMUIEventExt for O { unsafe extern "C" fn notify_char_code_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_detail_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_key_code_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_layer_x_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_layer_y_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_page_x_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_page_y_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_view_trampoline

(this: *mut ffi::WebKitDOMUIEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMUIEvent::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_wheel_event.rs b/src/auto/dom_wheel_event.rs index e2bdd8c..a1031c3 100644 --- a/src/auto/dom_wheel_event.rs +++ b/src/auto/dom_wheel_event.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -98,18 +98,21 @@ impl + IsA> DOMWheelEventExt for O { unsafe extern "C" fn notify_wheel_delta_trampoline

(this: *mut ffi::WebKitDOMWheelEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMWheelEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_wheel_delta_x_trampoline

(this: *mut ffi::WebKitDOMWheelEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMWheelEvent::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_wheel_delta_y_trampoline

(this: *mut ffi::WebKitDOMWheelEvent, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMWheelEvent::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/dom_xpath_expression.rs b/src/auto/dom_xpath_expression.rs index 2575b03..1b3b926 100644 --- a/src/auto/dom_xpath_expression.rs +++ b/src/auto/dom_xpath_expression.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/dom_xpath_result.rs b/src/auto/dom_xpath_result.rs index 2a25a9f..b8ebff7 100644 --- a/src/auto/dom_xpath_result.rs +++ b/src/auto/dom_xpath_result.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -190,42 +190,49 @@ impl + IsA> DOMXPathResultExt for O unsafe extern "C" fn notify_boolean_value_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_invalid_iterator_state_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_number_value_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_result_type_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_single_node_value_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_snapshot_length_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_string_value_trampoline

(this: *mut ffi::WebKitDOMXPathResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&DOMXPathResult::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/enums.rs b/src/auto/enums.rs index f72f418..2173868 100644 --- a/src/auto/enums.rs +++ b/src/auto/enums.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/flags.rs b/src/auto/flags.rs index 7274e5e..e93d918 100644 --- a/src/auto/flags.rs +++ b/src/auto/flags.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/frame.rs b/src/auto/frame.rs index 6b59260..cc122b4 100644 --- a/src/auto/frame.rs +++ b/src/auto/frame.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/hit_test_result.rs b/src/auto/hit_test_result.rs index 0abedaf..1c5cb1c 100644 --- a/src/auto/hit_test_result.rs +++ b/src/auto/hit_test_result.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -188,36 +188,42 @@ impl + IsA> HitTestResultExt for O { unsafe extern "C" fn notify_context_trampoline

(this: *mut ffi::WebKitHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&HitTestResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_image_uri_trampoline

(this: *mut ffi::WebKitHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&HitTestResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_link_label_trampoline

(this: *mut ffi::WebKitHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&HitTestResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_link_title_trampoline

(this: *mut ffi::WebKitHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&HitTestResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_link_uri_trampoline

(this: *mut ffi::WebKitHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&HitTestResult::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_media_uri_trampoline

(this: *mut ffi::WebKitHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&HitTestResult::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/mod.rs b/src/auto/mod.rs index 625eca5..595273e 100644 --- a/src/auto/mod.rs +++ b/src/auto/mod.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT diff --git a/src/auto/script_world.rs b/src/auto/script_world.rs index 9d9c0a8..32868a1 100644 --- a/src/auto/script_world.rs +++ b/src/auto/script_world.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -77,6 +77,7 @@ impl + IsA> ScriptWorldExt for O { #[cfg(any(feature = "v2_2", feature = "dox"))] unsafe extern "C" fn window_object_cleared_trampoline

(this: *mut ffi::WebKitScriptWorld, page: *mut ffi::WebKitWebPage, frame: *mut ffi::WebKitFrame, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P, &WebPage, &Frame) + 'static) = transmute(f); f(&ScriptWorld::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(page), &from_glib_borrow(frame)) } diff --git a/src/auto/uri_request.rs b/src/auto/uri_request.rs index 97a8ddf..a00fd89 100644 --- a/src/auto/uri_request.rs +++ b/src/auto/uri_request.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -81,6 +81,7 @@ impl + IsA> URIRequestExt for O { unsafe extern "C" fn notify_uri_trampoline

(this: *mut ffi::WebKitURIRequest, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIRequest::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/uri_response.rs b/src/auto/uri_response.rs index 0b53a54..e76559a 100644 --- a/src/auto/uri_response.rs +++ b/src/auto/uri_response.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -140,6 +140,7 @@ impl + IsA> URIResponseExt for O { unsafe extern "C" fn notify_content_length_trampoline

(this: *mut ffi::WebKitURIResponse, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIResponse::from_glib_borrow(this).downcast_unchecked()) } @@ -147,30 +148,35 @@ where P: IsA { #[cfg(any(feature = "v2_6", feature = "dox"))] unsafe extern "C" fn notify_http_headers_trampoline

(this: *mut ffi::WebKitURIResponse, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIResponse::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_mime_type_trampoline

(this: *mut ffi::WebKitURIResponse, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIResponse::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_status_code_trampoline

(this: *mut ffi::WebKitURIResponse, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIResponse::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_suggested_filename_trampoline

(this: *mut ffi::WebKitURIResponse, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIResponse::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn notify_uri_trampoline

(this: *mut ffi::WebKitURIResponse, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&URIResponse::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/web_editor.rs b/src/auto/web_editor.rs index acfa43a..c43a3dc 100644 --- a/src/auto/web_editor.rs +++ b/src/auto/web_editor.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -60,6 +60,7 @@ impl + IsA> WebEditorExt for O { #[cfg(any(feature = "v2_10", feature = "dox"))] unsafe extern "C" fn selection_changed_trampoline

(this: *mut ffi::WebKitWebEditor, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&WebEditor::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/web_extension.rs b/src/auto/web_extension.rs index bd05f14..6385e41 100644 --- a/src/auto/web_extension.rs +++ b/src/auto/web_extension.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -49,6 +49,7 @@ impl + IsA> WebExtensionExt for O { unsafe extern "C" fn page_created_trampoline

(this: *mut ffi::WebKitWebExtension, web_page: *mut ffi::WebKitWebPage, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P, &WebPage) + 'static) = transmute(f); f(&WebExtension::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(web_page)) } diff --git a/src/auto/web_hit_test_result.rs b/src/auto/web_hit_test_result.rs index 8a5b097..d98a539 100644 --- a/src/auto/web_hit_test_result.rs +++ b/src/auto/web_hit_test_result.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -64,6 +64,7 @@ impl + IsA> WebHitTestResultExt f unsafe extern "C" fn notify_node_trampoline

(this: *mut ffi::WebKitWebHitTestResult, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&WebHitTestResult::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/auto/web_page.rs b/src/auto/web_page.rs index 02f3814..1937a5a 100644 --- a/src/auto/web_page.rs +++ b/src/auto/web_page.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT @@ -150,6 +150,7 @@ impl + IsA> WebPageExt for O { #[cfg(any(feature = "v2_12", feature = "dox"))] unsafe extern "C" fn console_message_sent_trampoline

(this: *mut ffi::WebKitWebPage, console_message: *mut ffi::WebKitConsoleMessage, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P, &ConsoleMessage) + 'static) = transmute(f); f(&WebPage::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(console_message)) } @@ -157,24 +158,28 @@ where P: IsA { #[cfg(any(feature = "v2_8", feature = "dox"))] unsafe extern "C" fn context_menu_trampoline

(this: *mut ffi::WebKitWebPage, context_menu: *mut ffi::WebKitContextMenu, hit_test_result: *mut ffi::WebKitWebHitTestResult, f: glib_ffi::gpointer) -> glib_ffi::gboolean where P: IsA { + callback_guard!(); let f: &&(Fn(&P, &ContextMenu, &WebHitTestResult) -> bool + 'static) = transmute(f); f(&WebPage::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(context_menu), &from_glib_borrow(hit_test_result)).to_glib() } unsafe extern "C" fn document_loaded_trampoline

(this: *mut ffi::WebKitWebPage, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&WebPage::from_glib_borrow(this).downcast_unchecked()) } unsafe extern "C" fn send_request_trampoline

(this: *mut ffi::WebKitWebPage, request: *mut ffi::WebKitURIRequest, redirected_response: *mut ffi::WebKitURIResponse, f: glib_ffi::gpointer) -> glib_ffi::gboolean where P: IsA { + callback_guard!(); let f: &&(Fn(&P, &URIRequest, &Option) -> bool + 'static) = transmute(f); f(&WebPage::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(request), &from_glib_borrow(redirected_response)).to_glib() } unsafe extern "C" fn notify_uri_trampoline

(this: *mut ffi::WebKitWebPage, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer) where P: IsA { + callback_guard!(); let f: &&(Fn(&P) + 'static) = transmute(f); f(&WebPage::from_glib_borrow(this).downcast_unchecked()) } diff --git a/src/lib.rs b/src/lib.rs index 9e128bc..b479920 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -30,6 +30,12 @@ macro_rules! skip_assert_initialized { () => () } +macro_rules! callback_guard { + () => ( + let _guard = ::glib::CallbackGuard::new(); + ) +} + #[macro_export] macro_rules! web_extension_init { () => { diff --git a/webkit2gtk-webextension-sys/build.rs b/webkit2gtk-webextension-sys/build.rs index b967a73..317400e 100644 --- a/webkit2gtk-webextension-sys/build.rs +++ b/webkit2gtk-webextension-sys/build.rs @@ -47,6 +47,7 @@ fn find() -> Result<(), Error> { let mut config = Config::new(); config.atleast_version(version); + config.print_system_libs(false); if hardcode_shared_libs { config.cargo_metadata(false); } diff --git a/webkit2gtk-webextension-sys/src/lib.rs b/webkit2gtk-webextension-sys/src/lib.rs index 234258d..39063c9 100644 --- a/webkit2gtk-webextension-sys/src/lib.rs +++ b/webkit2gtk-webextension-sys/src/lib.rs @@ -1,4 +1,4 @@ -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70) // DO NOT EDIT