We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e66a7e commit 733d06fCopy full SHA for 733d06f
glib/src/functions.rs
@@ -135,7 +135,7 @@ pub fn spawn_async_with_fds<P: AsRef<std::path::Path>>(
135
#[cfg(not(windows))]
136
#[cfg_attr(docsrs, doc(cfg(not(windows))))]
137
#[doc(alias = "g_spawn_async_with_pipes")]
138
-pub fn spawn_async_with_pipes<
+pub unsafe fn spawn_async_with_pipes<
139
P: AsRef<std::path::Path>,
140
T: FromRawFd,
141
U: FromRawFd,
0 commit comments