OGMJobList — Base class for spawns which contain multiple spawns
#include <ogmjob-list.h> OGMJobList; GList* ogmjob_list_get_children (OGMJobList *list);
GObject +----OGMJobSpawn +----OGMJobContainer +----OGMJobList +----OGMJobPipeline +----OGMJobQueue
typedef struct _OGMJobList OGMJobList;
GList* ogmjob_list_get_children (OGMJobList *list);
Returns the list's children.
list :
list
Returns :