Class

SysprofSpawnable

Description

final class Sysprof.Spawnable : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this SysprofSpawnable ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

sysprof_spawnable_new

Create a new SysprofSpawnable.

Instance methods

sysprof_spawnable_add_ld_preload
No description available.

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_append_args
No description available.

sysprof_spawnable_append_argv
No description available.

sysprof_spawnable_foreach_fd
No description available.

sysprof_spawnable_get_argv
No description available.

sysprof_spawnable_get_cwd
No description available.

sysprof_spawnable_get_environ
No description available.

sysprof_spawnable_get_flags

Gets the subprocess flags for spawning.

sysprof_spawnable_getenv
No description available.

sysprof_spawnable_prepend_argv
No description available.

sysprof_spawnable_set_cwd
No description available.

sysprof_spawnable_set_environ
No description available.

sysprof_spawnable_set_flags

Set the flags to use when spawning the process.

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.

sysprof_spawnable_setenv
No description available.

sysprof_spawnable_spawn

Creates a new subprocess using the configured options.

sysprof_spawnable_take_fd
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Class structure

struct SysprofSpawnableClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.