Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit e29c59d

Browse files
Merge pull request #628 from EPashkin/regen
Regen
2 parents 8c9d24c + 36dff74 commit e29c59d

File tree

215 files changed

+411
-1783
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

215 files changed

+411
-1783
lines changed

src/assistant.rs

-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ impl<O: IsA<Assistant>> AssistantExtManual for O {
2121
}
2222

2323
unsafe extern "C" fn forward_page_trampoline(current_page: i32, f: glib_ffi::gpointer) -> i32 {
24-
callback_guard!();
2524
let f: &&(Fn(i32) -> i32 + 'static) = transmute(f);
2625
f(current_page)
2726
}
2827

2928
unsafe extern "C" fn destroy_closure(ptr: glib_ffi::gpointer) {
30-
callback_guard!();
3129
Box_::<Box_<Fn(i32) -> i32 + 'static>>::from_raw(ptr as *mut _);
3230
}

src/auto/about_dialog.rs

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use Bin;
@@ -481,112 +481,96 @@ impl<O: IsA<AboutDialog> + IsA<glib::object::Object>> AboutDialogExt for O {
481481

482482
unsafe extern "C" fn activate_link_trampoline<P>(this: *mut ffi::GtkAboutDialog, uri: *mut libc::c_char, f: glib_ffi::gpointer) -> glib_ffi::gboolean
483483
where P: IsA<AboutDialog> {
484-
callback_guard!();
485484
let f: &&(Fn(&P, &str) -> Inhibit + 'static) = transmute(f);
486485
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked(), &String::from_glib_none(uri)).to_glib()
487486
}
488487

489488
unsafe extern "C" fn notify_artists_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
490489
where P: IsA<AboutDialog> {
491-
callback_guard!();
492490
let f: &&(Fn(&P) + 'static) = transmute(f);
493491
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
494492
}
495493

496494
unsafe extern "C" fn notify_authors_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
497495
where P: IsA<AboutDialog> {
498-
callback_guard!();
499496
let f: &&(Fn(&P) + 'static) = transmute(f);
500497
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
501498
}
502499

503500
unsafe extern "C" fn notify_comments_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
504501
where P: IsA<AboutDialog> {
505-
callback_guard!();
506502
let f: &&(Fn(&P) + 'static) = transmute(f);
507503
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
508504
}
509505

510506
unsafe extern "C" fn notify_copyright_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
511507
where P: IsA<AboutDialog> {
512-
callback_guard!();
513508
let f: &&(Fn(&P) + 'static) = transmute(f);
514509
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
515510
}
516511

517512
unsafe extern "C" fn notify_documenters_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
518513
where P: IsA<AboutDialog> {
519-
callback_guard!();
520514
let f: &&(Fn(&P) + 'static) = transmute(f);
521515
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
522516
}
523517

524518
unsafe extern "C" fn notify_license_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
525519
where P: IsA<AboutDialog> {
526-
callback_guard!();
527520
let f: &&(Fn(&P) + 'static) = transmute(f);
528521
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
529522
}
530523

531524
unsafe extern "C" fn notify_license_type_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
532525
where P: IsA<AboutDialog> {
533-
callback_guard!();
534526
let f: &&(Fn(&P) + 'static) = transmute(f);
535527
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
536528
}
537529

538530
unsafe extern "C" fn notify_logo_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
539531
where P: IsA<AboutDialog> {
540-
callback_guard!();
541532
let f: &&(Fn(&P) + 'static) = transmute(f);
542533
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
543534
}
544535

545536
unsafe extern "C" fn notify_logo_icon_name_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
546537
where P: IsA<AboutDialog> {
547-
callback_guard!();
548538
let f: &&(Fn(&P) + 'static) = transmute(f);
549539
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
550540
}
551541

552542
unsafe extern "C" fn notify_program_name_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
553543
where P: IsA<AboutDialog> {
554-
callback_guard!();
555544
let f: &&(Fn(&P) + 'static) = transmute(f);
556545
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
557546
}
558547

559548
unsafe extern "C" fn notify_translator_credits_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
560549
where P: IsA<AboutDialog> {
561-
callback_guard!();
562550
let f: &&(Fn(&P) + 'static) = transmute(f);
563551
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
564552
}
565553

566554
unsafe extern "C" fn notify_version_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
567555
where P: IsA<AboutDialog> {
568-
callback_guard!();
569556
let f: &&(Fn(&P) + 'static) = transmute(f);
570557
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
571558
}
572559

573560
unsafe extern "C" fn notify_website_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
574561
where P: IsA<AboutDialog> {
575-
callback_guard!();
576562
let f: &&(Fn(&P) + 'static) = transmute(f);
577563
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
578564
}
579565

580566
unsafe extern "C" fn notify_website_label_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
581567
where P: IsA<AboutDialog> {
582-
callback_guard!();
583568
let f: &&(Fn(&P) + 'static) = transmute(f);
584569
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
585570
}
586571

587572
unsafe extern "C" fn notify_wrap_license_trampoline<P>(this: *mut ffi::GtkAboutDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
588573
where P: IsA<AboutDialog> {
589-
callback_guard!();
590574
let f: &&(Fn(&P) + 'static) = transmute(f);
591575
f(&AboutDialog::from_glib_borrow(this).downcast_unchecked())
592576
}

src/auto/accel_group.rs

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use ffi;
@@ -158,21 +158,18 @@ impl<O: IsA<AccelGroup> + IsA<glib::object::Object>> AccelGroupExt for O {
158158

159159
unsafe extern "C" fn accel_activate_trampoline<P>(this: *mut ffi::GtkAccelGroup, acceleratable: *mut gobject_ffi::GObject, keyval: libc::c_uint, modifier: gdk_ffi::GdkModifierType, f: glib_ffi::gpointer) -> glib_ffi::gboolean
160160
where P: IsA<AccelGroup> {
161-
callback_guard!();
162161
let f: &&(Fn(&P, &glib::Object, u32, gdk::ModifierType) -> bool + 'static) = transmute(f);
163162
f(&AccelGroup::from_glib_borrow(this).downcast_unchecked(), &from_glib_borrow(acceleratable), keyval, from_glib(modifier)).to_glib()
164163
}
165164

166165
unsafe extern "C" fn notify_is_locked_trampoline<P>(this: *mut ffi::GtkAccelGroup, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
167166
where P: IsA<AccelGroup> {
168-
callback_guard!();
169167
let f: &&(Fn(&P) + 'static) = transmute(f);
170168
f(&AccelGroup::from_glib_borrow(this).downcast_unchecked())
171169
}
172170

173171
unsafe extern "C" fn notify_modifier_mask_trampoline<P>(this: *mut ffi::GtkAccelGroup, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
174172
where P: IsA<AccelGroup> {
175-
callback_guard!();
176173
let f: &&(Fn(&P) + 'static) = transmute(f);
177174
f(&AccelGroup::from_glib_borrow(this).downcast_unchecked())
178175
}

src/auto/action_bar.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use Bin;

src/auto/actionable.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use Buildable;
@@ -90,7 +90,6 @@ impl<O: IsA<Actionable> + IsA<glib::object::Object>> ActionableExt for O {
9090

9191
unsafe extern "C" fn notify_action_name_trampoline<P>(this: *mut ffi::GtkActionable, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
9292
where P: IsA<Actionable> {
93-
callback_guard!();
9493
let f: &&(Fn(&P) + 'static) = transmute(f);
9594
f(&Actionable::from_glib_borrow(this).downcast_unchecked())
9695
}

src/auto/adjustment.rs

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use ffi;
@@ -257,56 +257,48 @@ impl<O: IsA<Adjustment> + IsA<glib::object::Object>> AdjustmentExt for O {
257257

258258
unsafe extern "C" fn changed_trampoline<P>(this: *mut ffi::GtkAdjustment, f: glib_ffi::gpointer)
259259
where P: IsA<Adjustment> {
260-
callback_guard!();
261260
let f: &&(Fn(&P) + 'static) = transmute(f);
262261
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
263262
}
264263

265264
unsafe extern "C" fn value_changed_trampoline<P>(this: *mut ffi::GtkAdjustment, f: glib_ffi::gpointer)
266265
where P: IsA<Adjustment> {
267-
callback_guard!();
268266
let f: &&(Fn(&P) + 'static) = transmute(f);
269267
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
270268
}
271269

272270
unsafe extern "C" fn notify_lower_trampoline<P>(this: *mut ffi::GtkAdjustment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
273271
where P: IsA<Adjustment> {
274-
callback_guard!();
275272
let f: &&(Fn(&P) + 'static) = transmute(f);
276273
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
277274
}
278275

279276
unsafe extern "C" fn notify_page_increment_trampoline<P>(this: *mut ffi::GtkAdjustment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
280277
where P: IsA<Adjustment> {
281-
callback_guard!();
282278
let f: &&(Fn(&P) + 'static) = transmute(f);
283279
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
284280
}
285281

286282
unsafe extern "C" fn notify_page_size_trampoline<P>(this: *mut ffi::GtkAdjustment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
287283
where P: IsA<Adjustment> {
288-
callback_guard!();
289284
let f: &&(Fn(&P) + 'static) = transmute(f);
290285
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
291286
}
292287

293288
unsafe extern "C" fn notify_step_increment_trampoline<P>(this: *mut ffi::GtkAdjustment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
294289
where P: IsA<Adjustment> {
295-
callback_guard!();
296290
let f: &&(Fn(&P) + 'static) = transmute(f);
297291
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
298292
}
299293

300294
unsafe extern "C" fn notify_upper_trampoline<P>(this: *mut ffi::GtkAdjustment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
301295
where P: IsA<Adjustment> {
302-
callback_guard!();
303296
let f: &&(Fn(&P) + 'static) = transmute(f);
304297
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
305298
}
306299

307300
unsafe extern "C" fn notify_value_trampoline<P>(this: *mut ffi::GtkAdjustment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
308301
where P: IsA<Adjustment> {
309-
callback_guard!();
310302
let f: &&(Fn(&P) + 'static) = transmute(f);
311303
f(&Adjustment::from_glib_borrow(this).downcast_unchecked())
312304
}

src/auto/alignment.rs

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use Bin;
@@ -326,56 +326,48 @@ impl<O: IsA<Alignment> + IsA<glib::object::Object>> AlignmentExt for O {
326326

327327
unsafe extern "C" fn notify_bottom_padding_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
328328
where P: IsA<Alignment> {
329-
callback_guard!();
330329
let f: &&(Fn(&P) + 'static) = transmute(f);
331330
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
332331
}
333332

334333
unsafe extern "C" fn notify_left_padding_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
335334
where P: IsA<Alignment> {
336-
callback_guard!();
337335
let f: &&(Fn(&P) + 'static) = transmute(f);
338336
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
339337
}
340338

341339
unsafe extern "C" fn notify_right_padding_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
342340
where P: IsA<Alignment> {
343-
callback_guard!();
344341
let f: &&(Fn(&P) + 'static) = transmute(f);
345342
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
346343
}
347344

348345
unsafe extern "C" fn notify_top_padding_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
349346
where P: IsA<Alignment> {
350-
callback_guard!();
351347
let f: &&(Fn(&P) + 'static) = transmute(f);
352348
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
353349
}
354350

355351
unsafe extern "C" fn notify_xalign_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
356352
where P: IsA<Alignment> {
357-
callback_guard!();
358353
let f: &&(Fn(&P) + 'static) = transmute(f);
359354
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
360355
}
361356

362357
unsafe extern "C" fn notify_xscale_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
363358
where P: IsA<Alignment> {
364-
callback_guard!();
365359
let f: &&(Fn(&P) + 'static) = transmute(f);
366360
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
367361
}
368362

369363
unsafe extern "C" fn notify_yalign_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
370364
where P: IsA<Alignment> {
371-
callback_guard!();
372365
let f: &&(Fn(&P) + 'static) = transmute(f);
373366
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
374367
}
375368

376369
unsafe extern "C" fn notify_yscale_trampoline<P>(this: *mut ffi::GtkAlignment, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
377370
where P: IsA<Alignment> {
378-
callback_guard!();
379371
let f: &&(Fn(&P) + 'static) = transmute(f);
380372
f(&Alignment::from_glib_borrow(this).downcast_unchecked())
381373
}

src/auto/app_chooser_button.rs

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use AppChooser;
@@ -161,28 +161,24 @@ impl<O: IsA<AppChooserButton> + IsA<glib::object::Object>> AppChooserButtonExt f
161161

162162
unsafe extern "C" fn custom_item_activated_trampoline<P>(this: *mut ffi::GtkAppChooserButton, item_name: *mut libc::c_char, f: glib_ffi::gpointer)
163163
where P: IsA<AppChooserButton> {
164-
callback_guard!();
165164
let f: &&(Fn(&P, &str) + 'static) = transmute(f);
166165
f(&AppChooserButton::from_glib_borrow(this).downcast_unchecked(), &String::from_glib_none(item_name))
167166
}
168167

169168
unsafe extern "C" fn notify_heading_trampoline<P>(this: *mut ffi::GtkAppChooserButton, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
170169
where P: IsA<AppChooserButton> {
171-
callback_guard!();
172170
let f: &&(Fn(&P) + 'static) = transmute(f);
173171
f(&AppChooserButton::from_glib_borrow(this).downcast_unchecked())
174172
}
175173

176174
unsafe extern "C" fn notify_show_default_item_trampoline<P>(this: *mut ffi::GtkAppChooserButton, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
177175
where P: IsA<AppChooserButton> {
178-
callback_guard!();
179176
let f: &&(Fn(&P) + 'static) = transmute(f);
180177
f(&AppChooserButton::from_glib_borrow(this).downcast_unchecked())
181178
}
182179

183180
unsafe extern "C" fn notify_show_dialog_item_trampoline<P>(this: *mut ffi::GtkAppChooserButton, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
184181
where P: IsA<AppChooserButton> {
185-
callback_guard!();
186182
let f: &&(Fn(&P) + 'static) = transmute(f);
187183
f(&AppChooserButton::from_glib_borrow(this).downcast_unchecked())
188184
}

src/auto/app_chooser_dialog.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
33
// DO NOT EDIT
44

55
use AppChooser;
@@ -115,14 +115,12 @@ impl<O: IsA<AppChooserDialog> + IsA<glib::object::Object>> AppChooserDialogExt f
115115

116116
unsafe extern "C" fn notify_gfile_trampoline<P>(this: *mut ffi::GtkAppChooserDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
117117
where P: IsA<AppChooserDialog> {
118-
callback_guard!();
119118
let f: &&(Fn(&P) + 'static) = transmute(f);
120119
f(&AppChooserDialog::from_glib_borrow(this).downcast_unchecked())
121120
}
122121

123122
unsafe extern "C" fn notify_heading_trampoline<P>(this: *mut ffi::GtkAppChooserDialog, _param_spec: glib_ffi::gpointer, f: glib_ffi::gpointer)
124123
where P: IsA<AppChooserDialog> {
125-
callback_guard!();
126124
let f: &&(Fn(&P) + 'static) = transmute(f);
127125
f(&AppChooserDialog::from_glib_borrow(this).downcast_unchecked())
128126
}

0 commit comments

Comments
 (0)