OGMJobQueue — A container to run spawns in order
#include <ogmjob-queue.h> OGMJobQueue; OGMJobSpawn* ogmjob_queue_new (void);
GObject +----OGMJobSpawn +----OGMJobContainer +----OGMJobList +----OGMJobQueue
typedef struct _OGMJobQueue OGMJobQueue;
OGMJobSpawn* ogmjob_queue_new (void);
Creates a new OGMJobQueue.
Returns :