50 lines
909 B
JSON
50 lines
909 B
JSON
{
|
|
"header": "SDL_loadso.h",
|
|
"opaque_types": [
|
|
{
|
|
"name": "SDL_SharedObject"
|
|
}
|
|
],
|
|
"typedefs": [],
|
|
"function_pointers": [],
|
|
"enums": [],
|
|
"structs": [],
|
|
"unions": [],
|
|
"flags": [],
|
|
"functions": [
|
|
{
|
|
"name": "SDL_LoadObject",
|
|
"return_type": "SDL_SharedObject *",
|
|
"parameters": [
|
|
{
|
|
"name": "sofile",
|
|
"type": "const char *"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SDL_LoadFunction",
|
|
"return_type": "SDL_FunctionPointer",
|
|
"parameters": [
|
|
{
|
|
"name": "handle",
|
|
"type": "SDL_SharedObject *"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"type": "const char *"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "SDL_UnloadObject",
|
|
"return_type": "void",
|
|
"parameters": [
|
|
{
|
|
"name": "handle",
|
|
"type": "SDL_SharedObject *"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |