Class
PhocSurface
Description [src]
final class Phoc.Surface : GObject.Object
{
/* No available fields */
}
A Wayland wl_surface backed by a wlr_surface.
Instance methods
phoc_surface_add_damage
Adds the given region to the surface’s damaged region. The damage
will be collected by the phoc_*_apply_damage()
functions. The
damaged region is not clipped to the surface.
phoc_surface_add_damage_box
Convenience function to add a box to the surface’s damaged region.
See phoc_surface_add_damage()
for details.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.