Backlog/lib/sdl3/parser/test_output/SDL_locale.json

38 lines
750 B
JSON

{
"header": "SDL_locale.h",
"opaque_types": [],
"typedefs": [],
"function_pointers": [],
"enums": [],
"structs": [
{
"name": "SDL_Locale",
"fields": [
{
"name": "language",
"type": "const char *",
"comment": "A language name, like \"en\" for English."
},
{
"name": "country",
"type": "const char *",
"comment": "A country, like \"US\" for America. Can be NULL."
}
]
}
],
"unions": [],
"flags": [],
"functions": [
{
"name": "SDL_GetPreferredLocales",
"return_type": "SDL_Locale **",
"parameters": [
{
"name": "count",
"type": "int *"
}
]
}
]
}