|
void | discord_guild_template_init (struct discord_guild_template *self) |
|
void | discord_guild_template_cleanup (struct discord_guild_template *self) |
|
void | discord_guild_templates_cleanup (struct discord_guild_templates *self) |
|
void | discord_create_guild_from_guild_template_init (struct discord_create_guild_from_guild_template *self) |
|
void | discord_create_guild_from_guild_template_cleanup (struct discord_create_guild_from_guild_template *self) |
|
void | discord_create_guild_template_init (struct discord_create_guild_template *self) |
|
void | discord_create_guild_template_cleanup (struct discord_create_guild_template *self) |
|
void | discord_modify_guild_template_init (struct discord_modify_guild_template *self) |
|
void | discord_modify_guild_template_cleanup (struct discord_modify_guild_template *self) |
|
long | discord_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_guild_template *self) |
|
size_t | discord_guild_template_from_json (const char buf[], size_t size, struct discord_guild_template *self) |
|
long | discord_guild_templates_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_guild_templates *self) |
|
size_t | discord_guild_templates_from_json (const char buf[], size_t size, struct discord_guild_templates *self) |
|
long | discord_create_guild_from_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_guild_from_guild_template *self) |
|
size_t | discord_create_guild_from_guild_template_from_json (const char buf[], size_t size, struct discord_create_guild_from_guild_template *self) |
|
long | discord_create_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_create_guild_template *self) |
|
size_t | discord_create_guild_template_from_json (const char buf[], size_t size, struct discord_create_guild_template *self) |
|
long | discord_modify_guild_template_from_jsmnf (jsmnf_pair *root, const char *js, struct discord_modify_guild_template *self) |
|
size_t | discord_modify_guild_template_from_json (const char buf[], size_t size, struct discord_modify_guild_template *self) |
|
jsonbcode | discord_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_guild_template *self) |
|
size_t | discord_guild_template_to_json (char buf[], size_t size, const struct discord_guild_template *self) |
|
jsonbcode | discord_guild_templates_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_guild_templates *self) |
|
size_t | discord_guild_templates_to_json (char buf[], size_t size, const struct discord_guild_templates *self) |
|
jsonbcode | discord_create_guild_from_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_guild_from_guild_template *self) |
|
size_t | discord_create_guild_from_guild_template_to_json (char buf[], size_t size, const struct discord_create_guild_from_guild_template *self) |
|
jsonbcode | discord_create_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_create_guild_template *self) |
|
size_t | discord_create_guild_template_to_json (char buf[], size_t size, const struct discord_create_guild_template *self) |
|
jsonbcode | discord_modify_guild_template_to_jsonb (jsonb *b, char buf[], size_t size, const struct discord_modify_guild_template *self) |
|
size_t | discord_modify_guild_template_to_json (char buf[], size_t size, const struct discord_modify_guild_template *self) |
|