gi-coglpango-1.0.2: Cogl Pango GObject bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.CoglPango.Objects.Renderer

Description

No description available in the introspection data.

Synopsis

Exported types

newtype Renderer Source #

Memory-managed wrapper type.

Constructors

Renderer (ManagedPtr Renderer) 

class (GObject o, IsDescendantOf Renderer o) => IsRenderer o Source #

Type class for types which can be safely cast to Renderer, for instance with toRenderer.

Instances

Instances details
(GObject o, IsDescendantOf Renderer o) => IsRenderer o Source # 
Instance details

Defined in GI.CoglPango.Objects.Renderer

toRenderer :: (MonadIO m, IsRenderer o) => o -> m Renderer Source #

Cast to Renderer, for types for which this is known to be safe. For general casts, use castTo.

Methods

Properties

context

No description available in the introspection data.

constructRendererContext :: (IsRenderer o, MonadIO m) => Ptr () -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “context” property. This is rarely needed directly, but it is used by new.