Skip to content

Commit e71969e

Browse files
Regenerate with latest gir-files
1 parent d217673 commit e71969e

31 files changed

+55
-1615
lines changed

gdk-pixbuf/src/auto/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

gdk-pixbuf/sys/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Generated by gir (https://github.com/gtk-rs/gir @ be9aa145267c)
2-
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
2+
from gir-files (https://github.com/gtk-rs/gir-files @ e121d92cee84)

gio/src/auto/desktop_app_info.rs

Lines changed: 0 additions & 285 deletions
This file was deleted.

gio/src/auto/enums.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ impl DBusError {
466466
}
467467

468468
//#[doc(alias = "g_dbus_error_register_error_domain")]
469-
//pub fn register_error_domain(error_domain_quark_name: &str, quark_volatile: usize, entries: /*Ignored*/&[DBusErrorEntry]) {
469+
//pub fn register_error_domain(error_domain_quark_name: &str, entries: /*Ignored*/&[DBusErrorEntry]) -> usize {
470470
// unsafe { TODO: call ffi:g_dbus_error_register_error_domain() }
471471
//}
472472

gio/src/auto/functions.rs

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -589,32 +589,3 @@ pub fn resources_unregister(resource: &Resource) {
589589
ffi::g_resources_unregister(resource.to_glib_none().0);
590590
}
591591
}
592-
593-
#[cfg(unix)]
594-
#[cfg_attr(docsrs, doc(cfg(unix)))]
595-
#[doc(alias = "g_unix_is_mount_path_system_internal")]
596-
pub fn unix_is_mount_path_system_internal(mount_path: impl AsRef<std::path::Path>) -> bool {
597-
unsafe {
598-
from_glib(ffi::g_unix_is_mount_path_system_internal(
599-
mount_path.as_ref().to_glib_none().0,
600-
))
601-
}
602-
}
603-
604-
#[cfg(unix)]
605-
#[cfg_attr(docsrs, doc(cfg(unix)))]
606-
#[doc(alias = "g_unix_is_system_device_path")]
607-
pub fn unix_is_system_device_path(device_path: impl AsRef<std::path::Path>) -> bool {
608-
unsafe {
609-
from_glib(ffi::g_unix_is_system_device_path(
610-
device_path.as_ref().to_glib_none().0,
611-
))
612-
}
613-
}
614-
615-
#[cfg(unix)]
616-
#[cfg_attr(docsrs, doc(cfg(unix)))]
617-
#[doc(alias = "g_unix_is_system_fs_type")]
618-
pub fn unix_is_system_fs_type(fs_type: &str) -> bool {
619-
unsafe { from_glib(ffi::g_unix_is_system_fs_type(fs_type.to_glib_none().0)) }
620-
}

0 commit comments

Comments
 (0)