[ 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.
| this |
an Workspace. |
| group |
an WorkspaceGroup. |
|
true if workspace assignment succeeded, false otherwise. If
false, and throws is non-null,
an error will be returned that must be freed using |