方法
GdkWaylandWaylandToplevelset_transient_for_exported
声明 [src]
gboolean
gdk_wayland_toplevel_set_transient_for_exported (
GdkToplevel* toplevel,
const char* parent_handle_str
)
描述 [src]
将 toplevel
标记为对 parent_handle_str
指定的表面为瞬间的。
通常,该句柄将来自另一个进程中的 gdk_wayland_toplevel_export_handle()
调用。
请注意,此 API 依赖于不稳定的 Wayland 协议,因此可能需要将来进行更改。