Class

PhocRenderer

since: 0

Description [src]

final class Phoc.Renderer : GObject.Object
  implements Gio.Initable {
  /* No available fields */
}

The renderer.

Available since: 0

Ancestors

Implements

Constructors

phoc_renderer_new
No description available.

since: 0

Instance methods

phoc_renderer_get_wlr_allocator
No description available.

since: 0

phoc_renderer_get_wlr_renderer
No description available.

since: 0

phoc_renderer_render_output

Render a given output.

since: 0

phoc_renderer_render_view_to_buffer
No description available.

since: 0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GInitable (1)
g_initable_init

Initializes the object implementing the interface.

unstable since: 2.22

Properties

Phoc.Renderer:wlr-backend

The wlr-backend to use for initializing the renderer.

since: 0

Signals

Phoc.Renderer::render-end

This signal is emitted at the end of a render pass.

since: 0

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.

unstable since: 2.0

Class structure

struct PhocRendererClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.