Method

SysprofSpawnablespawn

Declaration [src]

GSubprocess*
sysprof_spawnable_spawn (
  SysprofSpawnable* self
  GError** error
)

Description [src]

Creates a new subprocess using the configured options.

Return value

Type: GSubprocess

A GSubprocess or NULL on failure and error is set.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.