@@ -431,14 +431,14 @@ pub trait EntryCompletionExt: IsA<EntryCompletion> + sealed::Sealed + 'static {
431
431
432
432
#[ doc( alias = "cursor-on-match" ) ]
433
433
fn connect_cursor_on_match <
434
- F : Fn ( & Self , & TreeModel , & TreeIter ) -> glib:: signal :: Inhibit + ' static ,
434
+ F : Fn ( & Self , & TreeModel , & TreeIter ) -> glib:: ControlFlow + ' static ,
435
435
> (
436
436
& self ,
437
437
f : F ,
438
438
) -> SignalHandlerId {
439
439
unsafe extern "C" fn cursor_on_match_trampoline <
440
440
P : IsA < EntryCompletion > ,
441
- F : Fn ( & P , & TreeModel , & TreeIter ) -> glib:: signal :: Inhibit + ' static ,
441
+ F : Fn ( & P , & TreeModel , & TreeIter ) -> glib:: ControlFlow + ' static ,
442
442
> (
443
443
this : * mut ffi:: GtkEntryCompletion ,
444
444
model : * mut ffi:: GtkTreeModel ,
@@ -467,13 +467,13 @@ pub trait EntryCompletionExt: IsA<EntryCompletion> + sealed::Sealed + 'static {
467
467
}
468
468
469
469
#[ doc( alias = "insert-prefix" ) ]
470
- fn connect_insert_prefix < F : Fn ( & Self , & str ) -> glib:: signal :: Inhibit + ' static > (
470
+ fn connect_insert_prefix < F : Fn ( & Self , & str ) -> glib:: ControlFlow + ' static > (
471
471
& self ,
472
472
f : F ,
473
473
) -> SignalHandlerId {
474
474
unsafe extern "C" fn insert_prefix_trampoline <
475
475
P : IsA < EntryCompletion > ,
476
- F : Fn ( & P , & str ) -> glib:: signal :: Inhibit + ' static ,
476
+ F : Fn ( & P , & str ) -> glib:: ControlFlow + ' static ,
477
477
> (
478
478
this : * mut ffi:: GtkEntryCompletion ,
479
479
prefix : * mut libc:: c_char ,
@@ -501,14 +501,14 @@ pub trait EntryCompletionExt: IsA<EntryCompletion> + sealed::Sealed + 'static {
501
501
502
502
#[ doc( alias = "match-selected" ) ]
503
503
fn connect_match_selected <
504
- F : Fn ( & Self , & TreeModel , & TreeIter ) -> glib:: signal :: Inhibit + ' static ,
504
+ F : Fn ( & Self , & TreeModel , & TreeIter ) -> glib:: ControlFlow + ' static ,
505
505
> (
506
506
& self ,
507
507
f : F ,
508
508
) -> SignalHandlerId {
509
509
unsafe extern "C" fn match_selected_trampoline <
510
510
P : IsA < EntryCompletion > ,
511
- F : Fn ( & P , & TreeModel , & TreeIter ) -> glib:: signal :: Inhibit + ' static ,
511
+ F : Fn ( & P , & TreeModel , & TreeIter ) -> glib:: ControlFlow + ' static ,
512
512
> (
513
513
this : * mut ffi:: GtkEntryCompletion ,
514
514
model : * mut ffi:: GtkTreeModel ,
0 commit comments