Skip to content

Commit

Permalink
Regenerate with latest gir
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 1, 2023
1 parent 576be40 commit 9fc62fa
Show file tree
Hide file tree
Showing 27 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion gdk4-wayland/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4-wayland/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4-win32/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4-win32/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4-x11/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4-x11/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gdk4/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gsk4/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
2 changes: 1 addition & 1 deletion gsk4/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
4 changes: 2 additions & 2 deletions gtk4/src/auto/about_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,12 @@ impl AboutDialog {
}

#[doc(alias = "activate-link")]
pub fn connect_activate_link<F: Fn(&Self, &str) -> glib::ControlFlow + 'static>(
pub fn connect_activate_link<F: Fn(&Self, &str) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn activate_link_trampoline<
F: Fn(&AboutDialog, &str) -> glib::ControlFlow + 'static,
F: Fn(&AboutDialog, &str) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkAboutDialog,
uri: *mut libc::c_char,
Expand Down
12 changes: 6 additions & 6 deletions gtk4/src/auto/entry_completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,13 @@ impl EntryCompletion {

#[doc(alias = "cursor-on-match")]
pub fn connect_cursor_on_match<
F: Fn(&Self, &TreeModel, &TreeIter) -> glib::ControlFlow + 'static,
F: Fn(&Self, &TreeModel, &TreeIter) -> glib::Propagation + 'static,
>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn cursor_on_match_trampoline<
F: Fn(&EntryCompletion, &TreeModel, &TreeIter) -> glib::ControlFlow + 'static,
F: Fn(&EntryCompletion, &TreeModel, &TreeIter) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkEntryCompletion,
model: *mut ffi::GtkTreeModel,
Expand Down Expand Up @@ -350,12 +350,12 @@ impl EntryCompletion {
}

#[doc(alias = "insert-prefix")]
pub fn connect_insert_prefix<F: Fn(&Self, &str) -> glib::ControlFlow + 'static>(
pub fn connect_insert_prefix<F: Fn(&Self, &str) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn insert_prefix_trampoline<
F: Fn(&EntryCompletion, &str) -> glib::ControlFlow + 'static,
F: Fn(&EntryCompletion, &str) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkEntryCompletion,
prefix: *mut libc::c_char,
Expand Down Expand Up @@ -383,13 +383,13 @@ impl EntryCompletion {

#[doc(alias = "match-selected")]
pub fn connect_match_selected<
F: Fn(&Self, &TreeModel, &TreeIter) -> glib::ControlFlow + 'static,
F: Fn(&Self, &TreeModel, &TreeIter) -> glib::Propagation + 'static,
>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn match_selected_trampoline<
F: Fn(&EntryCompletion, &TreeModel, &TreeIter) -> glib::ControlFlow + 'static,
F: Fn(&EntryCompletion, &TreeModel, &TreeIter) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkEntryCompletion,
model: *mut ffi::GtkTreeModel,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/event_controller_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ impl EventControllerKey {
}

#[doc(alias = "modifiers")]
pub fn connect_modifiers<F: Fn(&Self, gdk::ModifierType) -> glib::ControlFlow + 'static>(
pub fn connect_modifiers<F: Fn(&Self, gdk::ModifierType) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn modifiers_trampoline<
F: Fn(&EventControllerKey, gdk::ModifierType) -> glib::ControlFlow + 'static,
F: Fn(&EventControllerKey, gdk::ModifierType) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkEventControllerKey,
state: gdk::ffi::GdkModifierType,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/event_controller_legacy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ impl EventControllerLegacy {
}

#[doc(alias = "event")]
pub fn connect_event<F: Fn(&Self, &gdk::Event) -> glib::ControlFlow + 'static>(
pub fn connect_event<F: Fn(&Self, &gdk::Event) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn event_trampoline<
F: Fn(&EventControllerLegacy, &gdk::Event) -> glib::ControlFlow + 'static,
F: Fn(&EventControllerLegacy, &gdk::Event) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkEventControllerLegacy,
event: *mut gdk::ffi::GdkEvent,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/event_controller_scroll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ impl EventControllerScroll {
}

#[doc(alias = "scroll")]
pub fn connect_scroll<F: Fn(&Self, f64, f64) -> glib::ControlFlow + 'static>(
pub fn connect_scroll<F: Fn(&Self, f64, f64) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn scroll_trampoline<
F: Fn(&EventControllerScroll, f64, f64) -> glib::ControlFlow + 'static,
F: Fn(&EventControllerScroll, f64, f64) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkEventControllerScroll,
dx: libc::c_double,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/gl_area.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,13 +492,13 @@ pub trait GLAreaExt: IsA<GLArea> + sealed::Sealed + 'static {
}

#[doc(alias = "render")]
fn connect_render<F: Fn(&Self, &gdk::GLContext) -> glib::ControlFlow + 'static>(
fn connect_render<F: Fn(&Self, &gdk::GLContext) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn render_trampoline<
P: IsA<GLArea>,
F: Fn(&P, &gdk::GLContext) -> glib::ControlFlow + 'static,
F: Fn(&P, &gdk::GLContext) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkGLArea,
context: *mut gdk::ffi::GdkGLContext,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/label.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,12 +428,12 @@ impl Label {
}

#[doc(alias = "activate-link")]
pub fn connect_activate_link<F: Fn(&Self, &str) -> glib::ControlFlow + 'static>(
pub fn connect_activate_link<F: Fn(&Self, &str) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn activate_link_trampoline<
F: Fn(&Label, &str) -> glib::ControlFlow + 'static,
F: Fn(&Label, &str) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkLabel,
uri: *mut libc::c_char,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/link_button.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ impl LinkButton {
}

#[doc(alias = "activate-link")]
pub fn connect_activate_link<F: Fn(&Self) -> glib::ControlFlow + 'static>(
pub fn connect_activate_link<F: Fn(&Self) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn activate_link_trampoline<
F: Fn(&LinkButton) -> glib::ControlFlow + 'static,
F: Fn(&LinkButton) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkLinkButton,
f: glib::ffi::gpointer,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/range.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,13 +255,13 @@ pub trait RangeExt: IsA<Range> + sealed::Sealed + 'static {
}

#[doc(alias = "change-value")]
fn connect_change_value<F: Fn(&Self, ScrollType, f64) -> glib::ControlFlow + 'static>(
fn connect_change_value<F: Fn(&Self, ScrollType, f64) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn change_value_trampoline<
P: IsA<Range>,
F: Fn(&P, ScrollType, f64) -> glib::ControlFlow + 'static,
F: Fn(&P, ScrollType, f64) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkRange,
scroll: ffi::GtkScrollType,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/spin_button.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ impl SpinButton {
}

#[doc(alias = "output")]
pub fn connect_output<F: Fn(&Self) -> glib::ControlFlow + 'static>(
pub fn connect_output<F: Fn(&Self) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn output_trampoline<
F: Fn(&SpinButton) -> glib::ControlFlow + 'static,
F: Fn(&SpinButton) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkSpinButton,
f: glib::ffi::gpointer,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/switch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ impl Switch {
}

#[doc(alias = "state-set")]
pub fn connect_state_set<F: Fn(&Self, bool) -> glib::ControlFlow + 'static>(
pub fn connect_state_set<F: Fn(&Self, bool) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn state_set_trampoline<
F: Fn(&Switch, bool) -> glib::ControlFlow + 'static,
F: Fn(&Switch, bool) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkSwitch,
state: glib::ffi::gboolean,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/text_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1304,15 +1304,15 @@ pub trait TextViewExt: IsA<TextView> + sealed::Sealed + 'static {

#[doc(alias = "extend-selection")]
fn connect_extend_selection<
F: Fn(&Self, TextExtendSelection, &TextIter, &TextIter, &TextIter) -> glib::ControlFlow
F: Fn(&Self, TextExtendSelection, &TextIter, &TextIter, &TextIter) -> glib::Propagation
+ 'static,
>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn extend_selection_trampoline<
P: IsA<TextView>,
F: Fn(&P, TextExtendSelection, &TextIter, &TextIter, &TextIter) -> glib::ControlFlow
F: Fn(&P, TextExtendSelection, &TextIter, &TextIter, &TextIter) -> glib::Propagation
+ 'static,
>(
this: *mut ffi::GtkTextView,
Expand Down
8 changes: 4 additions & 4 deletions gtk4/src/auto/tree_view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2168,14 +2168,14 @@ pub trait TreeViewExt: IsA<TreeView> + sealed::Sealed + 'static {

#[doc(alias = "test-collapse-row")]
fn connect_test_collapse_row<
F: Fn(&Self, &TreeIter, &TreePath) -> glib::ControlFlow + 'static,
F: Fn(&Self, &TreeIter, &TreePath) -> glib::Propagation + 'static,
>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn test_collapse_row_trampoline<
P: IsA<TreeView>,
F: Fn(&P, &TreeIter, &TreePath) -> glib::ControlFlow + 'static,
F: Fn(&P, &TreeIter, &TreePath) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkTreeView,
iter: *mut ffi::GtkTreeIter,
Expand Down Expand Up @@ -2205,14 +2205,14 @@ pub trait TreeViewExt: IsA<TreeView> + sealed::Sealed + 'static {

#[doc(alias = "test-expand-row")]
fn connect_test_expand_row<
F: Fn(&Self, &TreeIter, &TreePath) -> glib::ControlFlow + 'static,
F: Fn(&Self, &TreeIter, &TreePath) -> glib::Propagation + 'static,
>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn test_expand_row_trampoline<
P: IsA<TreeView>,
F: Fn(&P, &TreeIter, &TreePath) -> glib::ControlFlow + 'static,
F: Fn(&P, &TreeIter, &TreePath) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkTreeView,
iter: *mut ffi::GtkTreeIter,
Expand Down
2 changes: 1 addition & 1 deletion gtk4/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)
8 changes: 4 additions & 4 deletions gtk4/src/auto/widget.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1567,13 +1567,13 @@ pub trait WidgetExt: IsA<Widget> + sealed::Sealed + 'static {
}

#[doc(alias = "keynav-failed")]
fn connect_keynav_failed<F: Fn(&Self, DirectionType) -> glib::ControlFlow + 'static>(
fn connect_keynav_failed<F: Fn(&Self, DirectionType) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn keynav_failed_trampoline<
P: IsA<Widget>,
F: Fn(&P, DirectionType) -> glib::ControlFlow + 'static,
F: Fn(&P, DirectionType) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkWidget,
direction: ffi::GtkDirectionType,
Expand Down Expand Up @@ -1622,13 +1622,13 @@ pub trait WidgetExt: IsA<Widget> + sealed::Sealed + 'static {
}

#[doc(alias = "mnemonic-activate")]
fn connect_mnemonic_activate<F: Fn(&Self, bool) -> glib::ControlFlow + 'static>(
fn connect_mnemonic_activate<F: Fn(&Self, bool) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn mnemonic_activate_trampoline<
P: IsA<Widget>,
F: Fn(&P, bool) -> glib::ControlFlow + 'static,
F: Fn(&P, bool) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkWidget,
group_cycling: glib::ffi::gboolean,
Expand Down
4 changes: 2 additions & 2 deletions gtk4/src/auto/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1008,13 +1008,13 @@ pub trait GtkWindowExt: IsA<Window> + sealed::Sealed + 'static {
}

#[doc(alias = "close-request")]
fn connect_close_request<F: Fn(&Self) -> glib::ControlFlow + 'static>(
fn connect_close_request<F: Fn(&Self) -> glib::Propagation + 'static>(
&self,
f: F,
) -> SignalHandlerId {
unsafe extern "C" fn close_request_trampoline<
P: IsA<Window>,
F: Fn(&P) -> glib::ControlFlow + 'static,
F: Fn(&P) -> glib::Propagation + 'static,
>(
this: *mut ffi::GtkWindow,
f: glib::ffi::gpointer,
Expand Down
2 changes: 1 addition & 1 deletion gtk4/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ c88b69265102)
Generated by gir (https://github.com/gtk-rs/gir @ ef087c070d5b)
from gir-files (https://github.com/gtk-rs/gir-files @ 1dc6c3826666)

0 comments on commit 9fc62fa

Please sign in to comment.