|
Concord - C Discord API library
A Discord API wrapper library written in C
|
Initialized once. More...
Go to the source code of this file.
Functions | |
| void | ccord_shutdown_async () |
| Asynchronously shutdown all client(s) from their on-going sessions. More... | |
| int | ccord_shutting_down () |
| Whether or not concord is currently shutting down. More... | |
| CCORDcode | ccord_global_init () |
| Initialize global shared-resources not API-specific. More... | |
| void | ccord_global_cleanup () |
| Cleanup global shared-resources. More... | |
Initialized once.
| void ccord_shutdown_async | ( | ) |
Asynchronously shutdown all client(s) from their on-going sessions.
| int ccord_shutting_down | ( | ) |
Whether or not concord is currently shutting down.
If true, clients will then attempt to perform a clean disconnect, rather than just letting the program end abruptly (e.g. in the case of a SIGINT).
| CCORDcode ccord_global_init | ( | ) |
Initialize global shared-resources not API-specific.
| void ccord_global_cleanup | ( | ) |
Cleanup global shared-resources.