|
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 |
|
@@ -513,54 +513,63 @@ impl<O: IsA<Pixbuf> + IsA<glib::object::Object>> PixbufExt for O {
|
513 | 513 |
|
514 | 514 | unsafe extern "C" fn notify_bits_per_sample_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
515 | 515 | where P: IsA<Pixbuf> {
|
| 516 | + callback_guard!(); |
516 | 517 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
517 | 518 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
518 | 519 | }
|
519 | 520 |
|
520 | 521 | unsafe extern "C" fn notify_colorspace_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
521 | 522 | where P: IsA<Pixbuf> {
|
| 523 | + callback_guard!(); |
522 | 524 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
523 | 525 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
524 | 526 | }
|
525 | 527 |
|
526 | 528 | unsafe extern "C" fn notify_has_alpha_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
527 | 529 | where P: IsA<Pixbuf> {
|
| 530 | + callback_guard!(); |
528 | 531 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
529 | 532 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
530 | 533 | }
|
531 | 534 |
|
532 | 535 | unsafe extern "C" fn notify_height_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
533 | 536 | where P: IsA<Pixbuf> {
|
| 537 | + callback_guard!(); |
534 | 538 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
535 | 539 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
536 | 540 | }
|
537 | 541 |
|
538 | 542 | unsafe extern "C" fn notify_n_channels_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
539 | 543 | where P: IsA<Pixbuf> {
|
| 544 | + callback_guard!(); |
540 | 545 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
541 | 546 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
542 | 547 | }
|
543 | 548 |
|
544 | 549 | unsafe extern "C" fn notify_pixel_bytes_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
545 | 550 | where P: IsA<Pixbuf> {
|
| 551 | + callback_guard!(); |
546 | 552 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
547 | 553 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
548 | 554 | }
|
549 | 555 |
|
550 | 556 | unsafe extern "C" fn notify_pixels_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
551 | 557 | where P: IsA<Pixbuf> {
|
| 558 | + callback_guard!(); |
552 | 559 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
553 | 560 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
554 | 561 | }
|
555 | 562 |
|
556 | 563 | unsafe extern "C" fn notify_rowstride_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
557 | 564 | where P: IsA<Pixbuf> {
|
| 565 | + callback_guard!(); |
558 | 566 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
559 | 567 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
560 | 568 | }
|
561 | 569 |
|
562 | 570 | unsafe extern "C" fn notify_width_trampoline<P>(this: *mut ffi::GdkPixbuf, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
|
563 | 571 | where P: IsA<Pixbuf> {
|
| 572 | + callback_guard!(); |
564 | 573 | let f: &&(Fn(&P) + 'static) = transmute(f);
|
565 | 574 | f(&Pixbuf::from_glib_borrow(this).downcast_unchecked())
|
566 | 575 | }
|
0 commit comments