Skip to content

Commit

Permalink
Merge pull request #1602 from sdroege/update-gir-files
Browse files Browse the repository at this point in the history
Update gir-files / gir
  • Loading branch information
sdroege authored Dec 16, 2024
2 parents 83f2e55 + 1d874c4 commit 591bb05
Show file tree
Hide file tree
Showing 90 changed files with 331 additions and 322 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
Loading

0 comments on commit 591bb05

Please sign in to comment.