|
Blender V4.5
|
#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 | |
| 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 24 of file wayland_dynload_client.c.
| #define WAYLAND_DYNLOAD_IFACE | ( | symbol | ) |
Definition at line 24 of file wayland_dynload_client.c.
| #define WAYLAND_DYNLOAD_VALIDATE |
Definition at line 81 of file wayland_dynload_client.c.
| void wayland_dynload_client_exit | ( | void | ) |
Definition at line 70 of file wayland_dynload_client.c.
References dynamic_library_close, lib, and wayland_dynload_client_exit().
Referenced by wayland_dynload_client_exit(), and wayland_dynload_client_init().
|
static |
Definition at line 22 of file wayland_dynload_client.c.
Referenced by BKE_main_idmap_lookup_name(), BKE_main_idmap_lookup_name(), BKE_modifiers_persistent_uid_init(), blf_cache_face_requester(), blo_bhead_prev(), blo_do_versions_pre250(), dynamic_library_find_with_error(), dynamic_library_open_array_with_error(), ptcache_path(), pyrna_prop_collection_subscript_str_lib_pair_ptr(), wayland_dynload_client_exit(), wayland_dynload_cursor_exit(), wayland_dynload_egl_exit(), wayland_dynload_libdecor_exit(), WM_lib_reload(), wm_lib_relocate_exec_do(), and wm_lib_relocate_invoke().
| struct WaylandDynload_Client wayland_dynload_client = {NULL} |
Definition at line 20 of file wayland_dynload_client.c.