mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof: add accessors for setting spawnable flags
We need this to be able to allow inheriting stdin from sysprof-cli.
This commit is contained in:
@ -77,5 +77,10 @@ void sysprof_spawnable_set_starting_fd (SysprofSpawnable
|
||||
SYSPROF_AVAILABLE_IN_ALL
|
||||
GSubprocess *sysprof_spawnable_spawn (SysprofSpawnable *self,
|
||||
GError **error);
|
||||
SYSPROF_AVAILABLE_IN_3_46
|
||||
GSubprocessFlags sysprof_spawnable_get_flags (SysprofSpawnable *self);
|
||||
SYSPROF_AVAILABLE_IN_3_46
|
||||
void sysprof_spawnable_set_flags (SysprofSpawnable *self,
|
||||
GSubprocessFlags flags);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user