55 lines
979 B
JSON
55 lines
979 B
JSON
{
|
|
"header": "SDL_error.h",
|
|
"opaque_types": [],
|
|
"typedefs": [],
|
|
"function_pointers": [],
|
|
"enums": [],
|
|
"structs": [],
|
|
"unions": [],
|
|
"flags": [],
|
|
"functions": [
|
|
{
|
|
"name": "SDL_SetError",
|
|
"return_type": "bool",
|
|
"parameters": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char *"
|
|
},
|
|
{
|
|
"name": "",
|
|
"type": "..."
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SDL_SetErrorV",
|
|
"return_type": "bool",
|
|
"parameters": [
|
|
{
|
|
"name": "fmt",
|
|
"type": "const char *"
|
|
},
|
|
{
|
|
"name": "ap",
|
|
"type": "va_list"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SDL_OutOfMemory",
|
|
"return_type": "bool",
|
|
"parameters": []
|
|
},
|
|
{
|
|
"name": "SDL_GetError",
|
|
"return_type": "const char *",
|
|
"parameters": []
|
|
},
|
|
{
|
|
"name": "SDL_ClearError",
|
|
"return_type": "bool",
|
|
"parameters": []
|
|
}
|
|
]
|
|
} |