Skip to content

Commit

Permalink
Regenerate with latest gir / gir-files
Browse files Browse the repository at this point in the history
Fixes #1599
  • Loading branch information
sdroege committed Dec 16, 2024
1 parent a98496f commit 184c641
Show file tree
Hide file tree
Showing 87 changed files with 276 additions and 267 deletions.
8 changes: 4 additions & 4 deletions gdk-pixbuf/src/auto/pixbuf_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub trait PixbufLoaderExt: IsA<PixbufLoader> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"area-prepared\0".as_ptr() as *const _,
c"area-prepared".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
area_prepared_trampoline::<Self, F> as *const (),
)),
Expand Down Expand Up @@ -204,7 +204,7 @@ pub trait PixbufLoaderExt: IsA<PixbufLoader> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"area-updated\0".as_ptr() as *const _,
c"area-updated".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
area_updated_trampoline::<Self, F> as *const (),
)),
Expand All @@ -226,7 +226,7 @@ pub trait PixbufLoaderExt: IsA<PixbufLoader> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"closed\0".as_ptr() as *const _,
c"closed".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
closed_trampoline::<Self, F> as *const (),
)),
Expand Down Expand Up @@ -257,7 +257,7 @@ pub trait PixbufLoaderExt: IsA<PixbufLoader> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"size-prepared\0".as_ptr() as *const _,
c"size-prepared".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
size_prepared_trampoline::<Self, F> as *const (),
)),
Expand Down
2 changes: 1 addition & 1 deletion gdk-pixbuf/src/auto/pixbuf_simple_anim.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ impl PixbufSimpleAnim {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::loop\0".as_ptr() as *const _,
c"notify::loop".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_loop_trampoline::<F> as *const (),
)),
Expand Down
4 changes: 2 additions & 2 deletions gdk-pixbuf/src/auto/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
Generated by gir (https://github.com/gtk-rs/gir @ be3ecc201d39)
from gir-files (https://github.com/gtk-rs/gir-files @ 3ede86d6a218)
4 changes: 2 additions & 2 deletions gdk-pixbuf/sys/versions.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Generated by gir (https://github.com/gtk-rs/gir @ 1b34ebba86cb)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
Generated by gir (https://github.com/gtk-rs/gir @ be3ecc201d39)
from gir-files (https://github.com/gtk-rs/gir-files @ 3ede86d6a218)
10 changes: 5 additions & 5 deletions gio/src/auto/action.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ pub trait ActionExt: IsA<Action> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::enabled\0".as_ptr() as *const _,
c"notify::enabled".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_enabled_trampoline::<Self, F> as *const (),
)),
Expand All @@ -159,7 +159,7 @@ pub trait ActionExt: IsA<Action> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::name\0".as_ptr() as *const _,
c"notify::name".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_name_trampoline::<Self, F> as *const (),
)),
Expand All @@ -185,7 +185,7 @@ pub trait ActionExt: IsA<Action> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::parameter-type\0".as_ptr() as *const _,
c"notify::parameter-type".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_parameter_type_trampoline::<Self, F> as *const (),
)),
Expand All @@ -208,7 +208,7 @@ pub trait ActionExt: IsA<Action> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::state\0".as_ptr() as *const _,
c"notify::state".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_state_trampoline::<Self, F> as *const (),
)),
Expand All @@ -231,7 +231,7 @@ pub trait ActionExt: IsA<Action> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::state-type\0".as_ptr() as *const _,
c"notify::state-type".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_state_type_trampoline::<Self, F> as *const (),
)),
Expand Down
2 changes: 1 addition & 1 deletion gio/src/auto/app_info_monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl AppInfoMonitor {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"changed\0".as_ptr() as *const _,
c"changed".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
changed_trampoline::<F> as *const (),
)),
Expand Down
6 changes: 3 additions & 3 deletions gio/src/auto/app_launch_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub trait AppLaunchContextExt: IsA<AppLaunchContext> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"launch-failed\0".as_ptr() as *const _,
c"launch-failed".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
launch_failed_trampoline::<Self, F> as *const (),
)),
Expand Down Expand Up @@ -162,7 +162,7 @@ pub trait AppLaunchContextExt: IsA<AppLaunchContext> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"launch-started\0".as_ptr() as *const _,
c"launch-started".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
launch_started_trampoline::<Self, F> as *const (),
)),
Expand Down Expand Up @@ -196,7 +196,7 @@ pub trait AppLaunchContextExt: IsA<AppLaunchContext> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"launched\0".as_ptr() as *const _,
c"launched".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
launched_trampoline::<Self, F> as *const (),
)),
Expand Down
28 changes: 14 additions & 14 deletions gio/src/auto/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"activate\0".as_ptr() as *const _,
c"activate".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
activate_trampoline::<Self, F> as *const (),
)),
Expand Down Expand Up @@ -486,7 +486,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"command-line\0".as_ptr() as *const _,
c"command-line".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
command_line_trampoline::<Self, F> as *const (),
)),
Expand Down Expand Up @@ -518,7 +518,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"handle-local-options\0".as_ptr() as *const _,
c"handle-local-options".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
handle_local_options_trampoline::<Self, F> as *const (),
)),
Expand All @@ -545,7 +545,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"name-lost\0".as_ptr() as *const _,
c"name-lost".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
name_lost_trampoline::<Self, F> as *const (),
)),
Expand All @@ -567,7 +567,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"shutdown\0".as_ptr() as *const _,
c"shutdown".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
shutdown_trampoline::<Self, F> as *const (),
)),
Expand All @@ -589,7 +589,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"startup\0".as_ptr() as *const _,
c"startup".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
startup_trampoline::<Self, F> as *const (),
)),
Expand All @@ -615,7 +615,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::application-id\0".as_ptr() as *const _,
c"notify::application-id".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_application_id_trampoline::<Self, F> as *const (),
)),
Expand All @@ -638,7 +638,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::flags\0".as_ptr() as *const _,
c"notify::flags".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_flags_trampoline::<Self, F> as *const (),
)),
Expand All @@ -664,7 +664,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::inactivity-timeout\0".as_ptr() as *const _,
c"notify::inactivity-timeout".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_inactivity_timeout_trampoline::<Self, F> as *const (),
)),
Expand All @@ -687,7 +687,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::is-busy\0".as_ptr() as *const _,
c"notify::is-busy".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_is_busy_trampoline::<Self, F> as *const (),
)),
Expand All @@ -713,7 +713,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::is-registered\0".as_ptr() as *const _,
c"notify::is-registered".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_is_registered_trampoline::<Self, F> as *const (),
)),
Expand All @@ -739,7 +739,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::is-remote\0".as_ptr() as *const _,
c"notify::is-remote".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_is_remote_trampoline::<Self, F> as *const (),
)),
Expand All @@ -765,7 +765,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::resource-base-path\0".as_ptr() as *const _,
c"notify::resource-base-path".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_resource_base_path_trampoline::<Self, F> as *const (),
)),
Expand All @@ -790,7 +790,7 @@ pub trait ApplicationExt: IsA<Application> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::version\0".as_ptr() as *const _,
c"notify::version".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_version_trampoline::<Self, F> as *const (),
)),
Expand Down
2 changes: 1 addition & 1 deletion gio/src/auto/application_command_line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ pub trait ApplicationCommandLineExt: IsA<ApplicationCommandLine> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::is-remote\0".as_ptr() as *const _,
c"notify::is-remote".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_is_remote_trampoline::<Self, F> as *const (),
)),
Expand Down
2 changes: 1 addition & 1 deletion gio/src/auto/buffered_input_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ pub trait BufferedInputStreamExt: IsA<BufferedInputStream> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::buffer-size\0".as_ptr() as *const _,
c"notify::buffer-size".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_buffer_size_trampoline::<Self, F> as *const (),
)),
Expand Down
4 changes: 2 additions & 2 deletions gio/src/auto/buffered_output_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ pub trait BufferedOutputStreamExt: IsA<BufferedOutputStream> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::auto-grow\0".as_ptr() as *const _,
c"notify::auto-grow".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_auto_grow_trampoline::<Self, F> as *const (),
)),
Expand All @@ -191,7 +191,7 @@ pub trait BufferedOutputStreamExt: IsA<BufferedOutputStream> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::buffer-size\0".as_ptr() as *const _,
c"notify::buffer-size".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_buffer_size_trampoline::<Self, F> as *const (),
)),
Expand Down
2 changes: 1 addition & 1 deletion gio/src/auto/charset_converter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl CharsetConverter {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::use-fallback\0".as_ptr() as *const _,
c"notify::use-fallback".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_use_fallback_trampoline::<F> as *const (),
)),
Expand Down
4 changes: 2 additions & 2 deletions gio/src/auto/data_input_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ pub trait DataInputStreamExt: IsA<DataInputStream> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::byte-order\0".as_ptr() as *const _,
c"notify::byte-order".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_byte_order_trampoline::<Self, F> as *const (),
)),
Expand All @@ -314,7 +314,7 @@ pub trait DataInputStreamExt: IsA<DataInputStream> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::newline-type\0".as_ptr() as *const _,
c"notify::newline-type".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_newline_type_trampoline::<Self, F> as *const (),
)),
Expand Down
2 changes: 1 addition & 1 deletion gio/src/auto/data_output_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ pub trait DataOutputStreamExt: IsA<DataOutputStream> + 'static {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"notify::byte-order\0".as_ptr() as *const _,
c"notify::byte-order".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
notify_byte_order_trampoline::<Self, F> as *const (),
)),
Expand Down
4 changes: 2 additions & 2 deletions gio/src/auto/dbus_auth_observer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl DBusAuthObserver {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"allow-mechanism\0".as_ptr() as *const _,
c"allow-mechanism".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
allow_mechanism_trampoline::<F> as *const (),
)),
Expand Down Expand Up @@ -111,7 +111,7 @@ impl DBusAuthObserver {
let f: Box_<F> = Box_::new(f);
connect_raw(
self.as_ptr() as *mut _,
b"authorize-authenticated-peer\0".as_ptr() as *const _,
c"authorize-authenticated-peer".as_ptr() as *const _,
Some(std::mem::transmute::<*const (), unsafe extern "C" fn()>(
authorize_authenticated_peer_trampoline::<F> as *const (),
)),
Expand Down
Loading

0 comments on commit 184c641

Please sign in to comment.