261 #define SOL_PLATFORM_TARGET_DEFAULT "default"
262 #define SOL_PLATFORM_TARGET_RESCUE "rescue"
263 #define SOL_PLATFORM_TARGET_EMERGENCY "emergency"
264 #define SOL_PLATFORM_TARGET_POWER_OFF "poweroff"
265 #define SOL_PLATFORM_TARGET_REBOOT "reboot"
266 #define SOL_PLATFORM_TARGET_SUSPEND "suspend"
275 int sol_platform_set_target(const char *target);
295 int sol_platform_unmount(
const char *mpoint,
void (*cb)(
void *
data,
const char *mpoint,
int error),
const void *data);
String slice type.
Definition: sol-str-slice.h:84
const char * data
Slice data.
Definition: sol-str-slice.h:86
Soletta pointer vector is a wrapper around vector with an API more convenient to handle pointers...
Definition: sol-vector.h:310
These are routines that Soletta provides for its vector implementation.