|
1 |
| -// This file was generated by gir (https://github.com/gtk-rs/gir @ 8b9d0bb) |
| 1 | +// This file was generated by gir (https://github.com/gtk-rs/gir @ fbb95f4) |
2 | 2 | // from gir-files (https://github.com/gtk-rs/gir-files @ 77d1f70)
|
3 | 3 | // DO NOT EDIT
|
4 | 4 |
|
@@ -481,96 +481,112 @@ impl<O: IsA<AboutDialog> + IsA<glib::object::Object>> AboutDialogExt for O {
|
481 | 481 |
|
482 | 482 | unsafe extern "C" fn activate_link_trampoline<P>(this: *mut ffi::GtkAboutDialog, uri: *mut libc::c_char, f: glib_ffi::gpointer) -> glib_ffi::gboolean
|
483 | 483 | where P: IsA<AboutDialog> {
|
| 484 | + callback_guard!(); |
484 | 485 | let f: &&(Fn(&P, &str) -> Inhibit + 'static) = transmute(f);
|
485 | 486 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked(), &String::from_glib_none(uri)).to_glib()
|
486 | 487 | }
|
487 | 488 |
|
488 | 489 | unsafe extern "C" fn notify_artists_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
489 | 490 | where P: IsA<AboutDialog> {
|
| 491 | + callback_guard!(); |
490 | 492 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
491 | 493 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
492 | 494 | }
|
493 | 495 |
|
494 | 496 | unsafe extern "C" fn notify_authors_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
495 | 497 | where P: IsA<AboutDialog> {
|
| 498 | + callback_guard!(); |
496 | 499 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
497 | 500 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
498 | 501 | }
|
499 | 502 |
|
500 | 503 | unsafe extern "C" fn notify_comments_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
501 | 504 | where P: IsA<AboutDialog> {
|
| 505 | + callback_guard!(); |
502 | 506 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
503 | 507 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
504 | 508 | }
|
505 | 509 |
|
506 | 510 | unsafe extern "C" fn notify_copyright_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
507 | 511 | where P: IsA<AboutDialog> {
|
| 512 | + callback_guard!(); |
508 | 513 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
509 | 514 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
510 | 515 | }
|
511 | 516 |
|
512 | 517 | unsafe extern "C" fn notify_documenters_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
513 | 518 | where P: IsA<AboutDialog> {
|
| 519 | + callback_guard!(); |
514 | 520 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
515 | 521 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
516 | 522 | }
|
517 | 523 |
|
518 | 524 | unsafe extern "C" fn notify_license_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
519 | 525 | where P: IsA<AboutDialog> {
|
| 526 | + callback_guard!(); |
520 | 527 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
521 | 528 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
522 | 529 | }
|
523 | 530 |
|
524 | 531 | unsafe extern "C" fn notify_license_type_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
525 | 532 | where P: IsA<AboutDialog> {
|
| 533 | + callback_guard!(); |
526 | 534 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
527 | 535 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
528 | 536 | }
|
529 | 537 |
|
530 | 538 | unsafe extern "C" fn notify_logo_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
531 | 539 | where P: IsA<AboutDialog> {
|
| 540 | + callback_guard!(); |
532 | 541 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
533 | 542 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
534 | 543 | }
|
535 | 544 |
|
536 | 545 | unsafe extern "C" fn notify_logo_icon_name_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
537 | 546 | where P: IsA<AboutDialog> {
|
| 547 | + callback_guard!(); |
538 | 548 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
539 | 549 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
540 | 550 | }
|
541 | 551 |
|
542 | 552 | unsafe extern "C" fn notify_program_name_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
543 | 553 | where P: IsA<AboutDialog> {
|
| 554 | + callback_guard!(); |
544 | 555 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
545 | 556 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
546 | 557 | }
|
547 | 558 |
|
548 | 559 | unsafe extern "C" fn notify_translator_credits_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
549 | 560 | where P: IsA<AboutDialog> {
|
| 561 | + callback_guard!(); |
550 | 562 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
551 | 563 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
552 | 564 | }
|
553 | 565 |
|
554 | 566 | unsafe extern "C" fn notify_version_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
555 | 567 | where P: IsA<AboutDialog> {
|
| 568 | + callback_guard!(); |
556 | 569 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
557 | 570 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
558 | 571 | }
|
559 | 572 |
|
560 | 573 | unsafe extern "C" fn notify_website_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
561 | 574 | where P: IsA<AboutDialog> {
|
| 575 | + callback_guard!(); |
562 | 576 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
563 | 577 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
564 | 578 | }
|
565 | 579 |
|
566 | 580 | unsafe extern "C" fn notify_website_label_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
567 | 581 | where P: IsA<AboutDialog> {
|
| 582 | + callback_guard!(); |
568 | 583 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
569 | 584 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
570 | 585 | }
|
571 | 586 |
|
572 | 587 | unsafe extern "C" fn notify_wrap_license_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
573 | 588 | where P: IsA<AboutDialog> {
|
| 589 | + callback_guard!(); |
574 | 590 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
575 | 591 | f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
|
576 | 592 | }
|
0 commit comments