Method

PanelWorkbenchfind_workspace_typed

Declaration [src]

PanelWorkspace*
panel_workbench_find_workspace_typed (
  PanelWorkbench* self,
  GType workspace_type
)

Description [src]

Locates a workspace in self with a type matching type.

Available since:1.4

Parameters

workspace_type GType
  No description available.

Return value

Returns: PanelWorkspace
 

A PanelWorkspace or NULL.

 The data is owned by the instance.
 The return value can be NULL.