Orca
A bot framework that is easy to reason about, easy to debug, and easy to use.
|
Specs generated file. More...
Go to the source code of this file.
Classes | |
struct | discord_gateway_identify |
Identify Structure. More... | |
struct | discord_gateway_status_update |
Gateway Status Update Structure. More... | |
struct | discord_gateway_identify_connection |
Identify Connection Properties. More... | |
struct | discord_gateway_activity |
Activity Structure. More... | |
Functions | |
char * | discord_gateway_close_opcodes_to_string (enum discord_gateway_close_opcodes) |
enum discord_gateway_close_opcodes | discord_gateway_close_opcodes_from_string (char *) |
bool | discord_gateway_close_opcodes_has (enum discord_gateway_close_opcodes, char *) |
char * | discord_gateway_intents_to_string (enum discord_gateway_intents) |
enum discord_gateway_intents | discord_gateway_intents_from_string (char *) |
bool | discord_gateway_intents_has (enum discord_gateway_intents, char *) |
char * | discord_gateway_opcodes_to_string (enum discord_gateway_opcodes) |
enum discord_gateway_opcodes | discord_gateway_opcodes_from_string (char *) |
bool | discord_gateway_opcodes_has (enum discord_gateway_opcodes, char *) |
char * | discord_gateway_events_to_string (enum discord_gateway_events) |
enum discord_gateway_events | discord_gateway_events_from_string (char *) |
bool | discord_gateway_events_has (enum discord_gateway_events, char *) |
void | discord_gateway_identify_cleanup_v (void *p) |
void | discord_gateway_identify_cleanup (struct discord_gateway_identify *p) |
void | discord_gateway_identify_init_v (void *p) |
void | discord_gateway_identify_init (struct discord_gateway_identify *p) |
struct discord_gateway_identify * | discord_gateway_identify_alloc () |
void | discord_gateway_identify_free_v (void *p) |
void | discord_gateway_identify_free (struct discord_gateway_identify *p) |
void | discord_gateway_identify_from_json_v (char *json, size_t len, void *p) |
void | discord_gateway_identify_from_json (char *json, size_t len, struct discord_gateway_identify *p) |
size_t | discord_gateway_identify_to_json_v (char *json, size_t len, void *p) |
size_t | discord_gateway_identify_to_json (char *json, size_t len, struct discord_gateway_identify *p) |
size_t | discord_gateway_identify_to_query_v (char *json, size_t len, void *p) |
size_t | discord_gateway_identify_to_query (char *json, size_t len, struct discord_gateway_identify *p) |
void | discord_gateway_identify_list_free_v (void **p) |
void | discord_gateway_identify_list_free (struct discord_gateway_identify **p) |
void | discord_gateway_identify_list_from_json_v (char *str, size_t len, void *p) |
void | discord_gateway_identify_list_from_json (char *str, size_t len, struct discord_gateway_identify ***p) |
size_t | discord_gateway_identify_list_to_json_v (char *str, size_t len, void *p) |
size_t | discord_gateway_identify_list_to_json (char *str, size_t len, struct discord_gateway_identify **p) |
void | discord_gateway_status_update_cleanup_v (void *p) |
void | discord_gateway_status_update_cleanup (struct discord_gateway_status_update *p) |
void | discord_gateway_status_update_init_v (void *p) |
void | discord_gateway_status_update_init (struct discord_gateway_status_update *p) |
struct discord_gateway_status_update * | discord_gateway_status_update_alloc () |
void | discord_gateway_status_update_free_v (void *p) |
void | discord_gateway_status_update_free (struct discord_gateway_status_update *p) |
void | discord_gateway_status_update_from_json_v (char *json, size_t len, void *p) |
void | discord_gateway_status_update_from_json (char *json, size_t len, struct discord_gateway_status_update *p) |
size_t | discord_gateway_status_update_to_json_v (char *json, size_t len, void *p) |
size_t | discord_gateway_status_update_to_json (char *json, size_t len, struct discord_gateway_status_update *p) |
size_t | discord_gateway_status_update_to_query_v (char *json, size_t len, void *p) |
size_t | discord_gateway_status_update_to_query (char *json, size_t len, struct discord_gateway_status_update *p) |
void | discord_gateway_status_update_list_free_v (void **p) |
void | discord_gateway_status_update_list_free (struct discord_gateway_status_update **p) |
void | discord_gateway_status_update_list_from_json_v (char *str, size_t len, void *p) |
void | discord_gateway_status_update_list_from_json (char *str, size_t len, struct discord_gateway_status_update ***p) |
size_t | discord_gateway_status_update_list_to_json_v (char *str, size_t len, void *p) |
size_t | discord_gateway_status_update_list_to_json (char *str, size_t len, struct discord_gateway_status_update **p) |
void | discord_gateway_identify_connection_cleanup_v (void *p) |
void | discord_gateway_identify_connection_cleanup (struct discord_gateway_identify_connection *p) |
void | discord_gateway_identify_connection_init_v (void *p) |
void | discord_gateway_identify_connection_init (struct discord_gateway_identify_connection *p) |
struct discord_gateway_identify_connection * | discord_gateway_identify_connection_alloc () |
void | discord_gateway_identify_connection_free_v (void *p) |
void | discord_gateway_identify_connection_free (struct discord_gateway_identify_connection *p) |
void | discord_gateway_identify_connection_from_json_v (char *json, size_t len, void *p) |
void | discord_gateway_identify_connection_from_json (char *json, size_t len, struct discord_gateway_identify_connection *p) |
size_t | discord_gateway_identify_connection_to_json_v (char *json, size_t len, void *p) |
size_t | discord_gateway_identify_connection_to_json (char *json, size_t len, struct discord_gateway_identify_connection *p) |
size_t | discord_gateway_identify_connection_to_query_v (char *json, size_t len, void *p) |
size_t | discord_gateway_identify_connection_to_query (char *json, size_t len, struct discord_gateway_identify_connection *p) |
void | discord_gateway_identify_connection_list_free_v (void **p) |
void | discord_gateway_identify_connection_list_free (struct discord_gateway_identify_connection **p) |
void | discord_gateway_identify_connection_list_from_json_v (char *str, size_t len, void *p) |
void | discord_gateway_identify_connection_list_from_json (char *str, size_t len, struct discord_gateway_identify_connection ***p) |
size_t | discord_gateway_identify_connection_list_to_json_v (char *str, size_t len, void *p) |
size_t | discord_gateway_identify_connection_list_to_json (char *str, size_t len, struct discord_gateway_identify_connection **p) |
void | discord_gateway_activity_cleanup_v (void *p) |
void | discord_gateway_activity_cleanup (struct discord_gateway_activity *p) |
void | discord_gateway_activity_init_v (void *p) |
void | discord_gateway_activity_init (struct discord_gateway_activity *p) |
struct discord_gateway_activity * | discord_gateway_activity_alloc () |
void | discord_gateway_activity_free_v (void *p) |
void | discord_gateway_activity_free (struct discord_gateway_activity *p) |
void | discord_gateway_activity_from_json_v (char *json, size_t len, void *p) |
void | discord_gateway_activity_from_json (char *json, size_t len, struct discord_gateway_activity *p) |
size_t | discord_gateway_activity_to_json_v (char *json, size_t len, void *p) |
size_t | discord_gateway_activity_to_json (char *json, size_t len, struct discord_gateway_activity *p) |
size_t | discord_gateway_activity_to_query_v (char *json, size_t len, void *p) |
size_t | discord_gateway_activity_to_query (char *json, size_t len, struct discord_gateway_activity *p) |
void | discord_gateway_activity_list_free_v (void **p) |
void | discord_gateway_activity_list_free (struct discord_gateway_activity **p) |
void | discord_gateway_activity_list_from_json_v (char *str, size_t len, void *p) |
void | discord_gateway_activity_list_from_json (char *str, size_t len, struct discord_gateway_activity ***p) |
size_t | discord_gateway_activity_list_to_json_v (char *str, size_t len, void *p) |
size_t | discord_gateway_activity_list_to_json (char *str, size_t len, struct discord_gateway_activity **p) |
char * | discord_gateway_activity_types_to_string (enum discord_gateway_activity_types) |
enum discord_gateway_activity_types | discord_gateway_activity_types_from_string (char *) |
bool | discord_gateway_activity_types_has (enum discord_gateway_activity_types, char *) |