Class
SysprofSpawnable
Instance methods
sysprof_spawnable_add_trace_fd
Adds an environment variable to the spawnable that will contain a
“tracing file-descriptor”. The spawned process can use
sysprof_capture_writer_new_from_env() if envvar is NULL
or with getenv() and sysprof_capture_writer_new_from_fd().
sysprof_spawnable_set_starting_fd
Sets the next FD number to use when mapping a child FD. This helps in situations where the embedder knows that some lower-numbered FDs will be taken and therefore unknown to the spawnable.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.