Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @ 7047e1b433e2)
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
Generated by gir (https://github.com/gtk-rs/gir @ c9947f8f47b6)
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)
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 @ 7047e1b433e2)
from gir-files (https://github.com/gtk-rs/gir-files @ 1490bcc19dc8)
Generated by gir (https://github.com/gtk-rs/gir @ c9947f8f47b6)
from gir-files (https://github.com/gtk-rs/gir-files @ 0885719c0947)
285 changes: 0 additions & 285 deletions gio/src/auto/desktop_app_info.rs

This file was deleted.

2 changes: 1 addition & 1 deletion gio/src/auto/enums.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ impl DBusError {
}

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

Expand Down
29 changes: 0 additions & 29 deletions gio/src/auto/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -589,32 +589,3 @@ pub fn resources_unregister(resource: &Resource) {
ffi::g_resources_unregister(resource.to_glib_none().0);
}
}

#[cfg(unix)]
#[cfg_attr(docsrs, doc(cfg(unix)))]
#[doc(alias = "g_unix_is_mount_path_system_internal")]
pub fn unix_is_mount_path_system_internal(mount_path: impl AsRef<std::path::Path>) -> bool {
unsafe {
from_glib(ffi::g_unix_is_mount_path_system_internal(
mount_path.as_ref().to_glib_none().0,
))
}
}

#[cfg(unix)]
#[cfg_attr(docsrs, doc(cfg(unix)))]
#[doc(alias = "g_unix_is_system_device_path")]
pub fn unix_is_system_device_path(device_path: impl AsRef<std::path::Path>) -> bool {
unsafe {
from_glib(ffi::g_unix_is_system_device_path(
device_path.as_ref().to_glib_none().0,
))
}
}

#[cfg(unix)]
#[cfg_attr(docsrs, doc(cfg(unix)))]
#[doc(alias = "g_unix_is_system_fs_type")]
pub fn unix_is_system_fs_type(fs_type: &str) -> bool {
unsafe { from_glib(ffi::g_unix_is_system_fs_type(fs_type.to_glib_none().0)) }
}
Loading