OGMJobBin — Base class for spawns which contain one spawn only
#include <ogmjob-bin.h> OGMJobBin; OGMJobSpawn* ogmjob_bin_get_child (OGMJobBin *bin);
GObject +----OGMJobSpawn +----OGMJobContainer +----OGMJobBin
typedef struct _OGMJobBin OGMJobBin;
OGMJobSpawn* ogmjob_bin_get_child (OGMJobBin *bin);
Gets the child of the OGMJobBin, or NULL if the bin contains no child spawn.
bin :
bin
Returns :