Class method

IdeWorkspaceClassset_kind

Declaration

void
ide_workspace_class_set_kind (
  IdeWorkspaceClass* klass,
  const gchar* kind
)

Description

Sets the shorthand name for the kind of workspace. This is used to limit what IdeWorkspaceAddin may load within the workspace.

Parameters

kind

Type: const gchar*

No description available.

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