You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is basically the same as gtk-rs/gir#1133 (which has a WIP PR). The way forward here for now would be to manually implement this function correctly until that PR is done.
This is basically the same as gtk-rs/gir#1133 (which has a WIP PR). The way forward here for now would be to manually implement this function correctly until that PR is done.
Bug description
glib::spawn_async takes a slice for
envp
parameter. When it is called with empty slice it passes non-null pointer tog_spawn_async
.But
g_spawn_async
treats differently cases when env is empty and when it is null.The text was updated successfully, but these errors were encountered: