|
Blender V4.3
|
#include <stdbool.h>Go to the source code of this file.
Functions | |
| bool | wayland_dynload_client_init (bool verbose) |
| void | wayland_dynload_client_exit (void) |
| bool | wayland_dynload_cursor_init (bool verbose) |
| void | wayland_dynload_cursor_exit (void) |
| void wayland_dynload_client_exit | ( | void | ) |
Definition at line 70 of file wayland_dynload_client.c.
References dynamic_library_close, lib, and NULL.
Referenced by wayland_dynload_client_init().
| bool wayland_dynload_client_init | ( | bool | verbose | ) |
Definition at line 30 of file wayland_dynload_client.c.
References dynamic_library_open_array_with_error(), lib, verbose, and wayland_dynload_client_exit().
| void wayland_dynload_cursor_exit | ( | void | ) |
Definition at line 51 of file wayland_dynload_cursor.c.
References dynamic_library_close, lib, and NULL.
Referenced by wayland_dynload_cursor_init().
| bool wayland_dynload_cursor_init | ( | bool | verbose | ) |
Definition at line 23 of file wayland_dynload_cursor.c.
References dynamic_library_open_array_with_error(), lib, verbose, and wayland_dynload_cursor_exit().