Method
IdeWorkspaceget_surface_by_name
since: 3.32
Description
Locates an IdeSurface that has been added to the workspace by the name
that was registered for the widget using gtk_widget_set_name().
Available since: 3.32
Parameters
name-
Type:
const gchar*The name of the surface.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: IdeSurface
An IdeSurface or NULL.
| The data is owned by the instance. |
The return value can be NULL. |