Method

PhocViewChildget_wlr_surface

Declaration [src]

wlr_surface*
phoc_view_child_get_wlr_surface (
  PhocViewChild* self
)

Description [src]

Get the wlr_surface associated with this view child.

Return value

Type: wlr_surface*

The wlr_surface.

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