|
|
|
@ -1693,6 +1693,10 @@ int yon_launch_app_with_arguments(char *command, char *args);
|
|
|
|
/// @param command Command to execute
|
|
|
|
/// @param command Command to execute
|
|
|
|
void yon_launch(char *command);
|
|
|
|
void yon_launch(char *command);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// @brief Get cuurent OS name
|
|
|
|
|
|
|
|
/// @return Newly allocated string or NULL
|
|
|
|
|
|
|
|
char *yon_ubl_get_os_name();
|
|
|
|
|
|
|
|
|
|
|
|
// // Trash collector functions
|
|
|
|
// // Trash collector functions
|
|
|
|
// int yon_trash_collector_append(void *pointer, char group_key);
|
|
|
|
// int yon_trash_collector_append(void *pointer, char group_key);
|
|
|
|
|
|
|
|
|
|
|
|
|