Method

GdkWaylandWaylandTopleveldrop_exported_handle

Declaration [src]

void
gdk_wayland_toplevel_drop_exported_handle (
  GdkToplevel* toplevel,
  const char* handle
)

Description [src]

Destroy a handle that was obtained with gdk_wayland_toplevel_export_handle().

Note that this API depends on an unstable Wayland protocol, and thus may require changes in the future.

Available since:4.12

Parameters

handle const char*
 

The handle to drop.

 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.