Method

PhocViewfor_each_surface

Declaration [src]

void
phoc_view_for_each_surface (
  PhocView* self,
  wlr_surface_iterator_func_t iterator,
  gpointer user_data
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

iterator

Type: wlr_surface_iterator_func_t

No description available.

user_data

Type: gpointer

No description available.

The argument can be NULL.
The data is owned by the caller of the method.