initSidebarItems({"fn":[["get_backend_type","Query backend wlc is using."],["init","Initialize wlc's callbacks and logger with a `WlcInterface`."],["init2","Deprecated alias to init()."],["log_set_default_handler","Sets the wlc log callback to a simple function that prints to console."],["log_set_handler","Registers a C callback for wlc logging."],["log_set_rust_handler","Registers a Rust callback for wlc logging. This is a nice convenience function that should be used in place of `log_set_handler`. That way you can just pass a safe Rust `&str` and not depend on libc`."],["pointer_to_string","Unsafe strings conversion function."],["terminate","Halts execution of wlc."]],"mod":[["callback","Register wlc callbacks to events."],["handle","Contains definitions for wlc handle types."],["input","Contains methods for interacting with the pointer and keyboard of wlc."],["types","Contains struct and enum declarations for structs defined by wlc."],["xkb","Some libxkbcommon bindings."]]});