Class

TalkatuHtmlPangoRenderer

since: 0.0

Description

final class Talkatu.HtmlPangoRenderer : Talkatu.HtmlRenderer
{
  /* No available fields */
}
No description available.

Available since: 0.0

Hierarchy

hierarchy this TalkatuHtmlPangoRenderer ancestor_0 TalkatuHtmlRenderer ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

Constructors

talkatu_html_pango_renderer_new
No description available.

since: 0.0

Instance methods

talkatu_html_pango_renderer_get_string
No description available.

since: 0.0

Methods inherited from TalkatuHtmlRenderer (2)
talkatu_html_renderer_render

Renders the given html calling the TalkatuHtmlRendererClass functions as necessary.

since: 0.0

talkatu_html_renderer_reset

Resets renderer back to a clean state so that it can render new HTML.

since: 0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

unstable since: 2.0

Class structure

struct TalkatuHtmlPangoRendererClass {
  TalkatuHtmlRendererClass parent_class;
  
}
No description available.
Class members
parent_class: TalkatuHtmlRendererClass
No description available.