Method

FoundryAdwWorkspacefind_page_typed

unstable since: 1.1

Declaration [src]

FoundryPage*
foundry_workspace_find_page_typed (
  FoundryWorkspace* self,
  GType page_type
)

Description [src]

Find the first page matching page_type.

Available since: 1.1

Parameters

page_type

Type: GType

No description available.

Return value

Type: FoundryPage

The first page that matches, or NULL.

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