Method
FoundryAdwWorkspacefind_panel_by_id
unstable since: 1.1
Declaration [src]
FoundryPanel*
foundry_workspace_find_panel_by_id (
FoundryWorkspace* self,
const char* id
)
Parameters
id-
Type:
const char*The panel ID to search for.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
Return value
Type: FoundryPanel
The first panel that matches, or NULL.
| The returned data is owned by the instance. |
The return value can be NULL. |