diff --git a/git/docs/gtk4/struct.CallbackAction.html b/git/docs/gtk4/struct.CallbackAction.html index 3b541466db2e..8697a7640325 100644 --- a/git/docs/gtk4/struct.CallbackAction.html +++ b/git/docs/gtk4/struct.CallbackAction.html @@ -75,7 +75,7 @@

Struct gtk4::CallbackAction

source ·
pub struct CallbackAction { /* private fields */ }
Expand description

A ShortcutAction that invokes a callback.

§Implements

ShortcutActionExt, glib::ObjectExt

-

Implementations§

source§

impl CallbackAction

source

pub fn new<P: Fn(&Widget, Option<&Variant>) -> Propagation + 'static>( +

Implementations§

source§

impl CallbackAction

source

pub fn new<P: Fn(&Widget, Option<&Variant>) -> Propagation + 'static>( callback: P ) -> CallbackAction

Create a custom action that calls the given @callback when activated.

diff --git a/git/docs/gtk4_sys/fn.gtk_about_dialog_get_logo.html b/git/docs/gtk4_sys/fn.gtk_about_dialog_get_logo.html index 92299ca80b32..348640497f64 100644 --- a/git/docs/gtk4_sys/fn.gtk_about_dialog_get_logo.html +++ b/git/docs/gtk4_sys/fn.gtk_about_dialog_get_logo.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_about_dialog_get_logo(
     about: *mut GtkAboutDialog
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_about_dialog_set_logo.html b/git/docs/gtk4_sys/fn.gtk_about_dialog_set_logo.html index e4e0c94cab2f..ad9252fd0781 100644 --- a/git/docs/gtk4_sys/fn.gtk_about_dialog_set_logo.html +++ b/git/docs/gtk4_sys/fn.gtk_about_dialog_set_logo.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_about_dialog_set_logo(
     about: *mut GtkAboutDialog,
-    logo: *mut GdkPaintable
+    logo: *mut GdkPaintable
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_get_default_mod_mask.html b/git/docs/gtk4_sys/fn.gtk_accelerator_get_default_mod_mask.html index 2f6e18afb7a7..56a648407b20 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_get_default_mod_mask.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_get_default_mod_mask.html @@ -73,4 +73,4 @@
pub unsafe extern "C" fn gtk_accelerator_get_default_mod_mask(
-) -> GdkModifierType
\ No newline at end of file +) -> GdkModifierType \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_get_label.html b/git/docs/gtk4_sys/fn.gtk_accelerator_get_label.html index 1f69a1f41b43..fd62a0affa84 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_get_label.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_get_label.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_accelerator_get_label(
     accelerator_key: c_uint,
-    accelerator_mods: GdkModifierType
+    accelerator_mods: GdkModifierType
 ) -> *mut c_char
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_get_label_with_keycode.html b/git/docs/gtk4_sys/fn.gtk_accelerator_get_label_with_keycode.html index 0e5b6053f5c7..1fff9c99aca1 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_get_label_with_keycode.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_get_label_with_keycode.html @@ -73,8 +73,8 @@
pub unsafe extern "C" fn gtk_accelerator_get_label_with_keycode(
-    display: *mut GdkDisplay,
+    display: *mut GdkDisplay,
     accelerator_key: c_uint,
     keycode: c_uint,
-    accelerator_mods: GdkModifierType
+    accelerator_mods: GdkModifierType
 ) -> *mut c_char
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_name.html b/git/docs/gtk4_sys/fn.gtk_accelerator_name.html index ed7f7ffa9de6..382331ac6837 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_name.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_name.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_accelerator_name(
     accelerator_key: c_uint,
-    accelerator_mods: GdkModifierType
+    accelerator_mods: GdkModifierType
 ) -> *mut c_char
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_name_with_keycode.html b/git/docs/gtk4_sys/fn.gtk_accelerator_name_with_keycode.html index e588703466b1..5d6e77a89f63 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_name_with_keycode.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_name_with_keycode.html @@ -73,8 +73,8 @@
pub unsafe extern "C" fn gtk_accelerator_name_with_keycode(
-    display: *mut GdkDisplay,
+    display: *mut GdkDisplay,
     accelerator_key: c_uint,
     keycode: c_uint,
-    accelerator_mods: GdkModifierType
+    accelerator_mods: GdkModifierType
 ) -> *mut c_char
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_parse.html b/git/docs/gtk4_sys/fn.gtk_accelerator_parse.html index 772be3f720e7..b94ed19a3b63 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_parse.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_parse.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_accelerator_parse(
     accelerator: *const c_char,
     accelerator_key: *mut c_uint,
-    accelerator_mods: *mut GdkModifierType
+    accelerator_mods: *mut GdkModifierType
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_parse_with_keycode.html b/git/docs/gtk4_sys/fn.gtk_accelerator_parse_with_keycode.html index 8dcc30657e80..8de82b19b4c5 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_parse_with_keycode.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_parse_with_keycode.html @@ -74,8 +74,8 @@
pub unsafe extern "C" fn gtk_accelerator_parse_with_keycode(
     accelerator: *const c_char,
-    display: *mut GdkDisplay,
+    display: *mut GdkDisplay,
     accelerator_key: *mut c_uint,
     accelerator_codes: *mut *mut c_uint,
-    accelerator_mods: *mut GdkModifierType
+    accelerator_mods: *mut GdkModifierType
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_accelerator_valid.html b/git/docs/gtk4_sys/fn.gtk_accelerator_valid.html index 500162c670ca..b0dbcc33f16c 100644 --- a/git/docs/gtk4_sys/fn.gtk_accelerator_valid.html +++ b/git/docs/gtk4_sys/fn.gtk_accelerator_valid.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_accelerator_valid(
     keyval: c_uint,
-    modifiers: GdkModifierType
+    modifiers: GdkModifierType
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_at_context_create.html b/git/docs/gtk4_sys/fn.gtk_at_context_create.html index 3dd2b9a24b49..bfd31fb7458e 100644 --- a/git/docs/gtk4_sys/fn.gtk_at_context_create.html +++ b/git/docs/gtk4_sys/fn.gtk_at_context_create.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_at_context_create(
     accessible_role: GtkAccessibleRole,
     accessible: *mut GtkAccessible,
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 ) -> *mut GtkATContext
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_activate.html b/git/docs/gtk4_sys/fn.gtk_cell_area_activate.html index 36915a8b120b..74f93b6306cf 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_activate.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_activate.html @@ -76,7 +76,7 @@ area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - cell_area: *const GdkRectangle, + cell_area: *const GdkRectangle, flags: GtkCellRendererState, edit_only: gboolean ) -> gboolean \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_activate_cell.html b/git/docs/gtk4_sys/fn.gtk_cell_area_activate_cell.html index c98b2c3c46c4..a625392a74fd 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_activate_cell.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_activate_cell.html @@ -76,7 +76,7 @@ area: *mut GtkCellArea, widget: *mut GtkWidget, renderer: *mut GtkCellRenderer, - event: *mut GdkEvent, - cell_area: *const GdkRectangle, + event: *mut GdkEvent, + cell_area: *const GdkRectangle, flags: GtkCellRendererState ) -> gboolean \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_event.html b/git/docs/gtk4_sys/fn.gtk_cell_area_event.html index e832f911bb04..ebff1177c4bd 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_event.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_event.html @@ -76,7 +76,7 @@ area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - event: *mut GdkEvent, - cell_area: *const GdkRectangle, + event: *mut GdkEvent, + cell_area: *const GdkRectangle, flags: GtkCellRendererState ) -> c_int \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_foreach_alloc.html b/git/docs/gtk4_sys/fn.gtk_cell_area_foreach_alloc.html index 63f220e29622..796ec339a1fa 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_foreach_alloc.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_foreach_alloc.html @@ -76,8 +76,8 @@ area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - cell_area: *const GdkRectangle, - background_area: *const GdkRectangle, + cell_area: *const GdkRectangle, + background_area: *const GdkRectangle, callback: GtkCellAllocCallback, callback_data: gpointer ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_allocation.html b/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_allocation.html index e73425beb307..438077b50d91 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_allocation.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_allocation.html @@ -77,6 +77,6 @@ context: *mut GtkCellAreaContext, widget: *mut GtkWidget, renderer: *mut GtkCellRenderer, - cell_area: *const GdkRectangle, - allocation: *mut GdkRectangle + cell_area: *const GdkRectangle, + allocation: *mut GdkRectangle ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_at_position.html b/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_at_position.html index 567e26f68d98..9a79c438d5a6 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_at_position.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_get_cell_at_position.html @@ -76,8 +76,8 @@ area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - cell_area: *const GdkRectangle, + cell_area: *const GdkRectangle, x: c_int, y: c_int, - alloc_area: *mut GdkRectangle + alloc_area: *mut GdkRectangle ) -> *mut GtkCellRenderer \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_inner_cell_area.html b/git/docs/gtk4_sys/fn.gtk_cell_area_inner_cell_area.html index 179067c8724f..c571d533d1bb 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_inner_cell_area.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_inner_cell_area.html @@ -75,6 +75,6 @@
pub unsafe extern "C" fn gtk_cell_area_inner_cell_area(
     area: *mut GtkCellArea,
     widget: *mut GtkWidget,
-    cell_area: *const GdkRectangle,
-    inner_area: *mut GdkRectangle
+    cell_area: *const GdkRectangle,
+    inner_area: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_area_snapshot.html b/git/docs/gtk4_sys/fn.gtk_cell_area_snapshot.html index 0f0959b4fa16..2e6b1ab54762 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_area_snapshot.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_area_snapshot.html @@ -77,8 +77,8 @@ context: *mut GtkCellAreaContext, widget: *mut GtkWidget, snapshot: *mut GtkSnapshot, - background_area: *const GdkRectangle, - cell_area: *const GdkRectangle, + background_area: *const GdkRectangle, + cell_area: *const GdkRectangle, flags: GtkCellRendererState, paint_focus: gboolean ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_editable_start_editing.html b/git/docs/gtk4_sys/fn.gtk_cell_editable_start_editing.html index b51a108a7b5c..883a013dfc31 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_editable_start_editing.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_editable_start_editing.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_cell_editable_start_editing(
     cell_editable: *mut GtkCellEditable,
-    event: *mut GdkEvent
+    event: *mut GdkEvent
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_renderer_activate.html b/git/docs/gtk4_sys/fn.gtk_cell_renderer_activate.html index fb5b790e4d9f..eaa323dc187e 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_renderer_activate.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_renderer_activate.html @@ -74,10 +74,10 @@
pub unsafe extern "C" fn gtk_cell_renderer_activate(
     cell: *mut GtkCellRenderer,
-    event: *mut GdkEvent,
+    event: *mut GdkEvent,
     widget: *mut GtkWidget,
     path: *const c_char,
-    background_area: *const GdkRectangle,
-    cell_area: *const GdkRectangle,
+    background_area: *const GdkRectangle,
+    cell_area: *const GdkRectangle,
     flags: GtkCellRendererState
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_renderer_get_aligned_area.html b/git/docs/gtk4_sys/fn.gtk_cell_renderer_get_aligned_area.html index 02457b10c72f..543ad4c894cf 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_renderer_get_aligned_area.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_renderer_get_aligned_area.html @@ -76,6 +76,6 @@ cell: *mut GtkCellRenderer, widget: *mut GtkWidget, flags: GtkCellRendererState, - cell_area: *const GdkRectangle, - aligned_area: *mut GdkRectangle + cell_area: *const GdkRectangle, + aligned_area: *mut GdkRectangle ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_renderer_snapshot.html b/git/docs/gtk4_sys/fn.gtk_cell_renderer_snapshot.html index 49d3adcd0a10..93ba000d31d4 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_renderer_snapshot.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_renderer_snapshot.html @@ -76,7 +76,7 @@ cell: *mut GtkCellRenderer, snapshot: *mut GtkSnapshot, widget: *mut GtkWidget, - background_area: *const GdkRectangle, - cell_area: *const GdkRectangle, + background_area: *const GdkRectangle, + cell_area: *const GdkRectangle, flags: GtkCellRendererState ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_renderer_start_editing.html b/git/docs/gtk4_sys/fn.gtk_cell_renderer_start_editing.html index 40e2104f3f92..00795691f762 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_renderer_start_editing.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_renderer_start_editing.html @@ -74,10 +74,10 @@
pub unsafe extern "C" fn gtk_cell_renderer_start_editing(
     cell: *mut GtkCellRenderer,
-    event: *mut GdkEvent,
+    event: *mut GdkEvent,
     widget: *mut GtkWidget,
     path: *const c_char,
-    background_area: *const GdkRectangle,
-    cell_area: *const GdkRectangle,
+    background_area: *const GdkRectangle,
+    cell_area: *const GdkRectangle,
     flags: GtkCellRendererState
 ) -> *mut GtkCellEditable
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_cell_view_new_with_texture.html b/git/docs/gtk4_sys/fn.gtk_cell_view_new_with_texture.html index b7f9c5694e40..0c0e7d073fac 100644 --- a/git/docs/gtk4_sys/fn.gtk_cell_view_new_with_texture.html +++ b/git/docs/gtk4_sys/fn.gtk_cell_view_new_with_texture.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_cell_view_new_with_texture(
-    texture: *mut GdkTexture
+    texture: *mut GdkTexture
 ) -> *mut GtkWidget
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_button_new_with_rgba.html b/git/docs/gtk4_sys/fn.gtk_color_button_new_with_rgba.html index e64bf98a4900..0c3ec73f597d 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_button_new_with_rgba.html +++ b/git/docs/gtk4_sys/fn.gtk_color_button_new_with_rgba.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_color_button_new_with_rgba(
-    rgba: *const GdkRGBA
+    rgba: *const GdkRGBA
 ) -> *mut GtkWidget
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_chooser_add_palette.html b/git/docs/gtk4_sys/fn.gtk_color_chooser_add_palette.html index 5dcb162fa82e..12321016ea71 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_chooser_add_palette.html +++ b/git/docs/gtk4_sys/fn.gtk_color_chooser_add_palette.html @@ -77,5 +77,5 @@ orientation: GtkOrientation, colors_per_line: c_int, n_colors: c_int, - colors: *mut GdkRGBA + colors: *mut GdkRGBA ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_chooser_get_rgba.html b/git/docs/gtk4_sys/fn.gtk_color_chooser_get_rgba.html index f0c274c77a41..e417df9a0d87 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_chooser_get_rgba.html +++ b/git/docs/gtk4_sys/fn.gtk_color_chooser_get_rgba.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_color_chooser_get_rgba(
     chooser: *mut GtkColorChooser,
-    color: *mut GdkRGBA
+    color: *mut GdkRGBA
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_chooser_set_rgba.html b/git/docs/gtk4_sys/fn.gtk_color_chooser_set_rgba.html index afe8794ece38..58c4276374df 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_chooser_set_rgba.html +++ b/git/docs/gtk4_sys/fn.gtk_color_chooser_set_rgba.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_color_chooser_set_rgba(
     chooser: *mut GtkColorChooser,
-    color: *const GdkRGBA
+    color: *const GdkRGBA
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_dialog_button_get_rgba.html b/git/docs/gtk4_sys/fn.gtk_color_dialog_button_get_rgba.html index addef8e0d55a..96e71fc5e938 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_dialog_button_get_rgba.html +++ b/git/docs/gtk4_sys/fn.gtk_color_dialog_button_get_rgba.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_color_dialog_button_get_rgba(
     self_: *mut GtkColorDialogButton
-) -> *const GdkRGBA
Available on crate feature v4_10 only.
\ No newline at end of file +) -> *const GdkRGBA
Available on crate feature v4_10 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_dialog_button_set_rgba.html b/git/docs/gtk4_sys/fn.gtk_color_dialog_button_set_rgba.html index f4e3f515bd34..5c2cf07ffc03 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_dialog_button_set_rgba.html +++ b/git/docs/gtk4_sys/fn.gtk_color_dialog_button_set_rgba.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_color_dialog_button_set_rgba(
     self_: *mut GtkColorDialogButton,
-    color: *const GdkRGBA
+    color: *const GdkRGBA
 )
Available on crate feature v4_10 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba.html b/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba.html index d5aedc1ea657..bec72279679b 100644 --- a/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba.html +++ b/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba.html @@ -75,7 +75,7 @@
pub unsafe extern "C" fn gtk_color_dialog_choose_rgba(
     self_: *mut GtkColorDialog,
     parent: *mut GtkWindow,
-    initial_color: *const GdkRGBA,
+    initial_color: *const GdkRGBA,
     cancellable: *mut GCancellable,
     callback: GAsyncReadyCallback,
     user_data: gpointer
diff --git a/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba_finish.html b/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba_finish.html
index d67f6c28deda..30430ef03dda 100644
--- a/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba_finish.html
+++ b/git/docs/gtk4_sys/fn.gtk_color_dialog_choose_rgba_finish.html
@@ -76,4 +76,4 @@
     self_: *mut GtkColorDialog,
     result: *mut GAsyncResult,
     error: *mut *mut GError
-) -> *mut GdkRGBA
Available on crate feature v4_10 only.
\ No newline at end of file +) -> *mut GdkRGBA
Available on crate feature v4_10 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_combo_box_popup_for_device.html b/git/docs/gtk4_sys/fn.gtk_combo_box_popup_for_device.html index 2063788ff1b9..bb637fc2ef47 100644 --- a/git/docs/gtk4_sys/fn.gtk_combo_box_popup_for_device.html +++ b/git/docs/gtk4_sys/fn.gtk_combo_box_popup_for_device.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_combo_box_popup_for_device(
     combo_box: *mut GtkComboBox,
-    device: *mut GdkDevice
+    device: *mut GdkDevice
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_icon_get_for_drag.html b/git/docs/gtk4_sys/fn.gtk_drag_icon_get_for_drag.html index cf3d06860adb..520517570f3c 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_icon_get_for_drag.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_icon_get_for_drag.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_drag_icon_get_for_drag(
-    drag: *mut GdkDrag
+    drag: *mut GdkDrag
 ) -> *mut GtkWidget
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_icon_set_from_paintable.html b/git/docs/gtk4_sys/fn.gtk_drag_icon_set_from_paintable.html index 2caf28b2f1ec..89449365566b 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_icon_set_from_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_icon_set_from_paintable.html @@ -73,8 +73,8 @@
pub unsafe extern "C" fn gtk_drag_icon_set_from_paintable(
-    drag: *mut GdkDrag,
-    paintable: *mut GdkPaintable,
+    drag: *mut GdkDrag,
+    paintable: *mut GdkPaintable,
     hot_x: c_int,
     hot_y: c_int
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_source_get_actions.html b/git/docs/gtk4_sys/fn.gtk_drag_source_get_actions.html index bbaa6ecf1b06..0b9395fc420f 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_source_get_actions.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_source_get_actions.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drag_source_get_actions(
     source: *mut GtkDragSource
-) -> GdkDragAction
\ No newline at end of file +) -> GdkDragAction \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_source_get_content.html b/git/docs/gtk4_sys/fn.gtk_drag_source_get_content.html index 5d3ec671e18a..edc76acab84f 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_source_get_content.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_source_get_content.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drag_source_get_content(
     source: *mut GtkDragSource
-) -> *mut GdkContentProvider
\ No newline at end of file +) -> *mut GdkContentProvider \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_source_get_drag.html b/git/docs/gtk4_sys/fn.gtk_drag_source_get_drag.html index 79ae93652fdd..09288d8c2bcb 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_source_get_drag.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_source_get_drag.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drag_source_get_drag(
     source: *mut GtkDragSource
-) -> *mut GdkDrag
\ No newline at end of file +) -> *mut GdkDrag \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_source_set_actions.html b/git/docs/gtk4_sys/fn.gtk_drag_source_set_actions.html index 213b64eed429..c9ea4a9a4226 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_source_set_actions.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_source_set_actions.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drag_source_set_actions(
     source: *mut GtkDragSource,
-    actions: GdkDragAction
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_source_set_content.html b/git/docs/gtk4_sys/fn.gtk_drag_source_set_content.html index d6b77e588260..61d2ad1a352f 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_source_set_content.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_source_set_content.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drag_source_set_content(
     source: *mut GtkDragSource,
-    content: *mut GdkContentProvider
+    content: *mut GdkContentProvider
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drag_source_set_icon.html b/git/docs/gtk4_sys/fn.gtk_drag_source_set_icon.html index e2a2e754ef70..0afa57f1683f 100644 --- a/git/docs/gtk4_sys/fn.gtk_drag_source_set_icon.html +++ b/git/docs/gtk4_sys/fn.gtk_drag_source_set_icon.html @@ -74,7 +74,7 @@
pub unsafe extern "C" fn gtk_drag_source_set_icon(
     source: *mut GtkDragSource,
-    paintable: *mut GdkPaintable,
+    paintable: *mut GdkPaintable,
     hot_x: c_int,
     hot_y: c_int
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_controller_motion_get_drop.html b/git/docs/gtk4_sys/fn.gtk_drop_controller_motion_get_drop.html index 574290d4d4f7..0351be41750a 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_controller_motion_get_drop.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_controller_motion_get_drop.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_controller_motion_get_drop(
     self_: *mut GtkDropControllerMotion
-) -> *mut GdkDrop
\ No newline at end of file +) -> *mut GdkDrop \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_actions.html b/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_actions.html index fccb5609a8a9..da807eb83036 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_actions.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_actions.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_target_async_get_actions(
     self_: *mut GtkDropTargetAsync
-) -> GdkDragAction
\ No newline at end of file +) -> GdkDragAction \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_formats.html b/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_formats.html index 5076ba5586ba..e11f9ff45b8f 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_formats.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_async_get_formats.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_target_async_get_formats(
     self_: *mut GtkDropTargetAsync
-) -> *mut GdkContentFormats
\ No newline at end of file +) -> *mut GdkContentFormats \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_async_new.html b/git/docs/gtk4_sys/fn.gtk_drop_target_async_new.html index fdd592e0e392..11fc39278368 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_async_new.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_async_new.html @@ -73,6 +73,6 @@
pub unsafe extern "C" fn gtk_drop_target_async_new(
-    formats: *mut GdkContentFormats,
-    actions: GdkDragAction
+    formats: *mut GdkContentFormats,
+    actions: GdkDragAction
 ) -> *mut GtkDropTargetAsync
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_async_reject_drop.html b/git/docs/gtk4_sys/fn.gtk_drop_target_async_reject_drop.html index 0ca0e3b9da27..d33c9367d87e 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_async_reject_drop.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_async_reject_drop.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drop_target_async_reject_drop(
     self_: *mut GtkDropTargetAsync,
-    drop: *mut GdkDrop
+    drop: *mut GdkDrop
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_actions.html b/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_actions.html index 85999c9ef6e0..a1d349ff7fce 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_actions.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_actions.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drop_target_async_set_actions(
     self_: *mut GtkDropTargetAsync,
-    actions: GdkDragAction
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_formats.html b/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_formats.html index ef7ef61dd7f4..433bead0c27f 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_formats.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_async_set_formats.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drop_target_async_set_formats(
     self_: *mut GtkDropTargetAsync,
-    formats: *mut GdkContentFormats
+    formats: *mut GdkContentFormats
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_get_actions.html b/git/docs/gtk4_sys/fn.gtk_drop_target_get_actions.html index 8ff3656c5493..92d00a5be18d 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_get_actions.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_get_actions.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_target_get_actions(
     self_: *mut GtkDropTarget
-) -> GdkDragAction
\ No newline at end of file +) -> GdkDragAction \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_get_current_drop.html b/git/docs/gtk4_sys/fn.gtk_drop_target_get_current_drop.html index b8b9e6da6dd7..2b5083de6f46 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_get_current_drop.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_get_current_drop.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_target_get_current_drop(
     self_: *mut GtkDropTarget
-) -> *mut GdkDrop
Available on crate feature v4_4 only.
\ No newline at end of file +) -> *mut GdkDrop
Available on crate feature v4_4 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_get_drop.html b/git/docs/gtk4_sys/fn.gtk_drop_target_get_drop.html index d43656b5707b..9ddb2c1aca74 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_get_drop.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_get_drop.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_target_get_drop(
     self_: *mut GtkDropTarget
-) -> *mut GdkDrop
\ No newline at end of file +) -> *mut GdkDrop \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_get_formats.html b/git/docs/gtk4_sys/fn.gtk_drop_target_get_formats.html index 2443dd089eea..6c78a5952260 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_get_formats.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_get_formats.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_drop_target_get_formats(
     self_: *mut GtkDropTarget
-) -> *mut GdkContentFormats
\ No newline at end of file +) -> *mut GdkContentFormats \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_new.html b/git/docs/gtk4_sys/fn.gtk_drop_target_new.html index 429149a7161a..f5975b666f05 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_new.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_new.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drop_target_new(
     type_: GType,
-    actions: GdkDragAction
+    actions: GdkDragAction
 ) -> *mut GtkDropTarget
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_drop_target_set_actions.html b/git/docs/gtk4_sys/fn.gtk_drop_target_set_actions.html index 7b83cdab2baa..dd461910aa0b 100644 --- a/git/docs/gtk4_sys/fn.gtk_drop_target_set_actions.html +++ b/git/docs/gtk4_sys/fn.gtk_drop_target_set_actions.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_drop_target_set_actions(
     self_: *mut GtkDropTarget,
-    actions: GdkDragAction
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_entry_get_icon_area.html b/git/docs/gtk4_sys/fn.gtk_entry_get_icon_area.html index 37f6cb58a33f..3aaa92038e0c 100644 --- a/git/docs/gtk4_sys/fn.gtk_entry_get_icon_area.html +++ b/git/docs/gtk4_sys/fn.gtk_entry_get_icon_area.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_entry_get_icon_area(
     entry: *mut GtkEntry,
     icon_pos: GtkEntryIconPosition,
-    icon_area: *mut GdkRectangle
+    icon_area: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_entry_get_icon_paintable.html b/git/docs/gtk4_sys/fn.gtk_entry_get_icon_paintable.html index 963ed4381a13..6612fa0ad57c 100644 --- a/git/docs/gtk4_sys/fn.gtk_entry_get_icon_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_entry_get_icon_paintable.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_entry_get_icon_paintable(
     entry: *mut GtkEntry,
     icon_pos: GtkEntryIconPosition
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_entry_set_icon_drag_source.html b/git/docs/gtk4_sys/fn.gtk_entry_set_icon_drag_source.html index 19034962f4f2..471667a1162c 100644 --- a/git/docs/gtk4_sys/fn.gtk_entry_set_icon_drag_source.html +++ b/git/docs/gtk4_sys/fn.gtk_entry_set_icon_drag_source.html @@ -75,6 +75,6 @@
pub unsafe extern "C" fn gtk_entry_set_icon_drag_source(
     entry: *mut GtkEntry,
     icon_pos: GtkEntryIconPosition,
-    provider: *mut GdkContentProvider,
-    actions: GdkDragAction
+    provider: *mut GdkContentProvider,
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_entry_set_icon_from_paintable.html b/git/docs/gtk4_sys/fn.gtk_entry_set_icon_from_paintable.html index 6c45f666ead0..4430f72ef364 100644 --- a/git/docs/gtk4_sys/fn.gtk_entry_set_icon_from_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_entry_set_icon_from_paintable.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_entry_set_icon_from_paintable(
     entry: *mut GtkEntry,
     icon_pos: GtkEntryIconPosition,
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event.html b/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event.html index bc99da027c21..cb342f31d542 100644 --- a/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event.html +++ b/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_event_controller_get_current_event(
     controller: *mut GtkEventController
-) -> *mut GdkEvent
\ No newline at end of file +) -> *mut GdkEvent \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_device.html b/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_device.html index 06a377a5b2c8..80b2b34a695d 100644 --- a/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_device.html +++ b/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_device.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_event_controller_get_current_event_device(
     controller: *mut GtkEventController
-) -> *mut GdkDevice
\ No newline at end of file +) -> *mut GdkDevice \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_state.html b/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_state.html index 5807da23dea0..e3f07d0b6814 100644 --- a/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_state.html +++ b/git/docs/gtk4_sys/fn.gtk_event_controller_get_current_event_state.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_event_controller_get_current_event_state(
     controller: *mut GtkEventController
-) -> GdkModifierType
\ No newline at end of file +) -> GdkModifierType \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_event_controller_scroll_get_unit.html b/git/docs/gtk4_sys/fn.gtk_event_controller_scroll_get_unit.html index 40aa916b1b78..acd036dc0228 100644 --- a/git/docs/gtk4_sys/fn.gtk_event_controller_scroll_get_unit.html +++ b/git/docs/gtk4_sys/fn.gtk_event_controller_scroll_get_unit.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_event_controller_scroll_get_unit(
     scroll: *mut GtkEventControllerScroll
-) -> GdkScrollUnit
Available on crate feature v4_8 only.
\ No newline at end of file +) -> GdkScrollUnit
Available on crate feature v4_8 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_get_bounding_box.html b/git/docs/gtk4_sys/fn.gtk_gesture_get_bounding_box.html index 61ac20e33aa6..a154e98c72e4 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_get_bounding_box.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_get_bounding_box.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_gesture_get_bounding_box(
     gesture: *mut GtkGesture,
-    rect: *mut GdkRectangle
+    rect: *mut GdkRectangle
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_get_device.html b/git/docs/gtk4_sys/fn.gtk_gesture_get_device.html index 175bca986892..949dc1d408e7 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_get_device.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_get_device.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gesture_get_device(
     gesture: *mut GtkGesture
-) -> *mut GdkDevice
\ No newline at end of file +) -> *mut GdkDevice \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_get_last_event.html b/git/docs/gtk4_sys/fn.gtk_gesture_get_last_event.html index 0f075096748c..8b229c444b54 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_get_last_event.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_get_last_event.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_gesture_get_last_event(
     gesture: *mut GtkGesture,
-    sequence: *mut GdkEventSequence
-) -> *mut GdkEvent
\ No newline at end of file + sequence: *mut GdkEventSequence +) -> *mut GdkEvent \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_get_last_updated_sequence.html b/git/docs/gtk4_sys/fn.gtk_gesture_get_last_updated_sequence.html index 8d3481dc6358..88a68aa8ef32 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_get_last_updated_sequence.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_get_last_updated_sequence.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gesture_get_last_updated_sequence(
     gesture: *mut GtkGesture
-) -> *mut GdkEventSequence
\ No newline at end of file +) -> *mut GdkEventSequence \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_get_point.html b/git/docs/gtk4_sys/fn.gtk_gesture_get_point.html index 035d11ee9c9d..9892e88ff4aa 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_get_point.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_get_point.html @@ -74,7 +74,7 @@
pub unsafe extern "C" fn gtk_gesture_get_point(
     gesture: *mut GtkGesture,
-    sequence: *mut GdkEventSequence,
+    sequence: *mut GdkEventSequence,
     x: *mut c_double,
     y: *mut c_double
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_get_sequence_state.html b/git/docs/gtk4_sys/fn.gtk_gesture_get_sequence_state.html index 02c387c32293..5234c12df5a0 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_get_sequence_state.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_get_sequence_state.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_gesture_get_sequence_state(
     gesture: *mut GtkGesture,
-    sequence: *mut GdkEventSequence
+    sequence: *mut GdkEventSequence
 ) -> GtkEventSequenceState
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_handles_sequence.html b/git/docs/gtk4_sys/fn.gtk_gesture_handles_sequence.html index 34e897036526..0d3d5278bef5 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_handles_sequence.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_handles_sequence.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_gesture_handles_sequence(
     gesture: *mut GtkGesture,
-    sequence: *mut GdkEventSequence
+    sequence: *mut GdkEventSequence
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_set_sequence_state.html b/git/docs/gtk4_sys/fn.gtk_gesture_set_sequence_state.html index ce7694416c98..b0ecffc27fa8 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_set_sequence_state.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_set_sequence_state.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_gesture_set_sequence_state(
     gesture: *mut GtkGesture,
-    sequence: *mut GdkEventSequence,
+    sequence: *mut GdkEventSequence,
     state: GtkEventSequenceState
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_single_get_current_sequence.html b/git/docs/gtk4_sys/fn.gtk_gesture_single_get_current_sequence.html index 5af92ba81cca..47d673a33246 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_single_get_current_sequence.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_single_get_current_sequence.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gesture_single_get_current_sequence(
     gesture: *mut GtkGestureSingle
-) -> *mut GdkEventSequence
\ No newline at end of file +) -> *mut GdkEventSequence \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axes.html b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axes.html index 6ebec1e596c6..494ce0bfa66e 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axes.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axes.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_gesture_stylus_get_axes(
     gesture: *mut GtkGestureStylus,
-    axes: *mut GdkAxisUse,
+    axes: *mut GdkAxisUse,
     values: *mut *mut c_double
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axis.html b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axis.html index 70946b150ca2..7b504cb65d1d 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axis.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_axis.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_gesture_stylus_get_axis(
     gesture: *mut GtkGestureStylus,
-    axis: GdkAxisUse,
+    axis: GdkAxisUse,
     value: *mut c_double
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_backlog.html b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_backlog.html index 745d46a2db3d..e4094d48da6f 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_backlog.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_backlog.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_gesture_stylus_get_backlog(
     gesture: *mut GtkGestureStylus,
-    backlog: *mut *mut GdkTimeCoord,
+    backlog: *mut *mut GdkTimeCoord,
     n_elems: *mut c_uint
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_device_tool.html b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_device_tool.html index ab75d9311824..04dee5d4129e 100644 --- a/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_device_tool.html +++ b/git/docs/gtk4_sys/fn.gtk_gesture_stylus_get_device_tool.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gesture_stylus_get_device_tool(
     gesture: *mut GtkGestureStylus
-) -> *mut GdkDeviceTool
\ No newline at end of file +) -> *mut GdkDeviceTool \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gl_area_get_allowed_apis.html b/git/docs/gtk4_sys/fn.gtk_gl_area_get_allowed_apis.html index f24f11563119..65923b4f4b25 100644 --- a/git/docs/gtk4_sys/fn.gtk_gl_area_get_allowed_apis.html +++ b/git/docs/gtk4_sys/fn.gtk_gl_area_get_allowed_apis.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gl_area_get_allowed_apis(
     area: *mut GtkGLArea
-) -> GdkGLAPI
Available on crate feature v4_12 only.
\ No newline at end of file +) -> GdkGLAPI
Available on crate feature v4_12 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gl_area_get_api.html b/git/docs/gtk4_sys/fn.gtk_gl_area_get_api.html index 86d13f5a42d3..48f71e903a2f 100644 --- a/git/docs/gtk4_sys/fn.gtk_gl_area_get_api.html +++ b/git/docs/gtk4_sys/fn.gtk_gl_area_get_api.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gl_area_get_api(
     area: *mut GtkGLArea
-) -> GdkGLAPI
Available on crate feature v4_12 only.
\ No newline at end of file +) -> GdkGLAPI
Available on crate feature v4_12 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gl_area_get_context.html b/git/docs/gtk4_sys/fn.gtk_gl_area_get_context.html index c3272ec14057..ea51c96fe66d 100644 --- a/git/docs/gtk4_sys/fn.gtk_gl_area_get_context.html +++ b/git/docs/gtk4_sys/fn.gtk_gl_area_get_context.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_gl_area_get_context(
     area: *mut GtkGLArea
-) -> *mut GdkGLContext
\ No newline at end of file +) -> *mut GdkGLContext \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_gl_area_set_allowed_apis.html b/git/docs/gtk4_sys/fn.gtk_gl_area_set_allowed_apis.html index fe5ec64990ff..17219dc27794 100644 --- a/git/docs/gtk4_sys/fn.gtk_gl_area_set_allowed_apis.html +++ b/git/docs/gtk4_sys/fn.gtk_gl_area_set_allowed_apis.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_gl_area_set_allowed_apis(
     area: *mut GtkGLArea,
-    apis: GdkGLAPI
+    apis: GdkGLAPI
 )
Available on crate feature v4_12 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_icon_theme_get_display.html b/git/docs/gtk4_sys/fn.gtk_icon_theme_get_display.html index 1ca9e354e8af..953dd80912f0 100644 --- a/git/docs/gtk4_sys/fn.gtk_icon_theme_get_display.html +++ b/git/docs/gtk4_sys/fn.gtk_icon_theme_get_display.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_icon_theme_get_display(
     self_: *mut GtkIconTheme
-) -> *mut GdkDisplay
\ No newline at end of file +) -> *mut GdkDisplay \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_icon_theme_get_for_display.html b/git/docs/gtk4_sys/fn.gtk_icon_theme_get_for_display.html index e39848232251..02e14e8417d2 100644 --- a/git/docs/gtk4_sys/fn.gtk_icon_theme_get_for_display.html +++ b/git/docs/gtk4_sys/fn.gtk_icon_theme_get_for_display.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_icon_theme_get_for_display(
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 ) -> *mut GtkIconTheme
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_icon_view_create_drag_icon.html b/git/docs/gtk4_sys/fn.gtk_icon_view_create_drag_icon.html index 5110fd209e4a..8dc44d3d26d5 100644 --- a/git/docs/gtk4_sys/fn.gtk_icon_view_create_drag_icon.html +++ b/git/docs/gtk4_sys/fn.gtk_icon_view_create_drag_icon.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_icon_view_create_drag_icon(
     icon_view: *mut GtkIconView,
     path: *mut GtkTreePath
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_dest.html b/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_dest.html index 304e961bfd7a..8c28fb95c2ee 100644 --- a/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_dest.html +++ b/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_dest.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_icon_view_enable_model_drag_dest(
     icon_view: *mut GtkIconView,
-    formats: *mut GdkContentFormats,
-    actions: GdkDragAction
+    formats: *mut GdkContentFormats,
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_source.html b/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_source.html index 63180372ab74..25a5acae1f66 100644 --- a/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_source.html +++ b/git/docs/gtk4_sys/fn.gtk_icon_view_enable_model_drag_source.html @@ -74,7 +74,7 @@
pub unsafe extern "C" fn gtk_icon_view_enable_model_drag_source(
     icon_view: *mut GtkIconView,
-    start_button_mask: GdkModifierType,
-    formats: *mut GdkContentFormats,
-    actions: GdkDragAction
+    start_button_mask: GdkModifierType,
+    formats: *mut GdkContentFormats,
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_icon_view_get_cell_rect.html b/git/docs/gtk4_sys/fn.gtk_icon_view_get_cell_rect.html index 8a227fbdd515..8550c65255db 100644 --- a/git/docs/gtk4_sys/fn.gtk_icon_view_get_cell_rect.html +++ b/git/docs/gtk4_sys/fn.gtk_icon_view_get_cell_rect.html @@ -76,5 +76,5 @@ icon_view: *mut GtkIconView, path: *mut GtkTreePath, cell: *mut GtkCellRenderer, - rect: *mut GdkRectangle + rect: *mut GdkRectangle ) -> gboolean \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_im_context_filter_key.html b/git/docs/gtk4_sys/fn.gtk_im_context_filter_key.html index 669004b8c734..d06e7802422f 100644 --- a/git/docs/gtk4_sys/fn.gtk_im_context_filter_key.html +++ b/git/docs/gtk4_sys/fn.gtk_im_context_filter_key.html @@ -75,10 +75,10 @@
pub unsafe extern "C" fn gtk_im_context_filter_key(
     context: *mut GtkIMContext,
     press: gboolean,
-    surface: *mut GdkSurface,
-    device: *mut GdkDevice,
+    surface: *mut GdkSurface,
+    device: *mut GdkDevice,
     time: u32,
     keycode: c_uint,
-    state: GdkModifierType,
+    state: GdkModifierType,
     group: c_int
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_im_context_filter_keypress.html b/git/docs/gtk4_sys/fn.gtk_im_context_filter_keypress.html index 941dc2690780..981d0d4c65b7 100644 --- a/git/docs/gtk4_sys/fn.gtk_im_context_filter_keypress.html +++ b/git/docs/gtk4_sys/fn.gtk_im_context_filter_keypress.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_im_context_filter_keypress(
     context: *mut GtkIMContext,
-    event: *mut GdkEvent
+    event: *mut GdkEvent
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_im_context_set_cursor_location.html b/git/docs/gtk4_sys/fn.gtk_im_context_set_cursor_location.html index 73cbbfd1bebd..ce6adaf9b025 100644 --- a/git/docs/gtk4_sys/fn.gtk_im_context_set_cursor_location.html +++ b/git/docs/gtk4_sys/fn.gtk_im_context_set_cursor_location.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_im_context_set_cursor_location(
     context: *mut GtkIMContext,
-    area: *const GdkRectangle
+    area: *const GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_image_get_paintable.html b/git/docs/gtk4_sys/fn.gtk_image_get_paintable.html index 7273f70df7bb..69bda898adf8 100644 --- a/git/docs/gtk4_sys/fn.gtk_image_get_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_image_get_paintable.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_image_get_paintable(
     image: *mut GtkImage
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_image_new_from_paintable.html b/git/docs/gtk4_sys/fn.gtk_image_new_from_paintable.html index ad4ab075e724..0fd82009ef63 100644 --- a/git/docs/gtk4_sys/fn.gtk_image_new_from_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_image_new_from_paintable.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_image_new_from_paintable(
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 ) -> *mut GtkWidget
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_image_set_from_paintable.html b/git/docs/gtk4_sys/fn.gtk_image_set_from_paintable.html index 206b4791bb15..4f3200eaa63a 100644 --- a/git/docs/gtk4_sys/fn.gtk_image_set_from_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_image_set_from_paintable.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_image_set_from_paintable(
     image: *mut GtkImage,
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_keyval_trigger_get_modifiers.html b/git/docs/gtk4_sys/fn.gtk_keyval_trigger_get_modifiers.html index ded14b7d46f8..cd9881e91a88 100644 --- a/git/docs/gtk4_sys/fn.gtk_keyval_trigger_get_modifiers.html +++ b/git/docs/gtk4_sys/fn.gtk_keyval_trigger_get_modifiers.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_keyval_trigger_get_modifiers(
     self_: *mut GtkKeyvalTrigger
-) -> GdkModifierType
\ No newline at end of file +) -> GdkModifierType \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_keyval_trigger_new.html b/git/docs/gtk4_sys/fn.gtk_keyval_trigger_new.html index 77ddabef8181..82d91b901d7e 100644 --- a/git/docs/gtk4_sys/fn.gtk_keyval_trigger_new.html +++ b/git/docs/gtk4_sys/fn.gtk_keyval_trigger_new.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_keyval_trigger_new(
     keyval: c_uint,
-    modifiers: GdkModifierType
+    modifiers: GdkModifierType
 ) -> *mut GtkShortcutTrigger
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_media_stream_realize.html b/git/docs/gtk4_sys/fn.gtk_media_stream_realize.html index 6a7d64d6710a..4aa64f35bb34 100644 --- a/git/docs/gtk4_sys/fn.gtk_media_stream_realize.html +++ b/git/docs/gtk4_sys/fn.gtk_media_stream_realize.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_media_stream_realize(
     self_: *mut GtkMediaStream,
-    surface: *mut GdkSurface
+    surface: *mut GdkSurface
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_media_stream_unrealize.html b/git/docs/gtk4_sys/fn.gtk_media_stream_unrealize.html index 380c1f370472..cdeb77e38b0a 100644 --- a/git/docs/gtk4_sys/fn.gtk_media_stream_unrealize.html +++ b/git/docs/gtk4_sys/fn.gtk_media_stream_unrealize.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_media_stream_unrealize(
     self_: *mut GtkMediaStream,
-    surface: *mut GdkSurface
+    surface: *mut GdkSurface
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_mount_operation_get_display.html b/git/docs/gtk4_sys/fn.gtk_mount_operation_get_display.html index 3df60a54f4a1..6a1559f2bb1a 100644 --- a/git/docs/gtk4_sys/fn.gtk_mount_operation_get_display.html +++ b/git/docs/gtk4_sys/fn.gtk_mount_operation_get_display.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_mount_operation_get_display(
     op: *mut GtkMountOperation
-) -> *mut GdkDisplay
\ No newline at end of file +) -> *mut GdkDisplay \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_mount_operation_set_display.html b/git/docs/gtk4_sys/fn.gtk_mount_operation_set_display.html index 8ce29e94bf8e..107039c54413 100644 --- a/git/docs/gtk4_sys/fn.gtk_mount_operation_set_display.html +++ b/git/docs/gtk4_sys/fn.gtk_mount_operation_set_display.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_mount_operation_set_display(
     op: *mut GtkMountOperation,
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_native_get_for_surface.html b/git/docs/gtk4_sys/fn.gtk_native_get_for_surface.html index e151e9ec43ad..6872f1eadc6b 100644 --- a/git/docs/gtk4_sys/fn.gtk_native_get_for_surface.html +++ b/git/docs/gtk4_sys/fn.gtk_native_get_for_surface.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_native_get_for_surface(
-    surface: *mut GdkSurface
+    surface: *mut GdkSurface
 ) -> *mut GtkNative
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_native_get_surface.html b/git/docs/gtk4_sys/fn.gtk_native_get_surface.html index e30fffaad561..279434ec3c9f 100644 --- a/git/docs/gtk4_sys/fn.gtk_native_get_surface.html +++ b/git/docs/gtk4_sys/fn.gtk_native_get_surface.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_native_get_surface(
     self_: *mut GtkNative
-) -> *mut GdkSurface
\ No newline at end of file +) -> *mut GdkSurface \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_pad_controller_new.html b/git/docs/gtk4_sys/fn.gtk_pad_controller_new.html index d497ebc74848..29b474d121e7 100644 --- a/git/docs/gtk4_sys/fn.gtk_pad_controller_new.html +++ b/git/docs/gtk4_sys/fn.gtk_pad_controller_new.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_pad_controller_new(
     group: *mut GActionGroup,
-    pad: *mut GdkDevice
+    pad: *mut GdkDevice
 ) -> *mut GtkPadController
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_picture_get_paintable.html b/git/docs/gtk4_sys/fn.gtk_picture_get_paintable.html index 5e64dcf5d3ba..24f2ceaab1ff 100644 --- a/git/docs/gtk4_sys/fn.gtk_picture_get_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_picture_get_paintable.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_picture_get_paintable(
     self_: *mut GtkPicture
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_picture_new_for_paintable.html b/git/docs/gtk4_sys/fn.gtk_picture_new_for_paintable.html index a8bc7d0256b3..2cf59f6b1e1c 100644 --- a/git/docs/gtk4_sys/fn.gtk_picture_new_for_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_picture_new_for_paintable.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_picture_new_for_paintable(
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 ) -> *mut GtkWidget
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_picture_set_paintable.html b/git/docs/gtk4_sys/fn.gtk_picture_set_paintable.html index b6226e50a173..f83a19bd23d1 100644 --- a/git/docs/gtk4_sys/fn.gtk_picture_set_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_picture_set_paintable.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_picture_set_paintable(
     self_: *mut GtkPicture,
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_popover_get_pointing_to.html b/git/docs/gtk4_sys/fn.gtk_popover_get_pointing_to.html index ee819ef5a6e9..573bd270e605 100644 --- a/git/docs/gtk4_sys/fn.gtk_popover_get_pointing_to.html +++ b/git/docs/gtk4_sys/fn.gtk_popover_get_pointing_to.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_popover_get_pointing_to(
     popover: *mut GtkPopover,
-    rect: *mut GdkRectangle
+    rect: *mut GdkRectangle
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_popover_set_pointing_to.html b/git/docs/gtk4_sys/fn.gtk_popover_set_pointing_to.html index 4d5b27266219..48fbe1176498 100644 --- a/git/docs/gtk4_sys/fn.gtk_popover_set_pointing_to.html +++ b/git/docs/gtk4_sys/fn.gtk_popover_set_pointing_to.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_popover_set_pointing_to(
     popover: *mut GtkPopover,
-    rect: *const GdkRectangle
+    rect: *const GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_range_get_range_rect.html b/git/docs/gtk4_sys/fn.gtk_range_get_range_rect.html index d183685b9f97..4a8cf307c944 100644 --- a/git/docs/gtk4_sys/fn.gtk_range_get_range_rect.html +++ b/git/docs/gtk4_sys/fn.gtk_range_get_range_rect.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_range_get_range_rect(
     range: *mut GtkRange,
-    range_rect: *mut GdkRectangle
+    range_rect: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_render_icon.html b/git/docs/gtk4_sys/fn.gtk_render_icon.html index 7e91399e528f..d22820139395 100644 --- a/git/docs/gtk4_sys/fn.gtk_render_icon.html +++ b/git/docs/gtk4_sys/fn.gtk_render_icon.html @@ -75,7 +75,7 @@

Function gtk4_sys::gtk_render_icon

source ·
pub unsafe extern "C" fn gtk_render_icon(
     context: *mut GtkStyleContext,
     cr: *mut cairo_t,
-    texture: *mut GdkTexture,
+    texture: *mut GdkTexture,
     x: c_double,
     y: c_double
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_root_get_display.html b/git/docs/gtk4_sys/fn.gtk_root_get_display.html index 6a8c9a3e09ae..aac7fdbbddfa 100644 --- a/git/docs/gtk4_sys/fn.gtk_root_get_display.html +++ b/git/docs/gtk4_sys/fn.gtk_root_get_display.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_root_get_display(
     self_: *mut GtkRoot
-) -> *mut GdkDisplay
\ No newline at end of file +) -> *mut GdkDisplay \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_settings_get_for_display.html b/git/docs/gtk4_sys/fn.gtk_settings_get_for_display.html index 288e4f9d3c50..23f7695f6792 100644 --- a/git/docs/gtk4_sys/fn.gtk_settings_get_for_display.html +++ b/git/docs/gtk4_sys/fn.gtk_settings_get_for_display.html @@ -73,5 +73,5 @@
pub unsafe extern "C" fn gtk_settings_get_for_display(
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 ) -> *mut GtkSettings
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_shortcut_controller_get_mnemonics_modifiers.html b/git/docs/gtk4_sys/fn.gtk_shortcut_controller_get_mnemonics_modifiers.html index 4092f72c3fc0..86f485834770 100644 --- a/git/docs/gtk4_sys/fn.gtk_shortcut_controller_get_mnemonics_modifiers.html +++ b/git/docs/gtk4_sys/fn.gtk_shortcut_controller_get_mnemonics_modifiers.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_shortcut_controller_get_mnemonics_modifiers(
     self_: *mut GtkShortcutController
-) -> GdkModifierType
\ No newline at end of file +) -> GdkModifierType \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_shortcut_controller_set_mnemonics_modifiers.html b/git/docs/gtk4_sys/fn.gtk_shortcut_controller_set_mnemonics_modifiers.html index 30b7c5c524b6..5a66c1b53893 100644 --- a/git/docs/gtk4_sys/fn.gtk_shortcut_controller_set_mnemonics_modifiers.html +++ b/git/docs/gtk4_sys/fn.gtk_shortcut_controller_set_mnemonics_modifiers.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_shortcut_controller_set_mnemonics_modifiers(
     self_: *mut GtkShortcutController,
-    modifiers: GdkModifierType
+    modifiers: GdkModifierType
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_print_label.html b/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_print_label.html index cb56abd1e2d1..776dd04f92fb 100644 --- a/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_print_label.html +++ b/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_print_label.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_shortcut_trigger_print_label(
     self_: *mut GtkShortcutTrigger,
-    display: *mut GdkDisplay,
+    display: *mut GdkDisplay,
     string: *mut GString
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_to_label.html b/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_to_label.html index cd09e8529fb4..8e99b0e6a1cf 100644 --- a/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_to_label.html +++ b/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_to_label.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_shortcut_trigger_to_label(
     self_: *mut GtkShortcutTrigger,
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 ) -> *mut c_char
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_trigger.html b/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_trigger.html index ad69c026ca55..820efd7614e7 100644 --- a/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_trigger.html +++ b/git/docs/gtk4_sys/fn.gtk_shortcut_trigger_trigger.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_shortcut_trigger_trigger(
     self_: *mut GtkShortcutTrigger,
-    event: *mut GdkEvent,
+    event: *mut GdkEvent,
     enable_mnemonics: gboolean
-) -> GdkKeyMatch
\ No newline at end of file +) -> GdkKeyMatch \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_border.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_border.html index 8e261198360b..58212a350d5f 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_border.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_border.html @@ -76,5 +76,5 @@ snapshot: *mut GtkSnapshot, outline: *const GskRoundedRect, border_width: *const [c_float; 4], - border_color: *const [GdkRGBA; 4] + border_color: *const [GdkRGBA; 4] ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_color.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_color.html index 903920dd0540..1a77663ec8cc 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_color.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_color.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_snapshot_append_color(
     snapshot: *mut GtkSnapshot,
-    color: *const GdkRGBA,
+    color: *const GdkRGBA,
     bounds: *const graphene_rect_t
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_fill.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_fill.html index ce7590c70f0c..2f0fc93e57ee 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_fill.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_fill.html @@ -76,5 +76,5 @@ snapshot: *mut GtkSnapshot, path: *mut GskPath, fill_rule: GskFillRule, - color: *const GdkRGBA + color: *const GdkRGBA )
Available on crate feature v4_14 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_inset_shadow.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_inset_shadow.html index 88e803e00d1f..03e930d3b3af 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_inset_shadow.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_inset_shadow.html @@ -75,7 +75,7 @@
pub unsafe extern "C" fn gtk_snapshot_append_inset_shadow(
     snapshot: *mut GtkSnapshot,
     outline: *const GskRoundedRect,
-    color: *const GdkRGBA,
+    color: *const GdkRGBA,
     dx: c_float,
     dy: c_float,
     spread: c_float,
diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_layout.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_layout.html
index c81d6c9ebe3e..5207016ae8b8 100644
--- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_layout.html
+++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_layout.html
@@ -75,5 +75,5 @@
     
pub unsafe extern "C" fn gtk_snapshot_append_layout(
     snapshot: *mut GtkSnapshot,
     layout: *mut PangoLayout,
-    color: *const GdkRGBA
+    color: *const GdkRGBA
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_outset_shadow.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_outset_shadow.html index 1b52c51115aa..d7ce0aa65391 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_outset_shadow.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_outset_shadow.html @@ -75,7 +75,7 @@
pub unsafe extern "C" fn gtk_snapshot_append_outset_shadow(
     snapshot: *mut GtkSnapshot,
     outline: *const GskRoundedRect,
-    color: *const GdkRGBA,
+    color: *const GdkRGBA,
     dx: c_float,
     dy: c_float,
     spread: c_float,
diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_scaled_texture.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_scaled_texture.html
index 9b2b9d4198ab..dcf3ba285c5b 100644
--- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_scaled_texture.html
+++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_scaled_texture.html
@@ -74,7 +74,7 @@
 
     
pub unsafe extern "C" fn gtk_snapshot_append_scaled_texture(
     snapshot: *mut GtkSnapshot,
-    texture: *mut GdkTexture,
+    texture: *mut GdkTexture,
     filter: GskScalingFilter,
     bounds: *const graphene_rect_t
 )
Available on crate feature v4_10 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_stroke.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_stroke.html index 2a25e8c94f04..33c5454ab3c8 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_stroke.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_stroke.html @@ -76,5 +76,5 @@ snapshot: *mut GtkSnapshot, path: *mut GskPath, stroke: *const GskStroke, - color: *const GdkRGBA + color: *const GdkRGBA )
Available on crate feature v4_14 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_append_texture.html b/git/docs/gtk4_sys/fn.gtk_snapshot_append_texture.html index f8f905c009ca..f4612b28dbe8 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_append_texture.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_append_texture.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_snapshot_append_texture(
     snapshot: *mut GtkSnapshot,
-    texture: *mut GdkTexture,
+    texture: *mut GdkTexture,
     bounds: *const graphene_rect_t
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_free_to_paintable.html b/git/docs/gtk4_sys/fn.gtk_snapshot_free_to_paintable.html index 0bdba085b440..af6b02a47807 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_free_to_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_free_to_paintable.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_snapshot_free_to_paintable(
     snapshot: *mut GtkSnapshot,
     size: *const graphene_size_t
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_snapshot_to_paintable.html b/git/docs/gtk4_sys/fn.gtk_snapshot_to_paintable.html index fe8fac7cc2f4..52c61ac28600 100644 --- a/git/docs/gtk4_sys/fn.gtk_snapshot_to_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_snapshot_to_paintable.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_snapshot_to_paintable(
     snapshot: *mut GtkSnapshot,
     size: *const graphene_size_t
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_style_context_add_provider_for_display.html b/git/docs/gtk4_sys/fn.gtk_style_context_add_provider_for_display.html index aebce11a5d54..5c419205a18e 100644 --- a/git/docs/gtk4_sys/fn.gtk_style_context_add_provider_for_display.html +++ b/git/docs/gtk4_sys/fn.gtk_style_context_add_provider_for_display.html @@ -73,7 +73,7 @@
pub unsafe extern "C" fn gtk_style_context_add_provider_for_display(
-    display: *mut GdkDisplay,
+    display: *mut GdkDisplay,
     provider: *mut GtkStyleProvider,
     priority: c_uint
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_style_context_get_color.html b/git/docs/gtk4_sys/fn.gtk_style_context_get_color.html index c72de6a11e03..4f9896af03f0 100644 --- a/git/docs/gtk4_sys/fn.gtk_style_context_get_color.html +++ b/git/docs/gtk4_sys/fn.gtk_style_context_get_color.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_style_context_get_color(
     context: *mut GtkStyleContext,
-    color: *mut GdkRGBA
+    color: *mut GdkRGBA
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_style_context_get_display.html b/git/docs/gtk4_sys/fn.gtk_style_context_get_display.html index aa973fadc138..3b0e46c7597e 100644 --- a/git/docs/gtk4_sys/fn.gtk_style_context_get_display.html +++ b/git/docs/gtk4_sys/fn.gtk_style_context_get_display.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_style_context_get_display(
     context: *mut GtkStyleContext
-) -> *mut GdkDisplay
\ No newline at end of file +) -> *mut GdkDisplay \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_style_context_lookup_color.html b/git/docs/gtk4_sys/fn.gtk_style_context_lookup_color.html index 760d6e4b911b..87195cfaf5e1 100644 --- a/git/docs/gtk4_sys/fn.gtk_style_context_lookup_color.html +++ b/git/docs/gtk4_sys/fn.gtk_style_context_lookup_color.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_style_context_lookup_color(
     context: *mut GtkStyleContext,
     color_name: *const c_char,
-    color: *mut GdkRGBA
+    color: *mut GdkRGBA
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_style_context_remove_provider_for_display.html b/git/docs/gtk4_sys/fn.gtk_style_context_remove_provider_for_display.html index de65319e8a1b..6cc4c8d8e4d4 100644 --- a/git/docs/gtk4_sys/fn.gtk_style_context_remove_provider_for_display.html +++ b/git/docs/gtk4_sys/fn.gtk_style_context_remove_provider_for_display.html @@ -73,6 +73,6 @@
pub unsafe extern "C" fn gtk_style_context_remove_provider_for_display(
-    display: *mut GdkDisplay,
+    display: *mut GdkDisplay,
     provider: *mut GtkStyleProvider
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_style_context_set_display.html b/git/docs/gtk4_sys/fn.gtk_style_context_set_display.html index 655045fab4a4..60beadd66a0c 100644 --- a/git/docs/gtk4_sys/fn.gtk_style_context_set_display.html +++ b/git/docs/gtk4_sys/fn.gtk_style_context_set_display.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_style_context_set_display(
     context: *mut GtkStyleContext,
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_symbolic_paintable_snapshot_symbolic.html b/git/docs/gtk4_sys/fn.gtk_symbolic_paintable_snapshot_symbolic.html index dfb292f0cb26..72cf458e381a 100644 --- a/git/docs/gtk4_sys/fn.gtk_symbolic_paintable_snapshot_symbolic.html +++ b/git/docs/gtk4_sys/fn.gtk_symbolic_paintable_snapshot_symbolic.html @@ -74,9 +74,9 @@
pub unsafe extern "C" fn gtk_symbolic_paintable_snapshot_symbolic(
     paintable: *mut GtkSymbolicPaintable,
-    snapshot: *mut GdkSnapshot,
+    snapshot: *mut GdkSnapshot,
     width: c_double,
     height: c_double,
-    colors: *const GdkRGBA,
+    colors: *const GdkRGBA,
     n_colors: size_t
 )
Available on crate feature v4_6 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_add_selection_clipboard.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_add_selection_clipboard.html index e2d15a9d9e9d..91c1c98dd4ca 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_add_selection_clipboard.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_add_selection_clipboard.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_text_buffer_add_selection_clipboard(
     buffer: *mut GtkTextBuffer,
-    clipboard: *mut GdkClipboard
+    clipboard: *mut GdkClipboard
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_copy_clipboard.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_copy_clipboard.html index 24d3a68c053b..588abf1dc468 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_copy_clipboard.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_copy_clipboard.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_text_buffer_copy_clipboard(
     buffer: *mut GtkTextBuffer,
-    clipboard: *mut GdkClipboard
+    clipboard: *mut GdkClipboard
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_cut_clipboard.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_cut_clipboard.html index 6e1200891a96..6a144f93e37b 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_cut_clipboard.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_cut_clipboard.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_text_buffer_cut_clipboard(
     buffer: *mut GtkTextBuffer,
-    clipboard: *mut GdkClipboard,
+    clipboard: *mut GdkClipboard,
     default_editable: gboolean
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_get_selection_content.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_get_selection_content.html index c54218d19eef..95ca27c2f66d 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_get_selection_content.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_get_selection_content.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_text_buffer_get_selection_content(
     buffer: *mut GtkTextBuffer
-) -> *mut GdkContentProvider
\ No newline at end of file +) -> *mut GdkContentProvider \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_insert_paintable.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_insert_paintable.html index 646610ecee2e..cbae4c14d47e 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_insert_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_insert_paintable.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_text_buffer_insert_paintable(
     buffer: *mut GtkTextBuffer,
     iter: *mut GtkTextIter,
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_paste_clipboard.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_paste_clipboard.html index 6d483a3ac313..1f86975b24ee 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_paste_clipboard.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_paste_clipboard.html @@ -74,7 +74,7 @@
pub unsafe extern "C" fn gtk_text_buffer_paste_clipboard(
     buffer: *mut GtkTextBuffer,
-    clipboard: *mut GdkClipboard,
+    clipboard: *mut GdkClipboard,
     override_location: *mut GtkTextIter,
     default_editable: gboolean
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_buffer_remove_selection_clipboard.html b/git/docs/gtk4_sys/fn.gtk_text_buffer_remove_selection_clipboard.html index a695e0833334..d6eb9ca6f072 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_buffer_remove_selection_clipboard.html +++ b/git/docs/gtk4_sys/fn.gtk_text_buffer_remove_selection_clipboard.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_text_buffer_remove_selection_clipboard(
     buffer: *mut GtkTextBuffer,
-    clipboard: *mut GdkClipboard
+    clipboard: *mut GdkClipboard
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_iter_get_paintable.html b/git/docs/gtk4_sys/fn.gtk_text_iter_get_paintable.html index 0ca1ce3da81f..396ef2b9a3f4 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_iter_get_paintable.html +++ b/git/docs/gtk4_sys/fn.gtk_text_iter_get_paintable.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_text_iter_get_paintable(
     iter: *const GtkTextIter
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_view_get_cursor_locations.html b/git/docs/gtk4_sys/fn.gtk_text_view_get_cursor_locations.html index af82943c19e1..f9a5a70cf71c 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_view_get_cursor_locations.html +++ b/git/docs/gtk4_sys/fn.gtk_text_view_get_cursor_locations.html @@ -75,6 +75,6 @@
pub unsafe extern "C" fn gtk_text_view_get_cursor_locations(
     text_view: *mut GtkTextView,
     iter: *const GtkTextIter,
-    strong: *mut GdkRectangle,
-    weak: *mut GdkRectangle
+    strong: *mut GdkRectangle,
+    weak: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_view_get_iter_location.html b/git/docs/gtk4_sys/fn.gtk_text_view_get_iter_location.html index a69415dac476..aa2354d64cff 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_view_get_iter_location.html +++ b/git/docs/gtk4_sys/fn.gtk_text_view_get_iter_location.html @@ -75,5 +75,5 @@
pub unsafe extern "C" fn gtk_text_view_get_iter_location(
     text_view: *mut GtkTextView,
     iter: *const GtkTextIter,
-    location: *mut GdkRectangle
+    location: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_view_get_visible_rect.html b/git/docs/gtk4_sys/fn.gtk_text_view_get_visible_rect.html index e68951651498..1e535ade2baf 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_view_get_visible_rect.html +++ b/git/docs/gtk4_sys/fn.gtk_text_view_get_visible_rect.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_text_view_get_visible_rect(
     text_view: *mut GtkTextView,
-    visible_rect: *mut GdkRectangle
+    visible_rect: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_text_view_im_context_filter_keypress.html b/git/docs/gtk4_sys/fn.gtk_text_view_im_context_filter_keypress.html index 3812a77b2e63..755dc4b990da 100644 --- a/git/docs/gtk4_sys/fn.gtk_text_view_im_context_filter_keypress.html +++ b/git/docs/gtk4_sys/fn.gtk_text_view_im_context_filter_keypress.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_text_view_im_context_filter_keypress(
     text_view: *mut GtkTextView,
-    event: *mut GdkEvent
+    event: *mut GdkEvent
 ) -> gboolean
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tooltip_set_icon.html b/git/docs/gtk4_sys/fn.gtk_tooltip_set_icon.html index 6a5e8b0a62f3..6636bdb18d2c 100644 --- a/git/docs/gtk4_sys/fn.gtk_tooltip_set_icon.html +++ b/git/docs/gtk4_sys/fn.gtk_tooltip_set_icon.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_tooltip_set_icon(
     tooltip: *mut GtkTooltip,
-    paintable: *mut GdkPaintable
+    paintable: *mut GdkPaintable
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tooltip_set_tip_area.html b/git/docs/gtk4_sys/fn.gtk_tooltip_set_tip_area.html index 3d4774fe20b4..6cc87be8cc6b 100644 --- a/git/docs/gtk4_sys/fn.gtk_tooltip_set_tip_area.html +++ b/git/docs/gtk4_sys/fn.gtk_tooltip_set_tip_area.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_tooltip_set_tip_area(
     tooltip: *mut GtkTooltip,
-    rect: *const GdkRectangle
+    rect: *const GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_create_row_drag_content.html b/git/docs/gtk4_sys/fn.gtk_tree_create_row_drag_content.html index 50f6414767ba..5fca103ed068 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_create_row_drag_content.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_create_row_drag_content.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_tree_create_row_drag_content(
     tree_model: *mut GtkTreeModel,
     path: *mut GtkTreePath
-) -> *mut GdkContentProvider
\ No newline at end of file +) -> *mut GdkContentProvider \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_drag_source_drag_data_get.html b/git/docs/gtk4_sys/fn.gtk_tree_drag_source_drag_data_get.html index fe07a341aab0..b53c544d21fa 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_drag_source_drag_data_get.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_drag_source_drag_data_get.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_tree_drag_source_drag_data_get(
     drag_source: *mut GtkTreeDragSource,
     path: *mut GtkTreePath
-) -> *mut GdkContentProvider
\ No newline at end of file +) -> *mut GdkContentProvider \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_view_create_row_drag_icon.html b/git/docs/gtk4_sys/fn.gtk_tree_view_create_row_drag_icon.html index 6daaa60646a7..dfea5fea18ab 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_view_create_row_drag_icon.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_view_create_row_drag_icon.html @@ -75,4 +75,4 @@
pub unsafe extern "C" fn gtk_tree_view_create_row_drag_icon(
     tree_view: *mut GtkTreeView,
     path: *mut GtkTreePath
-) -> *mut GdkPaintable
\ No newline at end of file +) -> *mut GdkPaintable \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_dest.html b/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_dest.html index 94ca191bed20..992ae8634bde 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_dest.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_dest.html @@ -74,6 +74,6 @@
pub unsafe extern "C" fn gtk_tree_view_enable_model_drag_dest(
     tree_view: *mut GtkTreeView,
-    formats: *mut GdkContentFormats,
-    actions: GdkDragAction
+    formats: *mut GdkContentFormats,
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_source.html b/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_source.html index 13931393fecd..10f8b387dc57 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_source.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_view_enable_model_drag_source.html @@ -74,7 +74,7 @@
pub unsafe extern "C" fn gtk_tree_view_enable_model_drag_source(
     tree_view: *mut GtkTreeView,
-    start_button_mask: GdkModifierType,
-    formats: *mut GdkContentFormats,
-    actions: GdkDragAction
+    start_button_mask: GdkModifierType,
+    formats: *mut GdkContentFormats,
+    actions: GdkDragAction
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_view_get_background_area.html b/git/docs/gtk4_sys/fn.gtk_tree_view_get_background_area.html index 4b3d49fc508e..19965ce6c2c2 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_view_get_background_area.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_view_get_background_area.html @@ -76,5 +76,5 @@ tree_view: *mut GtkTreeView, path: *mut GtkTreePath, column: *mut GtkTreeViewColumn, - rect: *mut GdkRectangle + rect: *mut GdkRectangle ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_view_get_cell_area.html b/git/docs/gtk4_sys/fn.gtk_tree_view_get_cell_area.html index 13cadace8394..a10bd6494a83 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_view_get_cell_area.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_view_get_cell_area.html @@ -76,5 +76,5 @@ tree_view: *mut GtkTreeView, path: *mut GtkTreePath, column: *mut GtkTreeViewColumn, - rect: *mut GdkRectangle + rect: *mut GdkRectangle ) \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_tree_view_get_visible_rect.html b/git/docs/gtk4_sys/fn.gtk_tree_view_get_visible_rect.html index 2561bef731b3..a20a6bc4866a 100644 --- a/git/docs/gtk4_sys/fn.gtk_tree_view_get_visible_rect.html +++ b/git/docs/gtk4_sys/fn.gtk_tree_view_get_visible_rect.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_tree_view_get_visible_rect(
     tree_view: *mut GtkTreeView,
-    visible_rect: *mut GdkRectangle
+    visible_rect: *mut GdkRectangle
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding.html b/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding.html index 4214ad7737b3..ce13b213526c 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding.html @@ -75,7 +75,7 @@
pub unsafe extern "C" fn gtk_widget_class_add_binding(
     widget_class: *mut GtkWidgetClass,
     keyval: c_uint,
-    mods: GdkModifierType,
+    mods: GdkModifierType,
     callback: GtkShortcutFunc,
     format_string: *const c_char
     ...
diff --git a/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_action.html b/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_action.html
index 2c7e4ddfc981..4a71d16d742b 100644
--- a/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_action.html
+++ b/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_action.html
@@ -75,7 +75,7 @@
     
pub unsafe extern "C" fn gtk_widget_class_add_binding_action(
     widget_class: *mut GtkWidgetClass,
     keyval: c_uint,
-    mods: GdkModifierType,
+    mods: GdkModifierType,
     action_name: *const c_char,
     format_string: *const c_char
     ...
diff --git a/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_signal.html b/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_signal.html
index 09f2e0d2dc05..782bdd992cd7 100644
--- a/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_signal.html
+++ b/git/docs/gtk4_sys/fn.gtk_widget_class_add_binding_signal.html
@@ -75,7 +75,7 @@
     
pub unsafe extern "C" fn gtk_widget_class_add_binding_signal(
     widget_class: *mut GtkWidgetClass,
     keyval: c_uint,
-    mods: GdkModifierType,
+    mods: GdkModifierType,
     signal: *const c_char,
     format_string: *const c_char
     ...
diff --git a/git/docs/gtk4_sys/fn.gtk_widget_get_clipboard.html b/git/docs/gtk4_sys/fn.gtk_widget_get_clipboard.html
index 0efc7ff358e4..324a8371578c 100644
--- a/git/docs/gtk4_sys/fn.gtk_widget_get_clipboard.html
+++ b/git/docs/gtk4_sys/fn.gtk_widget_get_clipboard.html
@@ -74,4 +74,4 @@
 
     
pub unsafe extern "C" fn gtk_widget_get_clipboard(
     widget: *mut GtkWidget
-) -> *mut GdkClipboard
\ No newline at end of file +) -> *mut GdkClipboard
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_get_color.html b/git/docs/gtk4_sys/fn.gtk_widget_get_color.html index 5406c8b1a25c..ab17d712026a 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_get_color.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_get_color.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_widget_get_color(
     widget: *mut GtkWidget,
-    color: *mut GdkRGBA
+    color: *mut GdkRGBA
 )
Available on crate feature v4_10 only.
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_get_cursor.html b/git/docs/gtk4_sys/fn.gtk_widget_get_cursor.html index ca702ad00f05..4c62d53622b0 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_get_cursor.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_get_cursor.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_widget_get_cursor(
     widget: *mut GtkWidget
-) -> *mut GdkCursor
\ No newline at end of file +) -> *mut GdkCursor
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_get_display.html b/git/docs/gtk4_sys/fn.gtk_widget_get_display.html index 42f9d637c5ad..4b23abda3bf4 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_get_display.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_get_display.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_widget_get_display(
     widget: *mut GtkWidget
-) -> *mut GdkDisplay
\ No newline at end of file +) -> *mut GdkDisplay
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_get_frame_clock.html b/git/docs/gtk4_sys/fn.gtk_widget_get_frame_clock.html index 81fa0aadcac3..8e68685f9ae4 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_get_frame_clock.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_get_frame_clock.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_widget_get_frame_clock(
     widget: *mut GtkWidget
-) -> *mut GdkFrameClock
\ No newline at end of file +) -> *mut GdkFrameClock \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_get_primary_clipboard.html b/git/docs/gtk4_sys/fn.gtk_widget_get_primary_clipboard.html index 69993c333adf..1b3181d8e2c1 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_get_primary_clipboard.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_get_primary_clipboard.html @@ -74,4 +74,4 @@
pub unsafe extern "C" fn gtk_widget_get_primary_clipboard(
     widget: *mut GtkWidget
-) -> *mut GdkClipboard
\ No newline at end of file +) -> *mut GdkClipboard \ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_widget_set_cursor.html b/git/docs/gtk4_sys/fn.gtk_widget_set_cursor.html index 1b654527c159..4a189890c966 100644 --- a/git/docs/gtk4_sys/fn.gtk_widget_set_cursor.html +++ b/git/docs/gtk4_sys/fn.gtk_widget_set_cursor.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_widget_set_cursor(
     widget: *mut GtkWidget,
-    cursor: *mut GdkCursor
+    cursor: *mut GdkCursor
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_window_fullscreen_on_monitor.html b/git/docs/gtk4_sys/fn.gtk_window_fullscreen_on_monitor.html index caf6d49da2b1..c6f24dc188ae 100644 --- a/git/docs/gtk4_sys/fn.gtk_window_fullscreen_on_monitor.html +++ b/git/docs/gtk4_sys/fn.gtk_window_fullscreen_on_monitor.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_window_fullscreen_on_monitor(
     window: *mut GtkWindow,
-    monitor: *mut GdkMonitor
+    monitor: *mut GdkMonitor
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/fn.gtk_window_set_display.html b/git/docs/gtk4_sys/fn.gtk_window_set_display.html index 2d0f5430d493..12b343345d96 100644 --- a/git/docs/gtk4_sys/fn.gtk_window_set_display.html +++ b/git/docs/gtk4_sys/fn.gtk_window_set_display.html @@ -74,5 +74,5 @@
pub unsafe extern "C" fn gtk_window_set_display(
     window: *mut GtkWindow,
-    display: *mut GdkDisplay
+    display: *mut GdkDisplay
 )
\ No newline at end of file diff --git a/git/docs/gtk4_sys/struct.GtkCellAreaClass.html b/git/docs/gtk4_sys/struct.GtkCellAreaClass.html index c5318e3cf33d..a3e4e33cefb0 100644 --- a/git/docs/gtk4_sys/struct.GtkCellAreaClass.html +++ b/git/docs/gtk4_sys/struct.GtkCellAreaClass.html @@ -77,9 +77,9 @@ pub add: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>, pub remove: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>, pub foreach: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkCellCallback, _: gpointer)>, - pub foreach_alloc: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellAllocCallback, _: gpointer)>, - pub event: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GdkEvent, _: *const GdkRectangle, _: GtkCellRendererState) -> c_int>, - pub snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GtkSnapshot, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean)>, + pub foreach_alloc: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellAllocCallback, _: gpointer)>, + pub event: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GdkEvent, _: *const GdkRectangle, _: GtkCellRendererState) -> c_int>, + pub snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GtkSnapshot, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean)>, pub apply_attributes: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkTreeModel, _: *mut GtkTreeIter, _: gboolean, _: gboolean)>, pub create_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> *mut GtkCellAreaContext>, pub copy_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext) -> *mut GtkCellAreaContext>, @@ -92,9 +92,9 @@ pub get_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>, pub focus: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkDirectionType) -> gboolean>, pub is_activatable: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> gboolean>, - pub activate: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean) -> gboolean>, + pub activate: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean) -> gboolean>, pub padding: [gpointer; 8], -}

Fields§

§parent_class: GInitiallyUnownedClass§add: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>§remove: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>§foreach: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkCellCallback, _: gpointer)>§foreach_alloc: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellAllocCallback, _: gpointer)>§event: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GdkEvent, _: *const GdkRectangle, _: GtkCellRendererState) -> c_int>§snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GtkSnapshot, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean)>§apply_attributes: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkTreeModel, _: *mut GtkTreeIter, _: gboolean, _: gboolean)>§create_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> *mut GtkCellAreaContext>§copy_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext) -> *mut GtkCellAreaContext>§get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> GtkSizeRequestMode>§get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§set_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>§get_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>§focus: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkDirectionType) -> gboolean>§is_activatable: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> gboolean>§activate: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean) -> gboolean>§padding: [gpointer; 8]

Trait Implementations§

source§

impl Clone for GtkCellAreaClass

source§

fn clone(&self) -> GtkCellAreaClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellAreaClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellAreaClass

Auto Trait Implementations§

§

impl RefUnwindSafe for GtkCellAreaClass

§

impl !Send for GtkCellAreaClass

§

impl !Sync for GtkCellAreaClass

§

impl Unpin for GtkCellAreaClass

§

impl UnwindSafe for GtkCellAreaClass

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent_class: GInitiallyUnownedClass§add: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>§remove: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer)>§foreach: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkCellCallback, _: gpointer)>§foreach_alloc: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellAllocCallback, _: gpointer)>§event: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GdkEvent, _: *const GdkRectangle, _: GtkCellRendererState) -> c_int>§snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut GtkSnapshot, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean)>§apply_attributes: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkTreeModel, _: *mut GtkTreeIter, _: gboolean, _: gboolean)>§create_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> *mut GtkCellAreaContext>§copy_context: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext) -> *mut GtkCellAreaContext>§get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> GtkSizeRequestMode>§get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§set_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>§get_cell_property: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellRenderer, _: c_uint, _: *mut GValue, _: *mut GParamSpec)>§focus: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: GtkDirectionType) -> gboolean>§is_activatable: Option<unsafe extern "C" fn(_: *mut GtkCellArea) -> gboolean>§activate: Option<unsafe extern "C" fn(_: *mut GtkCellArea, _: *mut GtkCellAreaContext, _: *mut GtkWidget, _: *const GdkRectangle, _: GtkCellRendererState, _: gboolean) -> gboolean>§padding: [gpointer; 8]

Trait Implementations§

source§

impl Clone for GtkCellAreaClass

source§

fn clone(&self) -> GtkCellAreaClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellAreaClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellAreaClass

Auto Trait Implementations§

§

impl RefUnwindSafe for GtkCellAreaClass

§

impl !Send for GtkCellAreaClass

§

impl !Sync for GtkCellAreaClass

§

impl Unpin for GtkCellAreaClass

§

impl UnwindSafe for GtkCellAreaClass

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkCellEditableIface.html b/git/docs/gtk4_sys/struct.GtkCellEditableIface.html index e20c6e44c935..57464f929070 100644 --- a/git/docs/gtk4_sys/struct.GtkCellEditableIface.html +++ b/git/docs/gtk4_sys/struct.GtkCellEditableIface.html @@ -76,8 +76,8 @@ pub g_iface: GTypeInterface, pub editing_done: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>, pub remove_widget: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>, - pub start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>, -}

Fields§

§g_iface: GTypeInterface§editing_done: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>§remove_widget: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>§start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>

Trait Implementations§

source§

impl Clone for GtkCellEditableIface

source§

fn clone(&self) -> GtkCellEditableIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellEditableIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellEditableIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + pub start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>, +}

Fields§

§g_iface: GTypeInterface§editing_done: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>§remove_widget: Option<unsafe extern "C" fn(_: *mut GtkCellEditable)>§start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellEditable, _: *mut GdkEvent)>

Trait Implementations§

source§

impl Clone for GtkCellEditableIface

source§

fn clone(&self) -> GtkCellEditableIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellEditableIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellEditableIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkCellRendererClass.html b/git/docs/gtk4_sys/struct.GtkCellRendererClass.html index 9e8eb9efd908..17b76daf297c 100644 --- a/git/docs/gtk4_sys/struct.GtkCellRendererClass.html +++ b/git/docs/gtk4_sys/struct.GtkCellRendererClass.html @@ -79,14 +79,14 @@ pub get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>, pub get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>, pub get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>, - pub get_aligned_area: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: GtkCellRendererState, _: *const GdkRectangle, _: *mut GdkRectangle)>, - pub snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkSnapshot, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState)>, - pub activate: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> gboolean>, - pub start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> *mut GtkCellEditable>, + pub get_aligned_area: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: GtkCellRendererState, _: *const GdkRectangle, _: *mut GdkRectangle)>, + pub snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkSnapshot, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState)>, + pub activate: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> gboolean>, + pub start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> *mut GtkCellEditable>, pub editing_canceled: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer)>, pub editing_started: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkCellEditable, _: *const c_char)>, pub padding: [gpointer; 8], -
}

Fields§

§parent_class: GInitiallyUnownedClass§get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer) -> GtkSizeRequestMode>§get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_aligned_area: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: GtkCellRendererState, _: *const GdkRectangle, _: *mut GdkRectangle)>§snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkSnapshot, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState)>§activate: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> gboolean>§start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> *mut GtkCellEditable>§editing_canceled: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer)>§editing_started: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkCellEditable, _: *const c_char)>§padding: [gpointer; 8]

Trait Implementations§

source§

impl Clone for GtkCellRendererClass

source§

fn clone(&self) -> GtkCellRendererClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellRendererClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellRendererClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent_class: GInitiallyUnownedClass§get_request_mode: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer) -> GtkSizeRequestMode>§get_preferred_width: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_height_for_width: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_preferred_height: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: *mut c_int, _: *mut c_int)>§get_preferred_width_for_height: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: c_int, _: *mut c_int, _: *mut c_int)>§get_aligned_area: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkWidget, _: GtkCellRendererState, _: *const GdkRectangle, _: *mut GdkRectangle)>§snapshot: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkSnapshot, _: *mut GtkWidget, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState)>§activate: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> gboolean>§start_editing: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GdkEvent, _: *mut GtkWidget, _: *const c_char, _: *const GdkRectangle, _: *const GdkRectangle, _: GtkCellRendererState) -> *mut GtkCellEditable>§editing_canceled: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer)>§editing_started: Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *mut GtkCellEditable, _: *const c_char)>§padding: [gpointer; 8]

Trait Implementations§

source§

impl Clone for GtkCellRendererClass

source§

fn clone(&self) -> GtkCellRendererClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkCellRendererClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkCellRendererClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkColorChooserInterface.html b/git/docs/gtk4_sys/struct.GtkColorChooserInterface.html index e40cbe3fedf1..e231057fa642 100644 --- a/git/docs/gtk4_sys/struct.GtkColorChooserInterface.html +++ b/git/docs/gtk4_sys/struct.GtkColorChooserInterface.html @@ -74,12 +74,12 @@
#[repr(C)]
pub struct GtkColorChooserInterface { pub base_interface: GTypeInterface, - pub get_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, - pub set_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, - pub add_palette: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: GtkOrientation, _: c_int, _: c_int, _: *mut GdkRGBA)>, - pub color_activated: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, + pub get_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, + pub set_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, + pub add_palette: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: GtkOrientation, _: c_int, _: c_int, _: *mut GdkRGBA)>, + pub color_activated: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>, pub padding: [gpointer; 12], -}

Fields§

§base_interface: GTypeInterface§get_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>§set_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>§add_palette: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: GtkOrientation, _: c_int, _: c_int, _: *mut GdkRGBA)>§color_activated: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>§padding: [gpointer; 12]

Trait Implementations§

source§

impl Clone for GtkColorChooserInterface

source§

fn clone(&self) -> GtkColorChooserInterface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkColorChooserInterface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkColorChooserInterface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§base_interface: GTypeInterface§get_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>§set_rgba: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>§add_palette: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: GtkOrientation, _: c_int, _: c_int, _: *mut GdkRGBA)>§color_activated: Option<unsafe extern "C" fn(_: *mut GtkColorChooser, _: *const GdkRGBA)>§padding: [gpointer; 12]

Trait Implementations§

source§

impl Clone for GtkColorChooserInterface

source§

fn clone(&self) -> GtkColorChooserInterface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkColorChooserInterface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkColorChooserInterface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkGLAreaClass.html b/git/docs/gtk4_sys/struct.GtkGLAreaClass.html index 67be08b2fa76..1f1c2cfa6132 100644 --- a/git/docs/gtk4_sys/struct.GtkGLAreaClass.html +++ b/git/docs/gtk4_sys/struct.GtkGLAreaClass.html @@ -74,11 +74,11 @@
#[repr(C)]
pub struct GtkGLAreaClass { pub parent_class: GtkWidgetClass, - pub render: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: *mut GdkGLContext) -> gboolean>, + pub render: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: *mut GdkGLContext) -> gboolean>, pub resize: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: c_int, _: c_int)>, - pub create_context: Option<unsafe extern "C" fn(_: *mut GtkGLArea) -> *mut GdkGLContext>, + pub create_context: Option<unsafe extern "C" fn(_: *mut GtkGLArea) -> *mut GdkGLContext>, pub _padding: [gpointer; 8], -}

Fields§

§parent_class: GtkWidgetClass§render: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: *mut GdkGLContext) -> gboolean>§resize: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: c_int, _: c_int)>§create_context: Option<unsafe extern "C" fn(_: *mut GtkGLArea) -> *mut GdkGLContext>§_padding: [gpointer; 8]

Trait Implementations§

source§

impl Clone for GtkGLAreaClass

source§

fn clone(&self) -> GtkGLAreaClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkGLAreaClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkGLAreaClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§parent_class: GtkWidgetClass§render: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: *mut GdkGLContext) -> gboolean>§resize: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: c_int, _: c_int)>§create_context: Option<unsafe extern "C" fn(_: *mut GtkGLArea) -> *mut GdkGLContext>§_padding: [gpointer; 8]

Trait Implementations§

source§

impl Clone for GtkGLAreaClass

source§

fn clone(&self) -> GtkGLAreaClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkGLAreaClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkGLAreaClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkIMContextClass.html b/git/docs/gtk4_sys/struct.GtkIMContextClass.html index ba282cafc912..7a4a18f20b8a 100644 --- a/git/docs/gtk4_sys/struct.GtkIMContextClass.html +++ b/git/docs/gtk4_sys/struct.GtkIMContextClass.html @@ -82,11 +82,11 @@ pub delete_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: c_int, _: c_int) -> gboolean>, pub set_client_widget: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GtkWidget)>, pub get_preedit_string: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut *mut PangoAttrList, _: *mut c_int)>, - pub filter_keypress: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkEvent) -> gboolean>, + pub filter_keypress: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkEvent) -> gboolean>, pub focus_in: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>, pub focus_out: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>, pub reset: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>, - pub set_cursor_location: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkRectangle)>, + pub set_cursor_location: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkRectangle)>, pub set_use_preedit: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: gboolean)>, pub set_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char, _: c_int, _: c_int)>, pub get_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut c_int) -> gboolean>, @@ -97,7 +97,7 @@ pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, -
}

Fields§

§parent_class: GObjectClass§preedit_start: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§preedit_end: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§preedit_changed: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§commit: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char)>§retrieve_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext) -> gboolean>§delete_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: c_int, _: c_int) -> gboolean>§set_client_widget: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GtkWidget)>§get_preedit_string: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut *mut PangoAttrList, _: *mut c_int)>§filter_keypress: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkEvent) -> gboolean>§focus_in: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§focus_out: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§reset: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§set_cursor_location: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkRectangle)>§set_use_preedit: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: gboolean)>§set_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char, _: c_int, _: c_int)>§get_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut c_int) -> gboolean>§set_surrounding_with_selection: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char, _: c_int, _: c_int, _: c_int)>§get_surrounding_with_selection: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut c_int, _: *mut c_int) -> gboolean>§activate_osk: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§_gtk_reserved1: Option<unsafe extern "C" fn()>§_gtk_reserved2: Option<unsafe extern "C" fn()>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkIMContextClass

source§

fn clone(&self) -> GtkIMContextClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkIMContextClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkIMContextClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent_class: GObjectClass§preedit_start: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§preedit_end: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§preedit_changed: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§commit: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char)>§retrieve_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext) -> gboolean>§delete_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: c_int, _: c_int) -> gboolean>§set_client_widget: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GtkWidget)>§get_preedit_string: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut *mut PangoAttrList, _: *mut c_int)>§filter_keypress: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkEvent) -> gboolean>§focus_in: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§focus_out: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§reset: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§set_cursor_location: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut GdkRectangle)>§set_use_preedit: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: gboolean)>§set_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char, _: c_int, _: c_int)>§get_surrounding: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut c_int) -> gboolean>§set_surrounding_with_selection: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *const c_char, _: c_int, _: c_int, _: c_int)>§get_surrounding_with_selection: Option<unsafe extern "C" fn(_: *mut GtkIMContext, _: *mut *mut c_char, _: *mut c_int, _: *mut c_int) -> gboolean>§activate_osk: Option<unsafe extern "C" fn(_: *mut GtkIMContext)>§_gtk_reserved1: Option<unsafe extern "C" fn()>§_gtk_reserved2: Option<unsafe extern "C" fn()>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkIMContextClass

source§

fn clone(&self) -> GtkIMContextClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkIMContextClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkIMContextClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkMediaStreamClass.html b/git/docs/gtk4_sys/struct.GtkMediaStreamClass.html index a2c53a6ae4a7..f8f6cde26302 100644 --- a/git/docs/gtk4_sys/struct.GtkMediaStreamClass.html +++ b/git/docs/gtk4_sys/struct.GtkMediaStreamClass.html @@ -78,8 +78,8 @@ pub pause: Option<unsafe extern "C" fn(_: *mut GtkMediaStream)>, pub seek: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: i64)>, pub update_audio: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: gboolean, _: c_double)>, - pub realize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>, - pub unrealize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>, + pub realize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>, + pub unrealize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, @@ -88,7 +88,7 @@ pub _gtk_reserved6: Option<unsafe extern "C" fn()>, pub _gtk_reserved7: Option<unsafe extern "C" fn()>, pub _gtk_reserved8: Option<unsafe extern "C" fn()>, -
}

Fields§

§parent_class: GObjectClass§play: Option<unsafe extern "C" fn(_: *mut GtkMediaStream) -> gboolean>§pause: Option<unsafe extern "C" fn(_: *mut GtkMediaStream)>§seek: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: i64)>§update_audio: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: gboolean, _: c_double)>§realize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>§unrealize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>§_gtk_reserved1: Option<unsafe extern "C" fn()>§_gtk_reserved2: Option<unsafe extern "C" fn()>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>§_gtk_reserved5: Option<unsafe extern "C" fn()>§_gtk_reserved6: Option<unsafe extern "C" fn()>§_gtk_reserved7: Option<unsafe extern "C" fn()>§_gtk_reserved8: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkMediaStreamClass

source§

fn clone(&self) -> GtkMediaStreamClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkMediaStreamClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkMediaStreamClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent_class: GObjectClass§play: Option<unsafe extern "C" fn(_: *mut GtkMediaStream) -> gboolean>§pause: Option<unsafe extern "C" fn(_: *mut GtkMediaStream)>§seek: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: i64)>§update_audio: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: gboolean, _: c_double)>§realize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>§unrealize: Option<unsafe extern "C" fn(_: *mut GtkMediaStream, _: *mut GdkSurface)>§_gtk_reserved1: Option<unsafe extern "C" fn()>§_gtk_reserved2: Option<unsafe extern "C" fn()>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>§_gtk_reserved5: Option<unsafe extern "C" fn()>§_gtk_reserved6: Option<unsafe extern "C" fn()>§_gtk_reserved7: Option<unsafe extern "C" fn()>§_gtk_reserved8: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkMediaStreamClass

source§

fn clone(&self) -> GtkMediaStreamClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkMediaStreamClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkMediaStreamClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkSymbolicPaintableInterface.html b/git/docs/gtk4_sys/struct.GtkSymbolicPaintableInterface.html index dfe9bbffa79e..2f35c314fe0d 100644 --- a/git/docs/gtk4_sys/struct.GtkSymbolicPaintableInterface.html +++ b/git/docs/gtk4_sys/struct.GtkSymbolicPaintableInterface.html @@ -74,8 +74,8 @@
#[repr(C)]
pub struct GtkSymbolicPaintableInterface { pub g_iface: GTypeInterface, - pub snapshot_symbolic: Option<unsafe extern "C" fn(_: *mut GtkSymbolicPaintable, _: *mut GdkSnapshot, _: c_double, _: c_double, _: *const GdkRGBA, _: size_t)>, -}

Fields§

§g_iface: GTypeInterface§snapshot_symbolic: Option<unsafe extern "C" fn(_: *mut GtkSymbolicPaintable, _: *mut GdkSnapshot, _: c_double, _: c_double, _: *const GdkRGBA, _: size_t)>

Trait Implementations§

source§

impl Clone for GtkSymbolicPaintableInterface

source§

fn clone(&self) -> GtkSymbolicPaintableInterface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkSymbolicPaintableInterface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkSymbolicPaintableInterface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where + pub snapshot_symbolic: Option<unsafe extern "C" fn(_: *mut GtkSymbolicPaintable, _: *mut GdkSnapshot, _: c_double, _: c_double, _: *const GdkRGBA, _: size_t)>, +}

Fields§

§g_iface: GTypeInterface§snapshot_symbolic: Option<unsafe extern "C" fn(_: *mut GtkSymbolicPaintable, _: *mut GdkSnapshot, _: c_double, _: c_double, _: *const GdkRGBA, _: size_t)>

Trait Implementations§

source§

impl Clone for GtkSymbolicPaintableInterface

source§

fn clone(&self) -> GtkSymbolicPaintableInterface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkSymbolicPaintableInterface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkSymbolicPaintableInterface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkTextBufferClass.html b/git/docs/gtk4_sys/struct.GtkTextBufferClass.html index 3bb684bbfc82..75ce67cb32a0 100644 --- a/git/docs/gtk4_sys/struct.GtkTextBufferClass.html +++ b/git/docs/gtk4_sys/struct.GtkTextBufferClass.html @@ -75,7 +75,7 @@
#[repr(C)]
pub struct GtkTextBufferClass {
Show 20 fields pub parent_class: GObjectClass, pub insert_text: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *const c_char, _: c_int)>, - pub insert_paintable: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GdkPaintable)>, + pub insert_paintable: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GdkPaintable)>, pub insert_child_anchor: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GtkTextChildAnchor)>, pub delete_range: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GtkTextIter)>, pub changed: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>, @@ -86,14 +86,14 @@ pub remove_tag: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextTag, _: *const GtkTextIter, _: *const GtkTextIter)>, pub begin_user_action: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>, pub end_user_action: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>, - pub paste_done: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GdkClipboard)>, + pub paste_done: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GdkClipboard)>, pub undo: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>, pub redo: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, -
}

Fields§

§parent_class: GObjectClass§insert_text: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *const c_char, _: c_int)>§insert_paintable: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GdkPaintable)>§insert_child_anchor: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GtkTextChildAnchor)>§delete_range: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GtkTextIter)>§changed: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§modified_changed: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§mark_set: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *const GtkTextIter, _: *mut GtkTextMark)>§mark_deleted: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextMark)>§apply_tag: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextTag, _: *const GtkTextIter, _: *const GtkTextIter)>§remove_tag: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextTag, _: *const GtkTextIter, _: *const GtkTextIter)>§begin_user_action: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§end_user_action: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§paste_done: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GdkClipboard)>§undo: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§redo: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§_gtk_reserved1: Option<unsafe extern "C" fn()>§_gtk_reserved2: Option<unsafe extern "C" fn()>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkTextBufferClass

source§

fn clone(&self) -> GtkTextBufferClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkTextBufferClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkTextBufferClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +

}

Fields§

§parent_class: GObjectClass§insert_text: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *const c_char, _: c_int)>§insert_paintable: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GdkPaintable)>§insert_child_anchor: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GtkTextChildAnchor)>§delete_range: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextIter, _: *mut GtkTextIter)>§changed: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§modified_changed: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§mark_set: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *const GtkTextIter, _: *mut GtkTextMark)>§mark_deleted: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextMark)>§apply_tag: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextTag, _: *const GtkTextIter, _: *const GtkTextIter)>§remove_tag: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GtkTextTag, _: *const GtkTextIter, _: *const GtkTextIter)>§begin_user_action: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§end_user_action: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§paste_done: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer, _: *mut GdkClipboard)>§undo: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§redo: Option<unsafe extern "C" fn(_: *mut GtkTextBuffer)>§_gtk_reserved1: Option<unsafe extern "C" fn()>§_gtk_reserved2: Option<unsafe extern "C" fn()>§_gtk_reserved3: Option<unsafe extern "C" fn()>§_gtk_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations§

source§

impl Clone for GtkTextBufferClass

source§

fn clone(&self) -> GtkTextBufferClass

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkTextBufferClass

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkTextBufferClass

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/struct.GtkTreeDragSourceIface.html b/git/docs/gtk4_sys/struct.GtkTreeDragSourceIface.html index 359922326d26..7c4606f24e02 100644 --- a/git/docs/gtk4_sys/struct.GtkTreeDragSourceIface.html +++ b/git/docs/gtk4_sys/struct.GtkTreeDragSourceIface.html @@ -75,9 +75,9 @@
#[repr(C)]
pub struct GtkTreeDragSourceIface { pub g_iface: GTypeInterface, pub row_draggable: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>, - pub drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> *mut GdkContentProvider>, + pub drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> *mut GdkContentProvider>, pub drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>, -}

Fields§

§g_iface: GTypeInterface§row_draggable: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>§drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> *mut GdkContentProvider>§drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>

Trait Implementations§

source§

impl Clone for GtkTreeDragSourceIface

source§

fn clone(&self) -> GtkTreeDragSourceIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkTreeDragSourceIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkTreeDragSourceIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where +}

Fields§

§g_iface: GTypeInterface§row_draggable: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>§drag_data_get: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> *mut GdkContentProvider>§drag_data_delete: Option<unsafe extern "C" fn(_: *mut GtkTreeDragSource, _: *mut GtkTreePath) -> gboolean>

Trait Implementations§

source§

impl Clone for GtkTreeDragSourceIface

source§

fn clone(&self) -> GtkTreeDragSourceIface

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for GtkTreeDragSourceIface

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for GtkTreeDragSourceIface

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

diff --git a/git/docs/gtk4_sys/type.GtkAllocation.html b/git/docs/gtk4_sys/type.GtkAllocation.html index 35fee11c4ff9..8150de07cb09 100644 --- a/git/docs/gtk4_sys/type.GtkAllocation.html +++ b/git/docs/gtk4_sys/type.GtkAllocation.html @@ -72,7 +72,7 @@ -

Type Alias gtk4_sys::GtkAllocation

source ·
pub type GtkAllocation = GdkRectangle;

Aliased Type§

struct GtkAllocation {
+    

Type Alias gtk4_sys::GtkAllocation

source ·
pub type GtkAllocation = GdkRectangle;

Aliased Type§

struct GtkAllocation {
     pub x: i32,
     pub y: i32,
     pub width: i32,
diff --git a/git/docs/gtk4_sys/type.GtkCellAllocCallback.html b/git/docs/gtk4_sys/type.GtkCellAllocCallback.html
index 6e9a48643891..ba2cf92253f4 100644
--- a/git/docs/gtk4_sys/type.GtkCellAllocCallback.html
+++ b/git/docs/gtk4_sys/type.GtkCellAllocCallback.html
@@ -72,9 +72,9 @@
 
 
 
-    
pub type GtkCellAllocCallback = Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *const GdkRectangle, _: *const GdkRectangle, _: gpointer) -> gboolean>;

Aliased Type§

enum GtkCellAllocCallback {
+    
pub type GtkCellAllocCallback = Option<unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *const GdkRectangle, _: *const GdkRectangle, _: gpointer) -> gboolean>;

Aliased Type§

enum GtkCellAllocCallback {
     None,
-    Some(unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *const GdkRectangle, _: *const GdkRectangle, _: *mut c_void) -> i32),
+    Some(unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *const GdkRectangle, _: *const GdkRectangle, _: *mut c_void) -> i32),
 }

Variants§

§1.0.0

None

No value.

-
§1.0.0

Some(unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *const GdkRectangle, _: *const GdkRectangle, _: *mut c_void) -> i32)

Some value of type T.

+
§1.0.0

Some(unsafe extern "C" fn(_: *mut GtkCellRenderer, _: *const GdkRectangle, _: *const GdkRectangle, _: *mut c_void) -> i32)

Some value of type T.

\ No newline at end of file diff --git a/git/docs/gtk4_sys/type.GtkTickCallback.html b/git/docs/gtk4_sys/type.GtkTickCallback.html index 73620d96ecaf..0f17d7ac6dcb 100644 --- a/git/docs/gtk4_sys/type.GtkTickCallback.html +++ b/git/docs/gtk4_sys/type.GtkTickCallback.html @@ -72,9 +72,9 @@ -

Type Alias gtk4_sys::GtkTickCallback

source ·
pub type GtkTickCallback = Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkFrameClock, _: gpointer) -> gboolean>;

Aliased Type§

enum GtkTickCallback {
+    

Type Alias gtk4_sys::GtkTickCallback

source ·
pub type GtkTickCallback = Option<unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkFrameClock, _: gpointer) -> gboolean>;

Aliased Type§

enum GtkTickCallback {
     None,
-    Some(unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkFrameClock, _: *mut c_void) -> i32),
+    Some(unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkFrameClock, _: *mut c_void) -> i32),
 }

Variants§

§1.0.0

None

No value.

-
§1.0.0

Some(unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkFrameClock, _: *mut c_void) -> i32)

Some value of type T.

+
§1.0.0

Some(unsafe extern "C" fn(_: *mut GtkWidget, _: *mut GdkFrameClock, _: *mut c_void) -> i32)

Some value of type T.

\ No newline at end of file diff --git a/git/docs/src/gtk4/callback_action.rs.html b/git/docs/src/gtk4/callback_action.rs.html index 60fde5963783..ba4db00177d9 100644 --- a/git/docs/src/gtk4/callback_action.rs.html +++ b/git/docs/src/gtk4/callback_action.rs.html @@ -125,7 +125,9 @@

Files

50 51 52 +53
// Take a look at the license at the top of the repository in the LICENSE file.
+
 use glib::translate::*;
 use std::boxed::Box as Box_;
 
@@ -145,7 +147,7 @@ 

Files

callback: P, ) -> CallbackAction { assert_initialized_main_thread!(); - let callback_data: Box_<P> = Box_::new(callback); + let callback_data: Box_<P> = Box_::new(callback); unsafe extern "C" fn callback_func< P: Fn(&Widget, Option<&glib::Variant>) -> glib::Propagation + 'static, >( @@ -153,10 +155,10 @@

Files

args: *mut glib::ffi::GVariant, user_data: glib::ffi::gpointer, ) -> glib::ffi::gboolean { - let widget = from_glib_borrow(widget); - let args: Borrowed<Option<glib::Variant>> = from_glib_borrow(args); - let callback = &*(user_data as *mut P); - (*callback)(&widget, args.as_ref().as_ref()).into_glib() + let widget = from_glib_borrow(widget); + let args: Borrowed<Option<glib::Variant>> = from_glib_borrow(args); + let callback = &*(user_data as *mut P); + (*callback)(&widget, args.as_ref().as_ref()).into_glib() } let callback = Some(callback_func::<P> as _); unsafe extern "C" fn destroy_func< @@ -164,15 +166,15 @@

Files

>( data: glib::ffi::gpointer, ) { - let _callback = Box_::from_raw(data as *mut P); + let _callback = Box_::from_raw(data as *mut P); } let destroy_call2 = Some(destroy_func::<P> as _); - let super_callback0: Box_<P> = callback_data; + let super_callback0: Box_<P> = callback_data; unsafe { from_glib_full(ffi::gtk_callback_action_new( - callback, - Box_::into_raw(super_callback0) as *mut _, - destroy_call2, + callback, + Box_::into_raw(super_callback0) as *mut _, + destroy_call2, )) } } diff --git a/git/docs/src/gtk4/lib.rs.html b/git/docs/src/gtk4/lib.rs.html index 965faebbbfc9..8150c80ee6f1 100644 --- a/git/docs/src/gtk4/lib.rs.html +++ b/git/docs/src/gtk4/lib.rs.html @@ -478,7 +478,7 @@

Files

mod builder; mod builder_cscope; mod builder_rust_scope; -mod callback_action; +mod callback_action; mod cell_area; mod cell_layout; mod closure_expression; diff --git a/git/docs/src/gtk4/subclass/widget.rs.html b/git/docs/src/gtk4/subclass/widget.rs.html index 550334041586..e018a7dada78 100644 --- a/git/docs/src/gtk4/subclass/widget.rs.html +++ b/git/docs/src/gtk4/subclass/widget.rs.html @@ -3237,7 +3237,7 @@

Files

) { let shortcut = crate::Shortcut::new( Some(crate::KeyvalTrigger::new(keyval, mods)), - Some(crate::CallbackAction::new( + Some(crate::CallbackAction::new( move |widget, args| -> glib::Propagation { unsafe { callback(widget.unsafe_cast_ref(), args) } }, diff --git a/git/docs/src/gtk4_sys/lib.rs.html b/git/docs/src/gtk4_sys/lib.rs.html index cae85e7632c6..6ff1bdd7222d 100644 --- a/git/docs/src/gtk4_sys/lib.rs.html +++ b/git/docs/src/gtk4_sys/lib.rs.html @@ -20921,7 +20921,7 @@

Files

pub const GTK_ENTRY_BUFFER_MAX_SIZE: u16 = ::std::u16::MAX; // Aliases -pub type GtkAllocation = gdk::GdkRectangle; +pub type GtkAllocation = gdk::GdkRectangle; // Enums pub type GtkAccessibleAutocomplete = c_int; @@ -21976,8 +21976,8 @@

Files

pub type GtkCellAllocCallback = Option< unsafe extern "C" fn( *mut GtkCellRenderer, - *const gdk::GdkRectangle, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, + *const gdk::GdkRectangle, gpointer, ) -> gboolean, >; @@ -22061,7 +22061,7 @@

Files

pub type GtkTextCharPredicate = Option<unsafe extern "C" fn(u32, gpointer) -> gboolean>; pub type GtkTextTagTableForeach = Option<unsafe extern "C" fn(*mut GtkTextTag, gpointer)>; pub type GtkTickCallback = - Option<unsafe extern "C" fn(*mut GtkWidget, *mut gdk::GdkFrameClock, gpointer) -> gboolean>; + Option<unsafe extern "C" fn(*mut GtkWidget, *mut gdk::GdkFrameClock, gpointer) -> gboolean>; pub type GtkTreeCellDataFunc = Option< unsafe extern "C" fn( *mut GtkTreeViewColumn, @@ -22697,8 +22697,8 @@

Files

*mut GtkCellArea, *mut GtkCellAreaContext, *mut GtkWidget, - *const gdk::GdkRectangle, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, + *const gdk::GdkRectangle, GtkCellAllocCallback, gpointer, ), @@ -22708,8 +22708,8 @@

Files

*mut GtkCellArea, *mut GtkCellAreaContext, *mut GtkWidget, - *mut gdk::GdkEvent, - *const gdk::GdkRectangle, + *mut gdk::GdkEvent, + *const gdk::GdkRectangle, GtkCellRendererState, ) -> c_int, >, @@ -22719,8 +22719,8 @@

Files

*mut GtkCellAreaContext, *mut GtkWidget, *mut GtkSnapshot, - *const gdk::GdkRectangle, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, + *const gdk::GdkRectangle, GtkCellRendererState, gboolean, ), @@ -22802,7 +22802,7 @@

Files

*mut GtkCellArea, *mut GtkCellAreaContext, *mut GtkWidget, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, GtkCellRendererState, gboolean, ) -> gboolean, @@ -22886,7 +22886,7 @@

Files

pub g_iface: gobject::GTypeInterface, pub editing_done: Option<unsafe extern "C" fn(*mut GtkCellEditable)>, pub remove_widget: Option<unsafe extern "C" fn(*mut GtkCellEditable)>, - pub start_editing: Option<unsafe extern "C" fn(*mut GtkCellEditable, *mut gdk::GdkEvent)>, + pub start_editing: Option<unsafe extern "C" fn(*mut GtkCellEditable, *mut gdk::GdkEvent)>, } impl ::std::fmt::Debug for GtkCellEditableIface { @@ -22961,8 +22961,8 @@

Files

*mut GtkCellRenderer, *mut GtkWidget, GtkCellRendererState, - *const gdk::GdkRectangle, - *mut gdk::GdkRectangle, + *const gdk::GdkRectangle, + *mut gdk::GdkRectangle, ), >, pub snapshot: Option< @@ -22970,30 +22970,30 @@

Files

*mut GtkCellRenderer, *mut GtkSnapshot, *mut GtkWidget, - *const gdk::GdkRectangle, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, + *const gdk::GdkRectangle, GtkCellRendererState, ), >, pub activate: Option< unsafe extern "C" fn( *mut GtkCellRenderer, - *mut gdk::GdkEvent, + *mut gdk::GdkEvent, *mut GtkWidget, *const c_char, - *const gdk::GdkRectangle, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, + *const gdk::GdkRectangle, GtkCellRendererState, ) -> gboolean, >, pub start_editing: Option< unsafe extern "C" fn( *mut GtkCellRenderer, - *mut gdk::GdkEvent, + *mut gdk::GdkEvent, *mut GtkWidget, *const c_char, - *const gdk::GdkRectangle, - *const gdk::GdkRectangle, + *const gdk::GdkRectangle, + *const gdk::GdkRectangle, GtkCellRendererState, ) -> *mut GtkCellEditable, >, @@ -23106,12 +23106,12 @@

Files

#[repr(C)] pub struct GtkColorChooserInterface { pub base_interface: gobject::GTypeInterface, - pub get_rgba: Option<unsafe extern "C" fn(*mut GtkColorChooser, *const gdk::GdkRGBA)>, - pub set_rgba: Option<unsafe extern "C" fn(*mut GtkColorChooser, *const gdk::GdkRGBA)>, + pub get_rgba: Option<unsafe extern "C" fn(*mut GtkColorChooser, *const gdk::GdkRGBA)>, + pub set_rgba: Option<unsafe extern "C" fn(*mut GtkColorChooser, *const gdk::GdkRGBA)>, pub add_palette: Option< - unsafe extern "C" fn(*mut GtkColorChooser, GtkOrientation, c_int, c_int, *mut gdk::GdkRGBA), + unsafe extern "C" fn(*mut GtkColorChooser, GtkOrientation, c_int, c_int, *mut gdk::GdkRGBA), >, - pub color_activated: Option<unsafe extern "C" fn(*mut GtkColorChooser, *const gdk::GdkRGBA)>, + pub color_activated: Option<unsafe extern "C" fn(*mut GtkColorChooser, *const gdk::GdkRGBA)>, pub padding: [gpointer; 12], } @@ -23935,9 +23935,9 @@

Files

#[repr(C)] pub struct GtkGLAreaClass { pub parent_class: GtkWidgetClass, - pub render: Option<unsafe extern "C" fn(*mut GtkGLArea, *mut gdk::GdkGLContext) -> gboolean>, + pub render: Option<unsafe extern "C" fn(*mut GtkGLArea, *mut gdk::GdkGLContext) -> gboolean>, pub resize: Option<unsafe extern "C" fn(*mut GtkGLArea, c_int, c_int)>, - pub create_context: Option<unsafe extern "C" fn(*mut GtkGLArea) -> *mut gdk::GdkGLContext>, + pub create_context: Option<unsafe extern "C" fn(*mut GtkGLArea) -> *mut gdk::GdkGLContext>, pub _padding: [gpointer; 8], } @@ -24117,12 +24117,12 @@

Files

), >, pub filter_keypress: - Option<unsafe extern "C" fn(*mut GtkIMContext, *mut gdk::GdkEvent) -> gboolean>, + Option<unsafe extern "C" fn(*mut GtkIMContext, *mut gdk::GdkEvent) -> gboolean>, pub focus_in: Option<unsafe extern "C" fn(*mut GtkIMContext)>, pub focus_out: Option<unsafe extern "C" fn(*mut GtkIMContext)>, pub reset: Option<unsafe extern "C" fn(*mut GtkIMContext)>, pub set_cursor_location: - Option<unsafe extern "C" fn(*mut GtkIMContext, *mut gdk::GdkRectangle)>, + Option<unsafe extern "C" fn(*mut GtkIMContext, *mut gdk::GdkRectangle)>, pub set_use_preedit: Option<unsafe extern "C" fn(*mut GtkIMContext, gboolean)>, pub set_surrounding: Option<unsafe extern "C" fn(*mut GtkIMContext, *const c_char, c_int, c_int)>, @@ -24457,8 +24457,8 @@

Files

pub pause: Option<unsafe extern "C" fn(*mut GtkMediaStream)>, pub seek: Option<unsafe extern "C" fn(*mut GtkMediaStream, i64)>, pub update_audio: Option<unsafe extern "C" fn(*mut GtkMediaStream, gboolean, c_double)>, - pub realize: Option<unsafe extern "C" fn(*mut GtkMediaStream, *mut gdk::GdkSurface)>, - pub unrealize: Option<unsafe extern "C" fn(*mut GtkMediaStream, *mut gdk::GdkSurface)>, + pub realize: Option<unsafe extern "C" fn(*mut GtkMediaStream, *mut gdk::GdkSurface)>, + pub unrealize: Option<unsafe extern "C" fn(*mut GtkMediaStream, *mut gdk::GdkSurface)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, @@ -25523,10 +25523,10 @@

Files

pub snapshot_symbolic: Option< unsafe extern "C" fn( *mut GtkSymbolicPaintable, - *mut gdk::GdkSnapshot, + *mut gdk::GdkSnapshot, c_double, c_double, - *const gdk::GdkRGBA, + *const gdk::GdkRGBA, size_t, ), >, @@ -25547,7 +25547,7 @@

Files

pub insert_text: Option<unsafe extern "C" fn(*mut GtkTextBuffer, *mut GtkTextIter, *const c_char, c_int)>, pub insert_paintable: - Option<unsafe extern "C" fn(*mut GtkTextBuffer, *mut GtkTextIter, *mut gdk::GdkPaintable)>, + Option<unsafe extern "C" fn(*mut GtkTextBuffer, *mut GtkTextIter, *mut gdk::GdkPaintable)>, pub insert_child_anchor: Option<unsafe extern "C" fn(*mut GtkTextBuffer, *mut GtkTextIter, *mut GtkTextChildAnchor)>, pub delete_range: @@ -25575,7 +25575,7 @@

Files

>, pub begin_user_action: Option<unsafe extern "C" fn(*mut GtkTextBuffer)>, pub end_user_action: Option<unsafe extern "C" fn(*mut GtkTextBuffer)>, - pub paste_done: Option<unsafe extern "C" fn(*mut GtkTextBuffer, *mut gdk::GdkClipboard)>, + pub paste_done: Option<unsafe extern "C" fn(*mut GtkTextBuffer, *mut gdk::GdkClipboard)>, pub undo: Option<unsafe extern "C" fn(*mut GtkTextBuffer)>, pub redo: Option<unsafe extern "C" fn(*mut GtkTextBuffer)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, @@ -25819,7 +25819,7 @@

Files

unsafe extern "C" fn( *mut GtkTreeDragSource, *mut GtkTreePath, - ) -> *mut gdk::GdkContentProvider, + ) -> *mut gdk::GdkContentProvider, >, pub drag_data_delete: Option<unsafe extern "C" fn(*mut GtkTreeDragSource, *mut GtkTreePath) -> gboolean>, @@ -31331,7 +31331,7 @@

Files

pub fn gtk_text_iter_get_line_offset(iter: *const GtkTextIter) -> c_int; pub fn gtk_text_iter_get_marks(iter: *const GtkTextIter) -> *mut glib::GSList; pub fn gtk_text_iter_get_offset(iter: *const GtkTextIter) -> c_int; - pub fn gtk_text_iter_get_paintable(iter: *const GtkTextIter) -> *mut gdk::GdkPaintable; + pub fn gtk_text_iter_get_paintable(iter: *const GtkTextIter) -> *mut gdk::GdkPaintable; pub fn gtk_text_iter_get_slice( start: *const GtkTextIter, end: *const GtkTextIter, @@ -31459,7 +31459,7 @@

Files

pub fn gtk_widget_class_add_binding( widget_class: *mut GtkWidgetClass, keyval: c_uint, - mods: gdk::GdkModifierType, + mods: gdk::GdkModifierType, callback: GtkShortcutFunc, format_string: *const c_char, ... @@ -31467,7 +31467,7 @@

Files

pub fn gtk_widget_class_add_binding_action( widget_class: *mut GtkWidgetClass, keyval: c_uint, - mods: gdk::GdkModifierType, + mods: gdk::GdkModifierType, action_name: *const c_char, format_string: *const c_char, ... @@ -31475,7 +31475,7 @@

Files

pub fn gtk_widget_class_add_binding_signal( widget_class: *mut GtkWidgetClass, keyval: c_uint, - mods: gdk::GdkModifierType, + mods: gdk::GdkModifierType, signal: *const c_char, format_string: *const c_char, ... @@ -31557,7 +31557,7 @@

Files

pub fn gtk_at_context_create( accessible_role: GtkAccessibleRole, accessible: *mut GtkAccessible, - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, ) -> *mut GtkATContext; pub fn gtk_at_context_get_accessible(self_: *mut GtkATContext) -> *mut GtkAccessible; pub fn gtk_at_context_get_accessible_role(self_: *mut GtkATContext) -> GtkAccessibleRole; @@ -31579,7 +31579,7 @@

Files

pub fn gtk_about_dialog_get_documenters(about: *mut GtkAboutDialog) -> *const *const c_char; pub fn gtk_about_dialog_get_license(about: *mut GtkAboutDialog) -> *const c_char; pub fn gtk_about_dialog_get_license_type(about: *mut GtkAboutDialog) -> GtkLicense; - pub fn gtk_about_dialog_get_logo(about: *mut GtkAboutDialog) -> *mut gdk::GdkPaintable; + pub fn gtk_about_dialog_get_logo(about: *mut GtkAboutDialog) -> *mut gdk::GdkPaintable; pub fn gtk_about_dialog_get_logo_icon_name(about: *mut GtkAboutDialog) -> *const c_char; pub fn gtk_about_dialog_get_program_name(about: *mut GtkAboutDialog) -> *const c_char; pub fn gtk_about_dialog_get_system_information(about: *mut GtkAboutDialog) -> *const c_char; @@ -31598,7 +31598,7 @@

Files

); pub fn gtk_about_dialog_set_license(about: *mut GtkAboutDialog, license: *const c_char); pub fn gtk_about_dialog_set_license_type(about: *mut GtkAboutDialog, license_type: GtkLicense); - pub fn gtk_about_dialog_set_logo(about: *mut GtkAboutDialog, logo: *mut gdk::GdkPaintable); + pub fn gtk_about_dialog_set_logo(about: *mut GtkAboutDialog, logo: *mut gdk::GdkPaintable); pub fn gtk_about_dialog_set_logo_icon_name( about: *mut GtkAboutDialog, icon_name: *const c_char, @@ -32330,7 +32330,7 @@

Files

area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - cell_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, edit_only: gboolean, ) -> gboolean; @@ -32338,8 +32338,8 @@

Files

area: *mut GtkCellArea, widget: *mut GtkWidget, renderer: *mut GtkCellRenderer, - event: *mut gdk::GdkEvent, - cell_area: *const gdk::GdkRectangle, + event: *mut gdk::GdkEvent, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, ) -> gboolean; pub fn gtk_cell_area_add(area: *mut GtkCellArea, renderer: *mut GtkCellRenderer); @@ -32412,8 +32412,8 @@

Files

area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - event: *mut gdk::GdkEvent, - cell_area: *const gdk::GdkRectangle, + event: *mut gdk::GdkEvent, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, ) -> c_int; pub fn gtk_cell_area_focus(area: *mut GtkCellArea, direction: GtkDirectionType) -> gboolean; @@ -32426,8 +32426,8 @@

Files

area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - cell_area: *const gdk::GdkRectangle, - background_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, + background_area: *const gdk::GdkRectangle, callback: GtkCellAllocCallback, callback_data: gpointer, ); @@ -32436,17 +32436,17 @@

Files

context: *mut GtkCellAreaContext, widget: *mut GtkWidget, renderer: *mut GtkCellRenderer, - cell_area: *const gdk::GdkRectangle, - allocation: *mut gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, + allocation: *mut gdk::GdkRectangle, ); pub fn gtk_cell_area_get_cell_at_position( area: *mut GtkCellArea, context: *mut GtkCellAreaContext, widget: *mut GtkWidget, - cell_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, x: c_int, y: c_int, - alloc_area: *mut gdk::GdkRectangle, + alloc_area: *mut gdk::GdkRectangle, ) -> *mut GtkCellRenderer; pub fn gtk_cell_area_get_current_path_string(area: *mut GtkCellArea) -> *const c_char; pub fn gtk_cell_area_get_edit_widget(area: *mut GtkCellArea) -> *mut GtkCellEditable; @@ -32498,8 +32498,8 @@

Files

pub fn gtk_cell_area_inner_cell_area( area: *mut GtkCellArea, widget: *mut GtkWidget, - cell_area: *const gdk::GdkRectangle, - inner_area: *mut gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, + inner_area: *mut gdk::GdkRectangle, ); pub fn gtk_cell_area_is_activatable(area: *mut GtkCellArea) -> gboolean; pub fn gtk_cell_area_is_focus_sibling( @@ -32528,8 +32528,8 @@

Files

context: *mut GtkCellAreaContext, widget: *mut GtkWidget, snapshot: *mut GtkSnapshot, - background_area: *const gdk::GdkRectangle, - cell_area: *const gdk::GdkRectangle, + background_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, paint_focus: gboolean, ); @@ -32612,19 +32612,19 @@

Files

pub fn gtk_cell_renderer_get_type() -> GType; pub fn gtk_cell_renderer_activate( cell: *mut GtkCellRenderer, - event: *mut gdk::GdkEvent, + event: *mut gdk::GdkEvent, widget: *mut GtkWidget, path: *const c_char, - background_area: *const gdk::GdkRectangle, - cell_area: *const gdk::GdkRectangle, + background_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, ) -> gboolean; pub fn gtk_cell_renderer_get_aligned_area( cell: *mut GtkCellRenderer, widget: *mut GtkWidget, flags: GtkCellRendererState, - cell_area: *const gdk::GdkRectangle, - aligned_area: *mut gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, + aligned_area: *mut gdk::GdkRectangle, ); pub fn gtk_cell_renderer_get_alignment( cell: *mut GtkCellRenderer, @@ -32703,17 +32703,17 @@

Files

cell: *mut GtkCellRenderer, snapshot: *mut GtkSnapshot, widget: *mut GtkWidget, - background_area: *const gdk::GdkRectangle, - cell_area: *const gdk::GdkRectangle, + background_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, ); pub fn gtk_cell_renderer_start_editing( cell: *mut GtkCellRenderer, - event: *mut gdk::GdkEvent, + event: *mut gdk::GdkEvent, widget: *mut GtkWidget, path: *const c_char, - background_area: *const gdk::GdkRectangle, - cell_area: *const gdk::GdkRectangle, + background_area: *const gdk::GdkRectangle, + cell_area: *const gdk::GdkRectangle, flags: GtkCellRendererState, ) -> *mut GtkCellEditable; pub fn gtk_cell_renderer_stop_editing(cell: *mut GtkCellRenderer, canceled: gboolean); @@ -32794,7 +32794,7 @@

Files

) -> *mut GtkWidget; pub fn gtk_cell_view_new_with_markup(markup: *const c_char) -> *mut GtkWidget; pub fn gtk_cell_view_new_with_text(text: *const c_char) -> *mut GtkWidget; - pub fn gtk_cell_view_new_with_texture(texture: *mut gdk::GdkTexture) -> *mut GtkWidget; + pub fn gtk_cell_view_new_with_texture(texture: *mut gdk::GdkTexture) -> *mut GtkWidget; pub fn gtk_cell_view_get_displayed_row(cell_view: *mut GtkCellView) -> *mut GtkTreePath; pub fn gtk_cell_view_get_draw_sensitive(cell_view: *mut GtkCellView) -> gboolean; pub fn gtk_cell_view_get_fit_model(cell_view: *mut GtkCellView) -> gboolean; @@ -32905,7 +32905,7 @@

Files

//========================================================================= pub fn gtk_color_button_get_type() -> GType; pub fn gtk_color_button_new() -> *mut GtkWidget; - pub fn gtk_color_button_new_with_rgba(rgba: *const gdk::GdkRGBA) -> *mut GtkWidget; + pub fn gtk_color_button_new_with_rgba(rgba: *const gdk::GdkRGBA) -> *mut GtkWidget; pub fn gtk_color_button_get_modal(button: *mut GtkColorButton) -> gboolean; pub fn gtk_color_button_get_title(button: *mut GtkColorButton) -> *const c_char; pub fn gtk_color_button_set_modal(button: *mut GtkColorButton, modal: gboolean); @@ -32940,7 +32940,7 @@

Files

pub fn gtk_color_dialog_choose_rgba( self_: *mut GtkColorDialog, parent: *mut GtkWindow, - initial_color: *const gdk::GdkRGBA, + initial_color: *const gdk::GdkRGBA, cancellable: *mut gio::GCancellable, callback: gio::GAsyncReadyCallback, user_data: gpointer, @@ -32951,7 +32951,7 @@

Files

self_: *mut GtkColorDialog, result: *mut gio::GAsyncResult, error: *mut *mut glib::GError, - ) -> *mut gdk::GdkRGBA; + ) -> *mut gdk::GdkRGBA; #[cfg(feature = "v4_10")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))] pub fn gtk_color_dialog_get_modal(self_: *mut GtkColorDialog) -> gboolean; @@ -32989,7 +32989,7 @@

Files

#[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))] pub fn gtk_color_dialog_button_get_rgba( self_: *mut GtkColorDialogButton, - ) -> *const gdk::GdkRGBA; + ) -> *const gdk::GdkRGBA; #[cfg(feature = "v4_10")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))] pub fn gtk_color_dialog_button_set_dialog( @@ -33000,7 +33000,7 @@

Files

#[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))] pub fn gtk_color_dialog_button_set_rgba( self_: *mut GtkColorDialogButton, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, ); //========================================================================= @@ -33278,7 +33278,7 @@

Files

) -> GtkTreeViewRowSeparatorFunc; pub fn gtk_combo_box_popdown(combo_box: *mut GtkComboBox); pub fn gtk_combo_box_popup(combo_box: *mut GtkComboBox); - pub fn gtk_combo_box_popup_for_device(combo_box: *mut GtkComboBox, device: *mut gdk::GdkDevice); + pub fn gtk_combo_box_popup_for_device(combo_box: *mut GtkComboBox, device: *mut gdk::GdkDevice); pub fn gtk_combo_box_set_active(combo_box: *mut GtkComboBox, index_: c_int); pub fn gtk_combo_box_set_active_id( combo_box: *mut GtkComboBox, @@ -33629,10 +33629,10 @@

Files

//========================================================================= pub fn gtk_drag_icon_get_type() -> GType; pub fn gtk_drag_icon_create_widget_for_value(value: *const gobject::GValue) -> *mut GtkWidget; - pub fn gtk_drag_icon_get_for_drag(drag: *mut gdk::GdkDrag) -> *mut GtkWidget; + pub fn gtk_drag_icon_get_for_drag(drag: *mut gdk::GdkDrag) -> *mut GtkWidget; pub fn gtk_drag_icon_set_from_paintable( - drag: *mut gdk::GdkDrag, - paintable: *mut gdk::GdkPaintable, + drag: *mut gdk::GdkDrag, + paintable: *mut gdk::GdkPaintable, hot_x: c_int, hot_y: c_int, ); @@ -33645,17 +33645,17 @@

Files

pub fn gtk_drag_source_get_type() -> GType; pub fn gtk_drag_source_new() -> *mut GtkDragSource; pub fn gtk_drag_source_drag_cancel(source: *mut GtkDragSource); - pub fn gtk_drag_source_get_actions(source: *mut GtkDragSource) -> gdk::GdkDragAction; - pub fn gtk_drag_source_get_content(source: *mut GtkDragSource) -> *mut gdk::GdkContentProvider; - pub fn gtk_drag_source_get_drag(source: *mut GtkDragSource) -> *mut gdk::GdkDrag; - pub fn gtk_drag_source_set_actions(source: *mut GtkDragSource, actions: gdk::GdkDragAction); + pub fn gtk_drag_source_get_actions(source: *mut GtkDragSource) -> gdk::GdkDragAction; + pub fn gtk_drag_source_get_content(source: *mut GtkDragSource) -> *mut gdk::GdkContentProvider; + pub fn gtk_drag_source_get_drag(source: *mut GtkDragSource) -> *mut gdk::GdkDrag; + pub fn gtk_drag_source_set_actions(source: *mut GtkDragSource, actions: gdk::GdkDragAction); pub fn gtk_drag_source_set_content( source: *mut GtkDragSource, - content: *mut gdk::GdkContentProvider, + content: *mut gdk::GdkContentProvider, ); pub fn gtk_drag_source_set_icon( source: *mut GtkDragSource, - paintable: *mut gdk::GdkPaintable, + paintable: *mut gdk::GdkPaintable, hot_x: c_int, hot_y: c_int, ); @@ -33686,7 +33686,7 @@

Files

) -> gboolean; pub fn gtk_drop_controller_motion_get_drop( self_: *mut GtkDropControllerMotion, - ) -> *mut gdk::GdkDrop; + ) -> *mut gdk::GdkDrop; pub fn gtk_drop_controller_motion_is_pointer(self_: *mut GtkDropControllerMotion) -> gboolean; //========================================================================= @@ -33744,13 +33744,13 @@

Files

// GtkDropTarget //=========================================================================
pub fn gtk_drop_target_get_type() -> GType; - pub fn gtk_drop_target_new(type_: GType, actions: gdk::GdkDragAction) -> *mut GtkDropTarget; - pub fn gtk_drop_target_get_actions(self_: *mut GtkDropTarget) -> gdk::GdkDragAction; + pub fn gtk_drop_target_new(type_: GType, actions: gdk::GdkDragAction) -> *mut GtkDropTarget; + pub fn gtk_drop_target_get_actions(self_: *mut GtkDropTarget) -> gdk::GdkDragAction; #[cfg(feature = "v4_4")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))] - pub fn gtk_drop_target_get_current_drop(self_: *mut GtkDropTarget) -> *mut gdk::GdkDrop; - pub fn gtk_drop_target_get_drop(self_: *mut GtkDropTarget) -> *mut gdk::GdkDrop; - pub fn gtk_drop_target_get_formats(self_: *mut GtkDropTarget) -> *mut gdk::GdkContentFormats; + pub fn gtk_drop_target_get_current_drop(self_: *mut GtkDropTarget) -> *mut gdk::GdkDrop; + pub fn gtk_drop_target_get_drop(self_: *mut GtkDropTarget) -> *mut gdk::GdkDrop; + pub fn gtk_drop_target_get_formats(self_: *mut GtkDropTarget) -> *mut gdk::GdkContentFormats; pub fn gtk_drop_target_get_gtypes( self_: *mut GtkDropTarget, n_types: *mut size_t, @@ -33758,7 +33758,7 @@

Files

pub fn gtk_drop_target_get_preload(self_: *mut GtkDropTarget) -> gboolean; pub fn gtk_drop_target_get_value(self_: *mut GtkDropTarget) -> *const gobject::GValue; pub fn gtk_drop_target_reject(self_: *mut GtkDropTarget); - pub fn gtk_drop_target_set_actions(self_: *mut GtkDropTarget, actions: gdk::GdkDragAction); + pub fn gtk_drop_target_set_actions(self_: *mut GtkDropTarget, actions: gdk::GdkDragAction); pub fn gtk_drop_target_set_gtypes( self_: *mut GtkDropTarget, types: *mut GType, @@ -33771,24 +33771,24 @@

Files

//========================================================================= pub fn gtk_drop_target_async_get_type() -> GType; pub fn gtk_drop_target_async_new( - formats: *mut gdk::GdkContentFormats, - actions: gdk::GdkDragAction, + formats: *mut gdk::GdkContentFormats, + actions: gdk::GdkDragAction, ) -> *mut GtkDropTargetAsync; - pub fn gtk_drop_target_async_get_actions(self_: *mut GtkDropTargetAsync) -> gdk::GdkDragAction; + pub fn gtk_drop_target_async_get_actions(self_: *mut GtkDropTargetAsync) -> gdk::GdkDragAction; pub fn gtk_drop_target_async_get_formats( self_: *mut GtkDropTargetAsync, - ) -> *mut gdk::GdkContentFormats; + ) -> *mut gdk::GdkContentFormats; pub fn gtk_drop_target_async_reject_drop( self_: *mut GtkDropTargetAsync, - drop: *mut gdk::GdkDrop, + drop: *mut gdk::GdkDrop, ); pub fn gtk_drop_target_async_set_actions( self_: *mut GtkDropTargetAsync, - actions: gdk::GdkDragAction, + actions: gdk::GdkDragAction, ); pub fn gtk_drop_target_async_set_formats( self_: *mut GtkDropTargetAsync, - formats: *mut gdk::GdkContentFormats, + formats: *mut gdk::GdkContentFormats, ); //========================================================================= @@ -33827,7 +33827,7 @@

Files

pub fn gtk_entry_get_icon_area( entry: *mut GtkEntry, icon_pos: GtkEntryIconPosition, - icon_area: *mut gdk::GdkRectangle, + icon_area: *mut gdk::GdkRectangle, ); pub fn gtk_entry_get_icon_at_pos(entry: *mut GtkEntry, x: c_int, y: c_int) -> c_int; pub fn gtk_entry_get_icon_gicon( @@ -33841,7 +33841,7 @@

Files

pub fn gtk_entry_get_icon_paintable( entry: *mut GtkEntry, icon_pos: GtkEntryIconPosition, - ) -> *mut gdk::GdkPaintable; + ) -> *mut gdk::GdkPaintable; pub fn gtk_entry_get_icon_sensitive( entry: *mut GtkEntry, icon_pos: GtkEntryIconPosition, @@ -33887,8 +33887,8 @@

Files

pub fn gtk_entry_set_icon_drag_source( entry: *mut GtkEntry, icon_pos: GtkEntryIconPosition, - provider: *mut gdk::GdkContentProvider, - actions: gdk::GdkDragAction, + provider: *mut gdk::GdkContentProvider, + actions: gdk::GdkDragAction, ); pub fn gtk_entry_set_icon_from_gicon( entry: *mut GtkEntry, @@ -33903,7 +33903,7 @@

Files

pub fn gtk_entry_set_icon_from_paintable( entry: *mut GtkEntry, icon_pos: GtkEntryIconPosition, - paintable: *mut gdk::GdkPaintable, + paintable: *mut gdk::GdkPaintable, ); pub fn gtk_entry_set_icon_sensitive( entry: *mut GtkEntry, @@ -34052,13 +34052,13 @@

Files

pub fn gtk_event_controller_get_type() -> GType; pub fn gtk_event_controller_get_current_event( controller: *mut GtkEventController, - ) -> *mut gdk::GdkEvent; + ) -> *mut gdk::GdkEvent; pub fn gtk_event_controller_get_current_event_device( controller: *mut GtkEventController, - ) -> *mut gdk::GdkDevice; + ) -> *mut gdk::GdkDevice; pub fn gtk_event_controller_get_current_event_state( controller: *mut GtkEventController, - ) -> gdk::GdkModifierType; + ) -> gdk::GdkModifierType; pub fn gtk_event_controller_get_current_event_time(controller: *mut GtkEventController) -> u32; pub fn gtk_event_controller_get_name(controller: *mut GtkEventController) -> *const c_char; pub fn gtk_event_controller_get_propagation_limit( @@ -34144,7 +34144,7 @@

Files

#[cfg_attr(docsrs, doc(cfg(feature = "v4_8")))] pub fn gtk_event_controller_scroll_get_unit( scroll: *mut GtkEventControllerScroll, - ) -> gdk::GdkScrollUnit; + ) -> gdk::GdkScrollUnit; pub fn gtk_event_controller_scroll_set_flags( scroll: *mut GtkEventControllerScroll, flags: GtkEventControllerScrollFlags, @@ -34879,12 +34879,12 @@

Files

pub fn gtk_gl_area_attach_buffers(area: *mut GtkGLArea); #[cfg(feature = "v4_12")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_12")))] - pub fn gtk_gl_area_get_allowed_apis(area: *mut GtkGLArea) -> gdk::GdkGLAPI; + pub fn gtk_gl_area_get_allowed_apis(area: *mut GtkGLArea) -> gdk::GdkGLAPI; #[cfg(feature = "v4_12")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_12")))] - pub fn gtk_gl_area_get_api(area: *mut GtkGLArea) -> gdk::GdkGLAPI; + pub fn gtk_gl_area_get_api(area: *mut GtkGLArea) -> gdk::GdkGLAPI; pub fn gtk_gl_area_get_auto_render(area: *mut GtkGLArea) -> gboolean; - pub fn gtk_gl_area_get_context(area: *mut GtkGLArea) -> *mut gdk::GdkGLContext; + pub fn gtk_gl_area_get_context(area: *mut GtkGLArea) -> *mut gdk::GdkGLContext; pub fn gtk_gl_area_get_error(area: *mut GtkGLArea) -> *mut glib::GError; pub fn gtk_gl_area_get_has_depth_buffer(area: *mut GtkGLArea) -> gboolean; pub fn gtk_gl_area_get_has_stencil_buffer(area: *mut GtkGLArea) -> gboolean; @@ -34898,7 +34898,7 @@

Files

pub fn gtk_gl_area_queue_render(area: *mut GtkGLArea); #[cfg(feature = "v4_12")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_12")))] - pub fn gtk_gl_area_set_allowed_apis(area: *mut GtkGLArea, apis: gdk::GdkGLAPI); + pub fn gtk_gl_area_set_allowed_apis(area: *mut GtkGLArea, apis: gdk::GdkGLAPI); pub fn gtk_gl_area_set_auto_render(area: *mut GtkGLArea, auto_render: gboolean); pub fn gtk_gl_area_set_error(area: *mut GtkGLArea, error: *const glib::GError); pub fn gtk_gl_area_set_has_depth_buffer(area: *mut GtkGLArea, has_depth_buffer: gboolean); @@ -34912,37 +34912,37 @@

Files

pub fn gtk_gesture_get_type() -> GType; pub fn gtk_gesture_get_bounding_box( gesture: *mut GtkGesture, - rect: *mut gdk::GdkRectangle, + rect: *mut gdk::GdkRectangle, ) -> gboolean; pub fn gtk_gesture_get_bounding_box_center( gesture: *mut GtkGesture, x: *mut c_double, y: *mut c_double, ) -> gboolean; - pub fn gtk_gesture_get_device(gesture: *mut GtkGesture) -> *mut gdk::GdkDevice; + pub fn gtk_gesture_get_device(gesture: *mut GtkGesture) -> *mut gdk::GdkDevice; pub fn gtk_gesture_get_group(gesture: *mut GtkGesture) -> *mut glib::GList; pub fn gtk_gesture_get_last_event( gesture: *mut GtkGesture, - sequence: *mut gdk::GdkEventSequence, - ) -> *mut gdk::GdkEvent; + sequence: *mut gdk::GdkEventSequence, + ) -> *mut gdk::GdkEvent; pub fn gtk_gesture_get_last_updated_sequence( gesture: *mut GtkGesture, - ) -> *mut gdk::GdkEventSequence; + ) -> *mut gdk::GdkEventSequence; pub fn gtk_gesture_get_point( gesture: *mut GtkGesture, - sequence: *mut gdk::GdkEventSequence, + sequence: *mut gdk::GdkEventSequence, x: *mut c_double, y: *mut c_double, ) -> gboolean; pub fn gtk_gesture_get_sequence_state( gesture: *mut GtkGesture, - sequence: *mut gdk::GdkEventSequence, + sequence: *mut gdk::GdkEventSequence, ) -> GtkEventSequenceState; pub fn gtk_gesture_get_sequences(gesture: *mut GtkGesture) -> *mut glib::GList; pub fn gtk_gesture_group(group_gesture: *mut GtkGesture, gesture: *mut GtkGesture); pub fn gtk_gesture_handles_sequence( gesture: *mut GtkGesture, - sequence: *mut gdk::GdkEventSequence, + sequence: *mut gdk::GdkEventSequence, ) -> gboolean; pub fn gtk_gesture_is_active(gesture: *mut GtkGesture) -> gboolean; pub fn gtk_gesture_is_grouped_with( @@ -34952,7 +34952,7 @@

Files

pub fn gtk_gesture_is_recognized(gesture: *mut GtkGesture) -> gboolean; pub fn gtk_gesture_set_sequence_state( gesture: *mut GtkGesture, - sequence: *mut gdk::GdkEventSequence, + sequence: *mut gdk::GdkEventSequence, state: GtkEventSequenceState, ) -> gboolean; pub fn gtk_gesture_set_state( @@ -35020,7 +35020,7 @@

Files

pub fn gtk_gesture_single_get_current_button(gesture: *mut GtkGestureSingle) -> c_uint; pub fn gtk_gesture_single_get_current_sequence( gesture: *mut GtkGestureSingle, - ) -> *mut gdk::GdkEventSequence; + ) -> *mut gdk::GdkEventSequence; pub fn gtk_gesture_single_get_exclusive(gesture: *mut GtkGestureSingle) -> gboolean; pub fn gtk_gesture_single_get_touch_only(gesture: *mut GtkGestureSingle) -> gboolean; pub fn gtk_gesture_single_set_button(gesture: *mut GtkGestureSingle, button: c_uint); @@ -35034,22 +35034,22 @@

Files

pub fn gtk_gesture_stylus_new() -> *mut GtkGesture; pub fn gtk_gesture_stylus_get_axes( gesture: *mut GtkGestureStylus, - axes: *mut gdk::GdkAxisUse, + axes: *mut gdk::GdkAxisUse, values: *mut *mut c_double, ) -> gboolean; pub fn gtk_gesture_stylus_get_axis( gesture: *mut GtkGestureStylus, - axis: gdk::GdkAxisUse, + axis: gdk::GdkAxisUse, value: *mut c_double, ) -> gboolean; pub fn gtk_gesture_stylus_get_backlog( gesture: *mut GtkGestureStylus, - backlog: *mut *mut gdk::GdkTimeCoord, + backlog: *mut *mut gdk::GdkTimeCoord, n_elems: *mut c_uint, ) -> gboolean; pub fn gtk_gesture_stylus_get_device_tool( gesture: *mut GtkGestureStylus, - ) -> *mut gdk::GdkDeviceTool; + ) -> *mut gdk::GdkDeviceTool; #[cfg(feature = "v4_10")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))] pub fn gtk_gesture_stylus_get_stylus_only(gesture: *mut GtkGestureStylus) -> gboolean; @@ -35274,16 +35274,16 @@

Files

pub fn gtk_im_context_filter_key( context: *mut GtkIMContext, press: gboolean, - surface: *mut gdk::GdkSurface, - device: *mut gdk::GdkDevice, + surface: *mut gdk::GdkSurface, + device: *mut gdk::GdkDevice, time: u32, keycode: c_uint, - state: gdk::GdkModifierType, + state: gdk::GdkModifierType, group: c_int, ) -> gboolean; pub fn gtk_im_context_filter_keypress( context: *mut GtkIMContext, - event: *mut gdk::GdkEvent, + event: *mut gdk::GdkEvent, ) -> gboolean; pub fn gtk_im_context_focus_in(context: *mut GtkIMContext); pub fn gtk_im_context_focus_out(context: *mut GtkIMContext); @@ -35310,7 +35310,7 @@

Files

pub fn gtk_im_context_set_client_widget(context: *mut GtkIMContext, widget: *mut GtkWidget); pub fn gtk_im_context_set_cursor_location( context: *mut GtkIMContext, - area: *const gdk::GdkRectangle, + area: *const gdk::GdkRectangle, ); pub fn gtk_im_context_set_surrounding( context: *mut GtkIMContext, @@ -35374,10 +35374,10 @@

Files

//========================================================================= pub fn gtk_icon_theme_get_type() -> GType; pub fn gtk_icon_theme_new() -> *mut GtkIconTheme; - pub fn gtk_icon_theme_get_for_display(display: *mut gdk::GdkDisplay) -> *mut GtkIconTheme; + pub fn gtk_icon_theme_get_for_display(display: *mut gdk::GdkDisplay) -> *mut GtkIconTheme; pub fn gtk_icon_theme_add_resource_path(self_: *mut GtkIconTheme, path: *const c_char); pub fn gtk_icon_theme_add_search_path(self_: *mut GtkIconTheme, path: *const c_char); - pub fn gtk_icon_theme_get_display(self_: *mut GtkIconTheme) -> *mut gdk::GdkDisplay; + pub fn gtk_icon_theme_get_display(self_: *mut GtkIconTheme) -> *mut gdk::GdkDisplay; pub fn gtk_icon_theme_get_icon_names(self_: *mut GtkIconTheme) -> *mut *mut c_char; pub fn gtk_icon_theme_get_icon_sizes( self_: *mut GtkIconTheme, @@ -35421,24 +35421,24 @@

Files

pub fn gtk_icon_view_create_drag_icon( icon_view: *mut GtkIconView, path: *mut GtkTreePath, - ) -> *mut gdk::GdkPaintable; + ) -> *mut gdk::GdkPaintable; pub fn gtk_icon_view_enable_model_drag_dest( icon_view: *mut GtkIconView, - formats: *mut gdk::GdkContentFormats, - actions: gdk::GdkDragAction, + formats: *mut gdk::GdkContentFormats, + actions: gdk::GdkDragAction, ); pub fn gtk_icon_view_enable_model_drag_source( icon_view: *mut GtkIconView, - start_button_mask: gdk::GdkModifierType, - formats: *mut gdk::GdkContentFormats, - actions: gdk::GdkDragAction, + start_button_mask: gdk::GdkModifierType, + formats: *mut gdk::GdkContentFormats, + actions: gdk::GdkDragAction, ); pub fn gtk_icon_view_get_activate_on_single_click(icon_view: *mut GtkIconView) -> gboolean; pub fn gtk_icon_view_get_cell_rect( icon_view: *mut GtkIconView, path: *mut GtkTreePath, cell: *mut GtkCellRenderer, - rect: *mut gdk::GdkRectangle, + rect: *mut gdk::GdkRectangle, ) -> gboolean; pub fn gtk_icon_view_get_column_spacing(icon_view: *mut GtkIconView) -> c_int; pub fn gtk_icon_view_get_columns(icon_view: *mut GtkIconView) -> c_int; @@ -35581,20 +35581,20 @@

Files

pub fn gtk_image_new_from_file(filename: *const c_char) -> *mut GtkWidget; pub fn gtk_image_new_from_gicon(icon: *mut gio::GIcon) -> *mut GtkWidget; pub fn gtk_image_new_from_icon_name(icon_name: *const c_char) -> *mut GtkWidget; - pub fn gtk_image_new_from_paintable(paintable: *mut gdk::GdkPaintable) -> *mut GtkWidget; + pub fn gtk_image_new_from_paintable(paintable: *mut gdk::GdkPaintable) -> *mut GtkWidget; pub fn gtk_image_new_from_pixbuf(pixbuf: *mut gdk_pixbuf::GdkPixbuf) -> *mut GtkWidget; pub fn gtk_image_new_from_resource(resource_path: *const c_char) -> *mut GtkWidget; pub fn gtk_image_clear(image: *mut GtkImage); pub fn gtk_image_get_gicon(image: *mut GtkImage) -> *mut gio::GIcon; pub fn gtk_image_get_icon_name(image: *mut GtkImage) -> *const c_char; pub fn gtk_image_get_icon_size(image: *mut GtkImage) -> GtkIconSize; - pub fn gtk_image_get_paintable(image: *mut GtkImage) -> *mut gdk::GdkPaintable; + pub fn gtk_image_get_paintable(image: *mut GtkImage) -> *mut gdk::GdkPaintable; pub fn gtk_image_get_pixel_size(image: *mut GtkImage) -> c_int; pub fn gtk_image_get_storage_type(image: *mut GtkImage) -> GtkImageType; pub fn gtk_image_set_from_file(image: *mut GtkImage, filename: *const c_char); pub fn gtk_image_set_from_gicon(image: *mut GtkImage, icon: *mut gio::GIcon); pub fn gtk_image_set_from_icon_name(image: *mut GtkImage, icon_name: *const c_char); - pub fn gtk_image_set_from_paintable(image: *mut GtkImage, paintable: *mut gdk::GdkPaintable); + pub fn gtk_image_set_from_paintable(image: *mut GtkImage, paintable: *mut gdk::GdkPaintable); pub fn gtk_image_set_from_pixbuf(image: *mut GtkImage, pixbuf: *mut gdk_pixbuf::GdkPixbuf); pub fn gtk_image_set_from_resource(image: *mut GtkImage, resource_path: *const c_char); pub fn gtk_image_set_icon_size(image: *mut GtkImage, icon_size: GtkIconSize); @@ -35729,10 +35729,10 @@

Files

pub fn gtk_keyval_trigger_get_type() -> GType; pub fn gtk_keyval_trigger_new( keyval: c_uint, - modifiers: gdk::GdkModifierType, + modifiers: gdk::GdkModifierType, ) -> *mut GtkShortcutTrigger; pub fn gtk_keyval_trigger_get_keyval(self_: *mut GtkKeyvalTrigger) -> c_uint; - pub fn gtk_keyval_trigger_get_modifiers(self_: *mut GtkKeyvalTrigger) -> gdk::GdkModifierType; + pub fn gtk_keyval_trigger_get_modifiers(self_: *mut GtkKeyvalTrigger) -> gdk::GdkModifierType; //========================================================================= // GtkLabel @@ -36271,7 +36271,7 @@

Files

seekable: gboolean, duration: i64, ); - pub fn gtk_media_stream_realize(self_: *mut GtkMediaStream, surface: *mut gdk::GdkSurface); + pub fn gtk_media_stream_realize(self_: *mut GtkMediaStream, surface: *mut gdk::GdkSurface); pub fn gtk_media_stream_seek(self_: *mut GtkMediaStream, timestamp: i64); pub fn gtk_media_stream_seek_failed(self_: *mut GtkMediaStream); pub fn gtk_media_stream_seek_success(self_: *mut GtkMediaStream); @@ -36295,7 +36295,7 @@

Files

#[cfg_attr(docsrs, doc(cfg(feature = "v4_4")))]
pub fn gtk_media_stream_stream_unprepared(self_: *mut GtkMediaStream); pub fn gtk_media_stream_unprepared(self_: *mut GtkMediaStream); - pub fn gtk_media_stream_unrealize(self_: *mut GtkMediaStream, surface: *mut gdk::GdkSurface); + pub fn gtk_media_stream_unrealize(self_: *mut GtkMediaStream, surface: *mut gdk::GdkSurface); pub fn gtk_media_stream_update(self_: *mut GtkMediaStream, timestamp: i64); //========================================================================= @@ -36418,12 +36418,12 @@

Files

//=========================================================================
pub fn gtk_mount_operation_get_type() -> GType; pub fn gtk_mount_operation_new(parent: *mut GtkWindow) -> *mut gio::GMountOperation; - pub fn gtk_mount_operation_get_display(op: *mut GtkMountOperation) -> *mut gdk::GdkDisplay; + pub fn gtk_mount_operation_get_display(op: *mut GtkMountOperation) -> *mut gdk::GdkDisplay; pub fn gtk_mount_operation_get_parent(op: *mut GtkMountOperation) -> *mut GtkWindow; pub fn gtk_mount_operation_is_showing(op: *mut GtkMountOperation) -> gboolean; pub fn gtk_mount_operation_set_display( op: *mut GtkMountOperation, - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, ); pub fn gtk_mount_operation_set_parent(op: *mut GtkMountOperation, parent: *mut GtkWindow); @@ -36715,7 +36715,7 @@

Files

pub fn gtk_pad_controller_get_type() -> GType; pub fn gtk_pad_controller_new( group: *mut gio::GActionGroup, - pad: *mut gdk::GdkDevice, + pad: *mut gdk::GdkDevice, ) -> *mut GtkPadController; pub fn gtk_pad_controller_set_action( controller: *mut GtkPadController, @@ -36888,7 +36888,7 @@

Files

pub fn gtk_picture_new() -> *mut GtkWidget; pub fn gtk_picture_new_for_file(file: *mut gio::GFile) -> *mut GtkWidget; pub fn gtk_picture_new_for_filename(filename: *const c_char) -> *mut GtkWidget; - pub fn gtk_picture_new_for_paintable(paintable: *mut gdk::GdkPaintable) -> *mut GtkWidget; + pub fn gtk_picture_new_for_paintable(paintable: *mut gdk::GdkPaintable) -> *mut GtkWidget; pub fn gtk_picture_new_for_pixbuf(pixbuf: *mut gdk_pixbuf::GdkPixbuf) -> *mut GtkWidget; pub fn gtk_picture_new_for_resource(resource_path: *const c_char) -> *mut GtkWidget; pub fn gtk_picture_get_alternative_text(self_: *mut GtkPicture) -> *const c_char; @@ -36898,7 +36898,7 @@

Files

pub fn gtk_picture_get_content_fit(self_: *mut GtkPicture) -> GtkContentFit; pub fn gtk_picture_get_file(self_: *mut GtkPicture) -> *mut gio::GFile; pub fn gtk_picture_get_keep_aspect_ratio(self_: *mut GtkPicture) -> gboolean; - pub fn gtk_picture_get_paintable(self_: *mut GtkPicture) -> *mut gdk::GdkPaintable; + pub fn gtk_picture_get_paintable(self_: *mut GtkPicture) -> *mut gdk::GdkPaintable; pub fn gtk_picture_set_alternative_text( self_: *mut GtkPicture, alternative_text: *const c_char, @@ -36910,7 +36910,7 @@

Files

pub fn gtk_picture_set_file(self_: *mut GtkPicture, file: *mut gio::GFile); pub fn gtk_picture_set_filename(self_: *mut GtkPicture, filename: *const c_char); pub fn gtk_picture_set_keep_aspect_ratio(self_: *mut GtkPicture, keep_aspect_ratio: gboolean); - pub fn gtk_picture_set_paintable(self_: *mut GtkPicture, paintable: *mut gdk::GdkPaintable); + pub fn gtk_picture_set_paintable(self_: *mut GtkPicture, paintable: *mut gdk::GdkPaintable); pub fn gtk_picture_set_pixbuf(self_: *mut GtkPicture, pixbuf: *mut gdk_pixbuf::GdkPixbuf); pub fn gtk_picture_set_resource(self_: *mut GtkPicture, resource_path: *const c_char); @@ -36931,7 +36931,7 @@

Files

); pub fn gtk_popover_get_pointing_to( popover: *mut GtkPopover, - rect: *mut gdk::GdkRectangle, + rect: *mut gdk::GdkRectangle, ) -> gboolean; pub fn gtk_popover_get_position(popover: *mut GtkPopover) -> GtkPositionType; pub fn gtk_popover_popdown(popover: *mut GtkPopover); @@ -36944,7 +36944,7 @@

Files

pub fn gtk_popover_set_has_arrow(popover: *mut GtkPopover, has_arrow: gboolean); pub fn gtk_popover_set_mnemonics_visible(popover: *mut GtkPopover, mnemonics_visible: gboolean); pub fn gtk_popover_set_offset(popover: *mut GtkPopover, x_offset: c_int, y_offset: c_int); - pub fn gtk_popover_set_pointing_to(popover: *mut GtkPopover, rect: *const gdk::GdkRectangle); + pub fn gtk_popover_set_pointing_to(popover: *mut GtkPopover, rect: *const gdk::GdkRectangle); pub fn gtk_popover_set_position(popover: *mut GtkPopover, position: GtkPositionType); //========================================================================= @@ -37636,7 +37636,7 @@

Files

pub fn gtk_range_get_fill_level(range: *mut GtkRange) -> c_double; pub fn gtk_range_get_flippable(range: *mut GtkRange) -> gboolean; pub fn gtk_range_get_inverted(range: *mut GtkRange) -> gboolean; - pub fn gtk_range_get_range_rect(range: *mut GtkRange, range_rect: *mut gdk::GdkRectangle); + pub fn gtk_range_get_range_rect(range: *mut GtkRange, range_rect: *mut gdk::GdkRectangle); pub fn gtk_range_get_restrict_to_fill_level(range: *mut GtkRange) -> gboolean; pub fn gtk_range_get_round_digits(range: *mut GtkRange) -> c_int; pub fn gtk_range_get_show_fill_level(range: *mut GtkRange) -> gboolean; @@ -37972,7 +37972,7 @@

Files

//=========================================================================
pub fn gtk_settings_get_type() -> GType; pub fn gtk_settings_get_default() -> *mut GtkSettings; - pub fn gtk_settings_get_for_display(display: *mut gdk::GdkDisplay) -> *mut GtkSettings; + pub fn gtk_settings_get_for_display(display: *mut gdk::GdkDisplay) -> *mut GtkSettings; pub fn gtk_settings_reset_property(settings: *mut GtkSettings, name: *const c_char); //========================================================================= @@ -38024,7 +38024,7 @@

Files

); pub fn gtk_shortcut_controller_get_mnemonics_modifiers( self_: *mut GtkShortcutController, - ) -> gdk::GdkModifierType; + ) -> gdk::GdkModifierType; pub fn gtk_shortcut_controller_get_scope(self_: *mut GtkShortcutController) -> GtkShortcutScope; pub fn gtk_shortcut_controller_remove_shortcut( @@ -38033,7 +38033,7 @@

Files

); pub fn gtk_shortcut_controller_set_mnemonics_modifiers( self_: *mut GtkShortcutController, - modifiers: gdk::GdkModifierType, + modifiers: gdk::GdkModifierType, ); pub fn gtk_shortcut_controller_set_scope( self_: *mut GtkShortcutController, @@ -38068,19 +38068,19 @@

Files

pub fn gtk_shortcut_trigger_print(self_: *mut GtkShortcutTrigger, string: *mut glib::GString); pub fn gtk_shortcut_trigger_print_label( self_: *mut GtkShortcutTrigger, - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, string: *mut glib::GString, ) -> gboolean; pub fn gtk_shortcut_trigger_to_label( self_: *mut GtkShortcutTrigger, - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, ) -> *mut c_char; pub fn gtk_shortcut_trigger_to_string(self_: *mut GtkShortcutTrigger) -> *mut c_char; pub fn gtk_shortcut_trigger_trigger( self_: *mut GtkShortcutTrigger, - event: *mut gdk::GdkEvent, + event: *mut gdk::GdkEvent, enable_mnemonics: gboolean, - ) -> gdk::GdkKeyMatch; + ) -> gdk::GdkKeyMatch; //========================================================================= // GtkShortcutsGroup @@ -38198,7 +38198,7 @@

Files

snapshot: *mut GtkSnapshot, outline: *const gsk::GskRoundedRect, border_width: *const [c_float; 4], - border_color: *const [gdk::GdkRGBA; 4], + border_color: *const [gdk::GdkRGBA; 4], ); pub fn gtk_snapshot_append_cairo( snapshot: *mut GtkSnapshot, @@ -38206,7 +38206,7 @@

Files

) -> *mut cairo::cairo_t; pub fn gtk_snapshot_append_color( snapshot: *mut GtkSnapshot, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, bounds: *const graphene::graphene_rect_t, ); pub fn gtk_snapshot_append_conic_gradient( @@ -38223,12 +38223,12 @@

Files

snapshot: *mut GtkSnapshot, path: *mut gsk::GskPath, fill_rule: gsk::GskFillRule, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, ); pub fn gtk_snapshot_append_inset_shadow( snapshot: *mut GtkSnapshot, outline: *const gsk::GskRoundedRect, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, dx: c_float, dy: c_float, spread: c_float, @@ -38237,7 +38237,7 @@

Files

pub fn gtk_snapshot_append_layout( snapshot: *mut GtkSnapshot, layout: *mut pango::PangoLayout, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, ); pub fn gtk_snapshot_append_linear_gradient( snapshot: *mut GtkSnapshot, @@ -38251,7 +38251,7 @@

Files

pub fn gtk_snapshot_append_outset_shadow( snapshot: *mut GtkSnapshot, outline: *const gsk::GskRoundedRect, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, dx: c_float, dy: c_float, spread: c_float, @@ -38291,7 +38291,7 @@

Files

#[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))]
pub fn gtk_snapshot_append_scaled_texture( snapshot: *mut GtkSnapshot, - texture: *mut gdk::GdkTexture, + texture: *mut gdk::GdkTexture, filter: gsk::GskScalingFilter, bounds: *const graphene::graphene_rect_t, ); @@ -38301,18 +38301,18 @@

Files

snapshot: *mut GtkSnapshot, path: *mut gsk::GskPath, stroke: *const gsk::GskStroke, - color: *const gdk::GdkRGBA, + color: *const gdk::GdkRGBA, ); pub fn gtk_snapshot_append_texture( snapshot: *mut GtkSnapshot, - texture: *mut gdk::GdkTexture, + texture: *mut gdk::GdkTexture, bounds: *const graphene::graphene_rect_t, ); pub fn gtk_snapshot_free_to_node(snapshot: *mut GtkSnapshot) -> *mut gsk::GskRenderNode; pub fn gtk_snapshot_free_to_paintable( snapshot: *mut GtkSnapshot, size: *const graphene::graphene_size_t, - ) -> *mut gdk::GdkPaintable; + ) -> *mut gdk::GdkPaintable; pub fn gtk_snapshot_gl_shader_pop_texture(snapshot: *mut GtkSnapshot); pub fn gtk_snapshot_perspective(snapshot: *mut GtkSnapshot, depth: c_float); pub fn gtk_snapshot_pop(snapshot: *mut GtkSnapshot); @@ -38426,7 +38426,7 @@

Files

pub fn gtk_snapshot_to_paintable( snapshot: *mut GtkSnapshot, size: *const graphene::graphene_size_t, - ) -> *mut gdk::GdkPaintable; + ) -> *mut gdk::GdkPaintable; pub fn gtk_snapshot_transform(snapshot: *mut GtkSnapshot, transform: *mut gsk::GskTransform); pub fn gtk_snapshot_transform_matrix( snapshot: *mut GtkSnapshot, @@ -38737,12 +38737,12 @@

Files

//=========================================================================
pub fn gtk_style_context_get_type() -> GType; pub fn gtk_style_context_add_provider_for_display( - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, provider: *mut GtkStyleProvider, priority: c_uint, ); pub fn gtk_style_context_remove_provider_for_display( - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, provider: *mut GtkStyleProvider, ); pub fn gtk_style_context_add_class(context: *mut GtkStyleContext, class_name: *const c_char); @@ -38752,8 +38752,8 @@

Files

priority: c_uint, ); pub fn gtk_style_context_get_border(context: *mut GtkStyleContext, border: *mut GtkBorder); - pub fn gtk_style_context_get_color(context: *mut GtkStyleContext, color: *mut gdk::GdkRGBA); - pub fn gtk_style_context_get_display(context: *mut GtkStyleContext) -> *mut gdk::GdkDisplay; + pub fn gtk_style_context_get_color(context: *mut GtkStyleContext, color: *mut gdk::GdkRGBA); + pub fn gtk_style_context_get_display(context: *mut GtkStyleContext) -> *mut gdk::GdkDisplay; pub fn gtk_style_context_get_margin(context: *mut GtkStyleContext, margin: *mut GtkBorder); pub fn gtk_style_context_get_padding(context: *mut GtkStyleContext, padding: *mut GtkBorder); pub fn gtk_style_context_get_scale(context: *mut GtkStyleContext) -> c_int; @@ -38765,7 +38765,7 @@

Files

pub fn gtk_style_context_lookup_color( context: *mut GtkStyleContext, color_name: *const c_char, - color: *mut gdk::GdkRGBA, + color: *mut gdk::GdkRGBA, ) -> gboolean; pub fn gtk_style_context_remove_class(context: *mut GtkStyleContext, class_name: *const c_char); pub fn gtk_style_context_remove_provider( @@ -38776,7 +38776,7 @@

Files

pub fn gtk_style_context_save(context: *mut GtkStyleContext); pub fn gtk_style_context_set_display( context: *mut GtkStyleContext, - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, ); pub fn gtk_style_context_set_scale(context: *mut GtkStyleContext, scale: c_int); pub fn gtk_style_context_set_state(context: *mut GtkStyleContext, flags: GtkStateFlags); @@ -38858,7 +38858,7 @@

Files

); pub fn gtk_text_buffer_add_selection_clipboard( buffer: *mut GtkTextBuffer, - clipboard: *mut gdk::GdkClipboard, + clipboard: *mut gdk::GdkClipboard, ); pub fn gtk_text_buffer_apply_tag( buffer: *mut GtkTextBuffer, @@ -38882,7 +38882,7 @@

Files

pub fn gtk_text_buffer_begin_user_action(buffer: *mut GtkTextBuffer); pub fn gtk_text_buffer_copy_clipboard( buffer: *mut GtkTextBuffer, - clipboard: *mut gdk::GdkClipboard, + clipboard: *mut gdk::GdkClipboard, ); pub fn gtk_text_buffer_create_child_anchor( buffer: *mut GtkTextBuffer, @@ -38902,7 +38902,7 @@

Files

) -> *mut GtkTextTag; pub fn gtk_text_buffer_cut_clipboard( buffer: *mut GtkTextBuffer, - clipboard: *mut gdk::GdkClipboard, + clipboard: *mut gdk::GdkClipboard, default_editable: gboolean, ); pub fn gtk_text_buffer_delete( @@ -38984,7 +38984,7 @@

Files

) -> gboolean; pub fn gtk_text_buffer_get_selection_content( buffer: *mut GtkTextBuffer, - ) -> *mut gdk::GdkContentProvider; + ) -> *mut gdk::GdkContentProvider; pub fn gtk_text_buffer_get_slice( buffer: *mut GtkTextBuffer, start: *const GtkTextIter, @@ -39037,7 +39037,7 @@

Files

pub fn gtk_text_buffer_insert_paintable( buffer: *mut GtkTextBuffer, iter: *mut GtkTextIter, - paintable: *mut gdk::GdkPaintable, + paintable: *mut gdk::GdkPaintable, ); pub fn gtk_text_buffer_insert_range( buffer: *mut GtkTextBuffer, @@ -39080,7 +39080,7 @@

Files

); pub fn gtk_text_buffer_paste_clipboard( buffer: *mut GtkTextBuffer, - clipboard: *mut gdk::GdkClipboard, + clipboard: *mut gdk::GdkClipboard, override_location: *mut GtkTextIter, default_editable: gboolean, ); @@ -39093,7 +39093,7 @@

Files

); pub fn gtk_text_buffer_remove_selection_clipboard( buffer: *mut GtkTextBuffer, - clipboard: *mut gdk::GdkClipboard, + clipboard: *mut gdk::GdkClipboard, ); pub fn gtk_text_buffer_remove_tag( buffer: *mut GtkTextBuffer, @@ -39220,8 +39220,8 @@

Files

pub fn gtk_text_view_get_cursor_locations( text_view: *mut GtkTextView, iter: *const GtkTextIter, - strong: *mut gdk::GdkRectangle, - weak: *mut gdk::GdkRectangle, + strong: *mut gdk::GdkRectangle, + weak: *mut gdk::GdkRectangle, ); pub fn gtk_text_view_get_cursor_visible(text_view: *mut GtkTextView) -> gboolean; pub fn gtk_text_view_get_editable(text_view: *mut GtkTextView) -> gboolean; @@ -39249,7 +39249,7 @@

Files

pub fn gtk_text_view_get_iter_location( text_view: *mut GtkTextView, iter: *const GtkTextIter, - location: *mut gdk::GdkRectangle, + location: *mut gdk::GdkRectangle, ); pub fn gtk_text_view_get_justification(text_view: *mut GtkTextView) -> GtkJustification; pub fn gtk_text_view_get_left_margin(text_view: *mut GtkTextView) -> c_int; @@ -39281,12 +39281,12 @@

Files

pub fn gtk_text_view_get_top_margin(text_view: *mut GtkTextView) -> c_int; pub fn gtk_text_view_get_visible_rect( text_view: *mut GtkTextView, - visible_rect: *mut gdk::GdkRectangle, + visible_rect: *mut gdk::GdkRectangle, ); pub fn gtk_text_view_get_wrap_mode(text_view: *mut GtkTextView) -> GtkWrapMode; pub fn gtk_text_view_im_context_filter_keypress( text_view: *mut GtkTextView, - event: *mut gdk::GdkEvent, + event: *mut gdk::GdkEvent, ) -> gboolean; pub fn gtk_text_view_move_mark_onscreen( text_view: *mut GtkTextView, @@ -39394,12 +39394,12 @@

Files

//========================================================================= pub fn gtk_tooltip_get_type() -> GType; pub fn gtk_tooltip_set_custom(tooltip: *mut GtkTooltip, custom_widget: *mut GtkWidget); - pub fn gtk_tooltip_set_icon(tooltip: *mut GtkTooltip, paintable: *mut gdk::GdkPaintable); + pub fn gtk_tooltip_set_icon(tooltip: *mut GtkTooltip, paintable: *mut gdk::GdkPaintable); pub fn gtk_tooltip_set_icon_from_gicon(tooltip: *mut GtkTooltip, gicon: *mut gio::GIcon); pub fn gtk_tooltip_set_icon_from_icon_name(tooltip: *mut GtkTooltip, icon_name: *const c_char); pub fn gtk_tooltip_set_markup(tooltip: *mut GtkTooltip, markup: *const c_char); pub fn gtk_tooltip_set_text(tooltip: *mut GtkTooltip, text: *const c_char); - pub fn gtk_tooltip_set_tip_area(tooltip: *mut GtkTooltip, rect: *const gdk::GdkRectangle); + pub fn gtk_tooltip_set_tip_area(tooltip: *mut GtkTooltip, rect: *const gdk::GdkRectangle); //========================================================================= // GtkTreeExpander @@ -39800,17 +39800,17 @@

Files

pub fn gtk_tree_view_create_row_drag_icon( tree_view: *mut GtkTreeView, path: *mut GtkTreePath, - ) -> *mut gdk::GdkPaintable; + ) -> *mut gdk::GdkPaintable; pub fn gtk_tree_view_enable_model_drag_dest( tree_view: *mut GtkTreeView, - formats: *mut gdk::GdkContentFormats, - actions: gdk::GdkDragAction, + formats: *mut gdk::GdkContentFormats, + actions: gdk::GdkDragAction, ); pub fn gtk_tree_view_enable_model_drag_source( tree_view: *mut GtkTreeView, - start_button_mask: gdk::GdkModifierType, - formats: *mut gdk::GdkContentFormats, - actions: gdk::GdkDragAction, + start_button_mask: gdk::GdkModifierType, + formats: *mut gdk::GdkContentFormats, + actions: gdk::GdkDragAction, ); pub fn gtk_tree_view_expand_all(tree_view: *mut GtkTreeView); pub fn gtk_tree_view_expand_row( @@ -39824,13 +39824,13 @@

Files

tree_view: *mut GtkTreeView, path: *mut GtkTreePath, column: *mut GtkTreeViewColumn, - rect: *mut gdk::GdkRectangle, + rect: *mut gdk::GdkRectangle, ); pub fn gtk_tree_view_get_cell_area( tree_view: *mut GtkTreeView, path: *mut GtkTreePath, column: *mut GtkTreeViewColumn, - rect: *mut gdk::GdkRectangle, + rect: *mut gdk::GdkRectangle, ); pub fn gtk_tree_view_get_column( tree_view: *mut GtkTreeView, @@ -39905,7 +39905,7 @@

Files

) -> gboolean; pub fn gtk_tree_view_get_visible_rect( tree_view: *mut GtkTreeView, - visible_rect: *mut gdk::GdkRectangle, + visible_rect: *mut gdk::GdkRectangle, ); pub fn gtk_tree_view_insert_column( tree_view: *mut GtkTreeView, @@ -40373,15 +40373,15 @@

Files

pub fn gtk_widget_get_can_focus(widget: *mut GtkWidget) -> gboolean; pub fn gtk_widget_get_can_target(widget: *mut GtkWidget) -> gboolean; pub fn gtk_widget_get_child_visible(widget: *mut GtkWidget) -> gboolean; - pub fn gtk_widget_get_clipboard(widget: *mut GtkWidget) -> *mut gdk::GdkClipboard; + pub fn gtk_widget_get_clipboard(widget: *mut GtkWidget) -> *mut gdk::GdkClipboard; #[cfg(feature = "v4_10")] #[cfg_attr(docsrs, doc(cfg(feature = "v4_10")))] - pub fn gtk_widget_get_color(widget: *mut GtkWidget, color: *mut gdk::GdkRGBA); +
pub fn gtk_widget_get_color(widget: *mut GtkWidget, color: *mut gdk::GdkRGBA); pub fn gtk_widget_get_css_classes(widget: *mut GtkWidget) -> *mut *mut c_char; pub fn gtk_widget_get_css_name(self_: *mut GtkWidget) -> *const c_char; - pub fn gtk_widget_get_cursor(widget: *mut GtkWidget) -> *mut gdk::GdkCursor; + pub fn gtk_widget_get_cursor(widget: *mut GtkWidget) -> *mut gdk::GdkCursor; pub fn gtk_widget_get_direction(widget: *mut GtkWidget) -> GtkTextDirection; - pub fn gtk_widget_get_display(widget: *mut GtkWidget) -> *mut gdk::GdkDisplay; + pub fn gtk_widget_get_display(widget: *mut GtkWidget) -> *mut gdk::GdkDisplay; pub fn gtk_widget_get_first_child(widget: *mut GtkWidget) -> *mut GtkWidget; pub fn gtk_widget_get_focus_child(widget: *mut GtkWidget) -> *mut GtkWidget; pub fn gtk_widget_get_focus_on_click(widget: *mut GtkWidget) -> gboolean; @@ -40390,7 +40390,7 @@

Files

pub fn gtk_widget_get_font_options( widget: *mut GtkWidget, ) -> *const cairo::cairo_font_options_t; - pub fn gtk_widget_get_frame_clock(widget: *mut GtkWidget) -> *mut gdk::GdkFrameClock; + pub fn gtk_widget_get_frame_clock(widget: *mut GtkWidget) -> *mut gdk::GdkFrameClock; pub fn gtk_widget_get_halign(widget: *mut GtkWidget) -> GtkAlign; pub fn gtk_widget_get_has_tooltip(widget: *mut GtkWidget) -> gboolean; pub fn gtk_widget_get_height(widget: *mut GtkWidget) -> c_int; @@ -40416,7 +40416,7 @@

Files

natural_size: *mut GtkRequisition, ); pub fn gtk_widget_get_prev_sibling(widget: *mut GtkWidget) -> *mut GtkWidget; - pub fn gtk_widget_get_primary_clipboard(widget: *mut GtkWidget) -> *mut gdk::GdkClipboard; + pub fn gtk_widget_get_primary_clipboard(widget: *mut GtkWidget) -> *mut gdk::GdkClipboard; pub fn gtk_widget_get_realized(widget: *mut GtkWidget) -> gboolean; pub fn gtk_widget_get_receives_default(widget: *mut GtkWidget) -> gboolean; pub fn gtk_widget_get_request_mode(widget: *mut GtkWidget) -> GtkSizeRequestMode; @@ -40514,7 +40514,7 @@

Files

pub fn gtk_widget_set_can_target(widget: *mut GtkWidget, can_target: gboolean); pub fn gtk_widget_set_child_visible(widget: *mut GtkWidget, child_visible: gboolean); pub fn gtk_widget_set_css_classes(widget: *mut GtkWidget, classes: *mut *const c_char); - pub fn gtk_widget_set_cursor(widget: *mut GtkWidget, cursor: *mut gdk::GdkCursor); + pub fn gtk_widget_set_cursor(widget: *mut GtkWidget, cursor: *mut gdk::GdkCursor); pub fn gtk_widget_set_cursor_from_name(widget: *mut GtkWidget, name: *const c_char); pub fn gtk_widget_set_direction(widget: *mut GtkWidget, dir: GtkTextDirection); pub fn gtk_widget_set_focus_child(widget: *mut GtkWidget, child: *mut GtkWidget); @@ -40603,7 +40603,7 @@

Files

pub fn gtk_window_close(window: *mut GtkWindow); pub fn gtk_window_destroy(window: *mut GtkWindow); pub fn gtk_window_fullscreen(window: *mut GtkWindow); - pub fn gtk_window_fullscreen_on_monitor(window: *mut GtkWindow, monitor: *mut gdk::GdkMonitor); + pub fn gtk_window_fullscreen_on_monitor(window: *mut GtkWindow, monitor: *mut gdk::GdkMonitor); pub fn gtk_window_get_application(window: *mut GtkWindow) -> *mut GtkApplication; pub fn gtk_window_get_child(window: *mut GtkWindow) -> *mut GtkWidget; pub fn gtk_window_get_decorated(window: *mut GtkWindow) -> gboolean; @@ -40647,7 +40647,7 @@

Files

pub fn gtk_window_set_default_widget(window: *mut GtkWindow, default_widget: *mut GtkWidget); pub fn gtk_window_set_deletable(window: *mut GtkWindow, setting: gboolean); pub fn gtk_window_set_destroy_with_parent(window: *mut GtkWindow, setting: gboolean); - pub fn gtk_window_set_display(window: *mut GtkWindow, display: *mut gdk::GdkDisplay); + pub fn gtk_window_set_display(window: *mut GtkWindow, display: *mut gdk::GdkDisplay); pub fn gtk_window_set_focus(window: *mut GtkWindow, focus: *mut GtkWidget); pub fn gtk_window_set_focus_visible(window: *mut GtkWindow, setting: gboolean); #[cfg(feature = "v4_2")] @@ -40857,7 +40857,7 @@

Files

pub fn gtk_cell_editable_remove_widget(cell_editable: *mut GtkCellEditable); pub fn gtk_cell_editable_start_editing( cell_editable: *mut GtkCellEditable, - event: *mut gdk::GdkEvent, + event: *mut gdk::GdkEvent, ); //========================================================================= @@ -40914,11 +40914,11 @@

Files

orientation: GtkOrientation, colors_per_line: c_int, n_colors: c_int, - colors: *mut gdk::GdkRGBA, + colors: *mut gdk::GdkRGBA, ); - pub fn gtk_color_chooser_get_rgba(chooser: *mut GtkColorChooser, color: *mut gdk::GdkRGBA); + pub fn gtk_color_chooser_get_rgba(chooser: *mut GtkColorChooser, color: *mut gdk::GdkRGBA); pub fn gtk_color_chooser_get_use_alpha(chooser: *mut GtkColorChooser) -> gboolean; - pub fn gtk_color_chooser_set_rgba(chooser: *mut GtkColorChooser, color: *const gdk::GdkRGBA); + pub fn gtk_color_chooser_set_rgba(chooser: *mut GtkColorChooser, color: *const gdk::GdkRGBA); pub fn gtk_color_chooser_set_use_alpha(chooser: *mut GtkColorChooser, use_alpha: gboolean); //========================================================================= @@ -41106,9 +41106,9 @@

Files

// GtkNative //=========================================================================
pub fn gtk_native_get_type() -> GType; - pub fn gtk_native_get_for_surface(surface: *mut gdk::GdkSurface) -> *mut GtkNative; + pub fn gtk_native_get_for_surface(surface: *mut gdk::GdkSurface) -> *mut GtkNative; pub fn gtk_native_get_renderer(self_: *mut GtkNative) -> *mut gsk::GskRenderer; - pub fn gtk_native_get_surface(self_: *mut GtkNative) -> *mut gdk::GdkSurface; + pub fn gtk_native_get_surface(self_: *mut GtkNative) -> *mut gdk::GdkSurface; pub fn gtk_native_get_surface_transform( self_: *mut GtkNative, x: *mut c_double, @@ -41145,7 +41145,7 @@

Files

// GtkRoot //=========================================================================
pub fn gtk_root_get_type() -> GType; - pub fn gtk_root_get_display(self_: *mut GtkRoot) -> *mut gdk::GdkDisplay; + pub fn gtk_root_get_display(self_: *mut GtkRoot) -> *mut gdk::GdkDisplay; pub fn gtk_root_get_focus(self_: *mut GtkRoot) -> *mut GtkWidget; pub fn gtk_root_set_focus(self_: *mut GtkRoot, focus: *mut GtkWidget); @@ -41269,10 +41269,10 @@

Files

#[cfg_attr(docsrs, doc(cfg(feature = "v4_6")))]
pub fn gtk_symbolic_paintable_snapshot_symbolic( paintable: *mut GtkSymbolicPaintable, - snapshot: *mut gdk::GdkSnapshot, + snapshot: *mut gdk::GdkSnapshot, width: c_double, height: c_double, - colors: *const gdk::GdkRGBA, + colors: *const gdk::GdkRGBA, n_colors: size_t, ); @@ -41302,7 +41302,7 @@

Files

pub fn gtk_tree_drag_source_drag_data_get( drag_source: *mut GtkTreeDragSource, path: *mut GtkTreePath, - ) -> *mut gdk::GdkContentProvider; + ) -> *mut gdk::GdkContentProvider; pub fn gtk_tree_drag_source_row_draggable( drag_source: *mut GtkTreeDragSource, path: *mut GtkTreePath, @@ -41451,40 +41451,40 @@

Files

//========================================================================= // Other functions //========================================================================= - pub fn gtk_accelerator_get_default_mod_mask() -> gdk::GdkModifierType; + pub fn gtk_accelerator_get_default_mod_mask() -> gdk::GdkModifierType; pub fn gtk_accelerator_get_label( accelerator_key: c_uint, - accelerator_mods: gdk::GdkModifierType, + accelerator_mods: gdk::GdkModifierType, ) -> *mut c_char; pub fn gtk_accelerator_get_label_with_keycode( - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, accelerator_key: c_uint, keycode: c_uint, - accelerator_mods: gdk::GdkModifierType, + accelerator_mods: gdk::GdkModifierType, ) -> *mut c_char; pub fn gtk_accelerator_name( accelerator_key: c_uint, - accelerator_mods: gdk::GdkModifierType, + accelerator_mods: gdk::GdkModifierType, ) -> *mut c_char; pub fn gtk_accelerator_name_with_keycode( - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, accelerator_key: c_uint, keycode: c_uint, - accelerator_mods: gdk::GdkModifierType, + accelerator_mods: gdk::GdkModifierType, ) -> *mut c_char; pub fn gtk_accelerator_parse( accelerator: *const c_char, accelerator_key: *mut c_uint, - accelerator_mods: *mut gdk::GdkModifierType, + accelerator_mods: *mut gdk::GdkModifierType, ) -> gboolean; pub fn gtk_accelerator_parse_with_keycode( accelerator: *const c_char, - display: *mut gdk::GdkDisplay, + display: *mut gdk::GdkDisplay, accelerator_key: *mut c_uint, accelerator_codes: *mut *mut c_uint, - accelerator_mods: *mut gdk::GdkModifierType, + accelerator_mods: *mut gdk::GdkModifierType, ) -> gboolean; - pub fn gtk_accelerator_valid(keyval: c_uint, modifiers: gdk::GdkModifierType) -> gboolean; + pub fn gtk_accelerator_valid(keyval: c_uint, modifiers: gdk::GdkModifierType) -> gboolean; pub fn gtk_check_version( required_major: c_uint, required_minor: c_uint, @@ -41608,7 +41608,7 @@

Files

pub fn gtk_render_icon( context: *mut GtkStyleContext, cr: *mut cairo::cairo_t, - texture: *mut gdk::GdkTexture, + texture: *mut gdk::GdkTexture, x: c_double, y: c_double, ); @@ -41707,7 +41707,7 @@

Files

pub fn gtk_tree_create_row_drag_content( tree_model: *mut GtkTreeModel, path: *mut GtkTreePath, - ) -> *mut gdk::GdkContentProvider; + ) -> *mut gdk::GdkContentProvider; pub fn gtk_tree_get_row_drag_data( value: *const gobject::GValue, tree_model: *mut *mut GtkTreeModel, diff --git a/git/docs/type.impl/gdk4_sys/struct.GdkRectangle.js b/git/docs/type.impl/gdk4_sys/struct.GdkRectangle.js index 6f8c90e91905..e052013f7620 100644 --- a/git/docs/type.impl/gdk4_sys/struct.GdkRectangle.js +++ b/git/docs/type.impl/gdk4_sys/struct.GdkRectangle.js @@ -1,3 +1,3 @@ (function() {var type_impls = { -"gtk4_sys":[["
source§

impl Copy for GdkRectangle

","Copy","gtk4_sys::GtkAllocation"],["
source§

impl Debug for GdkRectangle

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","gtk4_sys::GtkAllocation"],["
source§

impl Clone for GdkRectangle

source§

fn clone(&self) -> GdkRectangle

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","gtk4_sys::GtkAllocation"]] +"gtk4_sys":[["
§

impl Copy for GdkRectangle

","Copy","gtk4_sys::GtkAllocation"],["
§

impl Debug for GdkRectangle

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
","Debug","gtk4_sys::GtkAllocation"],["
§

impl Clone for GdkRectangle

§

fn clone(&self) -> GdkRectangle

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
","Clone","gtk4_sys::GtkAllocation"]] };if (window.register_type_impls) {window.register_type_impls(type_impls);} else {window.pending_type_impls = type_impls;}})() \ No newline at end of file