OGMJobList — Base class for spawns which contain multiple spawns
GObject ╰── OGMJobSpawn ╰── OGMJobContainer ╰── OGMJobList ├── OGMJobPipeline ╰── OGMJobQueue
#include <ogmjob-list.h>
GList * ogmjob_list_get_children (OGMJobList *list);
OGMJobList *list
Returns the list's children.
list
An OGMJobList
A GList, or NULL
struct OGMJobList;