Go to the source code of this file.
◆ main()
| int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 14 of file testurl.c.
22 for (
i = 1;
i < argc;
i++) {
23 const char *url = argv[
i];
24 SDL_Log(
"Opening '%s' ...", url);
return Display return Display Bool Bool int int int return Display XEvent Bool(*) XPointer return Display return Display Drawable _Xconst char unsigned int unsigned int return Display Pixmap Pixmap XColor XColor unsigned int unsigned int return Display _Xconst char char int char return Display Visual unsigned int int int char unsigned int unsigned int in i)
References i, SDL_GetError, SDL_Init, SDL_INIT_VIDEO, SDL_Log, SDL_OpenURL, and SDL_Quit.