Method

IdeGreeterWorkspaceget_page_named

Declaration

GtkWidget*
ide_greeter_workspace_get_page_named (
  IdeGreeterWorkspace* self,
  const char* page_name
)

Description

Gets a page that was added, by it’s name.

Parameters

page_name

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: GtkWidget

A GtkWidget or NULL.

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