|
Blender
V3.3
|
#include <stdlib.h>#include <string.h>#include "wayland_dynload_API.h"#include "wayland_dynload_utils.h"#include "wayland_dynload_client.h"Go to the source code of this file.
Macros | |
| #define | WAYLAND_DYNLOAD_IFACE(symbol) |
| #define | WAYLAND_DYNLOAD_IFACE(symbol) |
| #define | WAYLAND_DYNLOAD_FN(symbol) |
| #define | WAYLAND_DYNLOAD_VALIDATE |
Functions | |
| bool | wayland_dynload_client_init (const bool verbose) |
| void | wayland_dynload_client_exit (void) |
Variables | |
| struct WaylandDynload_Client | wayland_dynload_client = {NULL} |
| static DynamicLibrary | lib = NULL |
Wrapper functions for <wayland-client.h>.
Definition in file wayland_dynload_client.c.
| #define WAYLAND_DYNLOAD_FN | ( | symbol | ) |
| #define WAYLAND_DYNLOAD_IFACE | ( | symbol | ) |
Definition at line 22 of file wayland_dynload_client.c.
| #define WAYLAND_DYNLOAD_IFACE | ( | symbol | ) |
Definition at line 22 of file wayland_dynload_client.c.
| #define WAYLAND_DYNLOAD_VALIDATE |
Definition at line 77 of file wayland_dynload_client.c.
Definition at line 66 of file wayland_dynload_client.c.
References dynamic_library_close, lib, and NULL.
Referenced by wayland_dynload_client_init().
Definition at line 28 of file wayland_dynload_client.c.
References dynamic_library_open_array_with_error(), lib, verbose, and wayland_dynload_client_exit().
|
static |
Definition at line 20 of file wayland_dynload_client.c.
Referenced by wayland_dynload_client_exit(), and wayland_dynload_client_init().
| struct WaylandDynload_Client wayland_dynload_client = {NULL} |
Definition at line 1 of file wayland_dynload_client.c.