Top | ![]() |
![]() |
![]() |
![]() |
OobsServicesConfigOobsServicesConfig — Object that represents the configuration of services that start/stop during init/shutdown |
OobsObject *
oobs_services_config_get (void
);
Returns the OobsServicesConfig singleton, which represents the services that are run during system init.
OobsList *
oobs_services_config_get_services (OobsServicesConfig *config
);
Returns an OobsList containing objects of type OobsService. The returned OobsList is locked, meaning that new elements can't be added nor removed.
GList *
oobs_services_config_get_runlevels (OobsServicesConfig *config
);
Returns a list of OobsServicesRunlevel describing the available runlevels.
const OobsServicesRunlevel *
oobs_services_config_get_default_runlevel
(OobsServicesConfig *config
);
Returns the current runlevel.
An OobsServicesRunlevel describing the current runlevel. This value must not be freed, modified, or stored.