ohos-window-manager-sys 0.1.3

Raw Bindings to the `window_manager` API of OpenHarmony
Documentation
1
2
3
4
5
6
7
8
//! Provides the comm type definitions of windowManager on the native side.
//!
//! SystemCapability: SystemCapability.Window.SessionManager

#[link(name = "native_window_manager")]
extern "C" {}
mod window_comm_ffi;
pub use window_comm_ffi::*;