Changeset View
Changeset View
Standalone View
Standalone View
intern/wayland_dynload/intern/wayland_dynload_utils.h
| Show All 20 Lines | |||||
| DynamicLibrary dynamic_library_open_array_with_error(const char **paths, | DynamicLibrary dynamic_library_open_array_with_error(const char **paths, | ||||
| int paths_num, | int paths_num, | ||||
| bool verbose, | bool verbose, | ||||
| int *r_path_index); | int *r_path_index); | ||||
| /** Find a symbol, printing an error when the symbol isn't found. */ | /** Find a symbol, printing an error when the symbol isn't found. */ | ||||
| void *dynamic_library_find_with_error(DynamicLibrary lib, | void *dynamic_library_find_with_error(DynamicLibrary lib, | ||||
| const char *symbol, | const char *symbol, | ||||
| const char *path_lib); | const char *path_lib, | ||||
| bool verbose); | |||||