pub unsafe extern "C" fn nstd_gui_window_set_title(
window: NSTDWindow,
title: *const c_char,
) -> c_intExpand description
Sets a window’s title.
Parameters:
NSTDWindow window - The window.
const char *const title - The new window title.
Returns: int errc - Nonzero on error.