Method

GntWSset_name

since: 2.1

Declaration [src]

void
gnt_ws_set_name (
  GntWS* ws,
  const gchar* name
)

Description [src]

Set the name of a workspace.

Available since: 2.1

Parameters

name

Type: const gchar*

The new name of the workspace.

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