Skip to content

Commit

Permalink
spawn_async_with_fds: Mark as unsafe
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm committed Jan 27, 2023
1 parent 2568aed commit 86cfed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glib/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pub fn spawn_async_with_fds<P: AsRef<std::path::Path>, T: AsFd, U: AsFd, V: AsFd
#[cfg(not(windows))]
#[cfg_attr(feature = "dox", doc(cfg(not(windows))))]
#[doc(alias = "g_spawn_async_with_pipes")]
pub fn spawn_async_with_pipes<
pub unsafe fn spawn_async_with_pipes<
P: AsRef<std::path::Path>,
T: FromRawFd,
U: FromRawFd,
Expand Down

0 comments on commit 86cfed9

Please sign in to comment.