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