Class

PhocRenderer

Description [src]

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

The renderer.

Ancestors

Implements

Constructors

phoc_renderer_new
No description available.

Instance methods

phoc_renderer_get_wlr_allocator
No description available.

phoc_renderer_get_wlr_renderer
No description available.

phoc_renderer_render_output

Render a given output.

phoc_renderer_render_view_to_buffer
No description available.

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.

Properties

Phoc.Renderer:wlr-backend

The wlr-backend to use for initializing the renderer.

Signals

Phoc.Renderer::render-end

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

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.

Class structure

struct PhocRendererClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.