|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Action function stubs for WASM (not needed for mirror mode) More...
Go to the source code of this file.
Functions | |
| void | action_completions (const char *shell_name, const char *output_path) |
| void | action_list_webcams (void) |
| void | action_list_microphones (void) |
| void | action_list_speakers (void) |
| void | action_create_config (const char *path) |
| void | action_create_manpage (const char *path) |
| void | actions_execute_deferred (void) |
| void | action_show_capabilities (void) |
| void | action_show_capabilities_immediate (void) |
| void | action_check_update (void) |
| void | action_check_update_immediate (void) |
Action function stubs for WASM (not needed for mirror mode)
Definition in file platform/wasm/stubs/actions.c.
| void action_check_update | ( | void | ) |
Definition at line 52 of file platform/wasm/stubs/actions.c.
| void action_check_update_immediate | ( | void | ) |
Definition at line 56 of file platform/wasm/stubs/actions.c.
| void action_completions | ( | const char * | shell_name, |
| const char * | output_path | ||
| ) |
Definition at line 12 of file platform/wasm/stubs/actions.c.
| void action_create_config | ( | const char * | path | ) |
Definition at line 30 of file platform/wasm/stubs/actions.c.
| void action_create_manpage | ( | const char * | path | ) |
Definition at line 35 of file platform/wasm/stubs/actions.c.
| void action_list_microphones | ( | void | ) |
Definition at line 22 of file platform/wasm/stubs/actions.c.
| void action_list_speakers | ( | void | ) |
Definition at line 26 of file platform/wasm/stubs/actions.c.
| void action_list_webcams | ( | void | ) |
Definition at line 18 of file platform/wasm/stubs/actions.c.
| void action_show_capabilities | ( | void | ) |
Definition at line 44 of file platform/wasm/stubs/actions.c.
| void action_show_capabilities_immediate | ( | void | ) |
Definition at line 48 of file platform/wasm/stubs/actions.c.
| void actions_execute_deferred | ( | void | ) |
Definition at line 40 of file platform/wasm/stubs/actions.c.