#include <kodi_vfs_types.h>
|
const char * | heading |
|
const char char ** | input |
|
const char const char * | line1 |
|
const char const char const char * | line2 |
|
const char const char const char const char * | line3 |
|
const char * | url |
|
void * | ctx |
| The context to be passed to the callbacks. More...
|
|
§ bool()
VFSCallbacks::bool |
( |
__cdecl * |
GetKeyboardInput | ) |
|
Require keyboard input.
- Parameters
-
heading | The heading of the keyboard dialog |
input | A pointer to the resulting string. Must be free'd by caller. |
- Returns
- True if input was received, false otherwise
§ void() [1/2]
VFSCallbacks::void |
( |
__cdecl * |
SetErrorDialog | ) |
|
Display an error dialog.
- Parameters
-
heading | The heading of the error dialog |
line1 | The first line of the error dialog |
line2 | The second line of the error dialog. Can be NULL |
line3 | The third line of the error dialog. Can be NULL |
§ void() [2/2]
VFSCallbacks::void |
( |
__cdecl * |
RequireAuthentication | ) |
|
Prompt the user for authentication of a URL.
- Parameters
-
§ ctx
The context to be passed to the callbacks.
§ heading
const char * VFSCallbacks::heading |
§ input
const char char** VFSCallbacks::input |
§ line1
const char const char* VFSCallbacks::line1 |
§ line2
const char const char const char* VFSCallbacks::line2 |
§ line3
const char const char const char const char* VFSCallbacks::line3 |
§ url
const char* VFSCallbacks::url |
The documentation for this struct was generated from the following file: