Blender V4.3
wayland_dynload_API.h File Reference
#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)
 

Function Documentation

◆ wayland_dynload_client_exit()

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().

◆ wayland_dynload_client_init()

bool wayland_dynload_client_init ( bool verbose)

◆ wayland_dynload_cursor_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().

◆ wayland_dynload_cursor_init()

bool wayland_dynload_cursor_init ( bool verbose)