|
Blender V5.0
|
Public Attributes | |
| const char *const * | interface_p = nullptr |
| GWL_RegistryHandler_AddFn | add_fn = nullptr |
| GWL_RegistryHandler_UpdateFn | update_fn = nullptr |
| GWL_RegistryEntry_RemoveFn | remove_fn = nullptr |
Definition at line 1764 of file GHOST_SystemWayland.cc.
| GWL_RegistryHandler_AddFn GWL_RegistryHandler::add_fn = nullptr |
Add the interface.
Definition at line 1769 of file GHOST_SystemWayland.cc.
Referenced by global_handle_add().
| const char* const* GWL_RegistryHandler::interface_p = nullptr |
Pointer to the name (not the name itself), needed as the values aren't set on startup.
Definition at line 1766 of file GHOST_SystemWayland.cc.
| GWL_RegistryEntry_RemoveFn GWL_RegistryHandler::remove_fn = nullptr |
Remove the interface.
Definition at line 1773 of file GHOST_SystemWayland.cc.
Referenced by gwl_registry_entry_remove_by_interface_slot(), and gwl_registry_entry_remove_by_name().
| GWL_RegistryHandler_UpdateFn GWL_RegistryHandler::update_fn = nullptr |
Optional update the interface (when other interfaces have been added/removed).
Definition at line 1771 of file GHOST_SystemWayland.cc.
Referenced by gwl_registry_entry_update_all().