[][src]Function wayland_raw_protocol_bindings::client::xdg_shell_unstable_v5::xdg_surface::xdg_surface_set_title

pub unsafe fn xdg_surface_set_title(
    xdg_surface: *mut xdg_surface,
    title: *mut c_char
)

set surface title

Set a short title for the surface.

This string may be used to identify the surface in a task bar, window list, or other user interface elements provided by the compositor.

The string must be encoded in UTF-8.