Skip to content

Commit

Permalink
Regenerate with latest gir-files
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Dec 1, 2024
1 parent a8568b6 commit 8e04138
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion 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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion gio/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion gio/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion glib/gobject-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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion glib/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion glib/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion graphene/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion graphene/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
4 changes: 2 additions & 2 deletions pango/src/auto/font_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ pub trait FontMapExt: IsA<FontMap> + 'static {
#[cfg(feature = "v1_56")]
#[cfg_attr(docsrs, doc(cfg(feature = "v1_56")))]
#[doc(alias = "pango_font_map_add_font_file")]
fn add_font_file(&self, filename: &str) -> Result<(), glib::Error> {
fn add_font_file(&self, filename: impl AsRef<std::path::Path>) -> Result<(), glib::Error> {
unsafe {
let mut error = std::ptr::null_mut();
let is_ok = ffi::pango_font_map_add_font_file(
self.as_ref().to_glib_none().0,
filename.to_glib_none().0,
filename.as_ref().to_glib_none().0,
&mut error,
);
debug_assert_eq!(is_ok == glib::ffi::GFALSE, !error.is_null());
Expand Down
2 changes: 1 addition & 1 deletion pango/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion pango/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion pangocairo/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)
2 changes: 1 addition & 1 deletion pangocairo/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 @ c05f5cc23cb7)
from gir-files (https://github.com/gtk-rs/gir-files @ dfdf5ed146d5)

0 comments on commit 8e04138

Please sign in to comment.