assign_to_workspace_group


Description:

[ CCode ( cname = "xfw_workspace_assign_to_workspace_group" ) ]
public bool assign_to_workspace_group (WorkspaceGroup group) throws Error

Attempts to assign this to group.

On failure, throws (if provided) will be set to a description of the error that occurred.

Parameters:

this

an Workspace.

group

an WorkspaceGroup.

Returns:

true if workspace assignment succeeded, false otherwise. If false, and throws is non-null, an error will be returned that must be freed using g_error_free.