gi-gtksource-3.0.15: GtkSource bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GtkSource.Objects.StyleScheme

Contents

Description

 

Synopsis

Exported types

Methods

getAuthors

styleSchemeGetAuthors Source #

Arguments

:: (HasCallStack, MonadIO m, IsStyleScheme a) 
=> a

scheme: a StyleScheme.

-> m (Maybe [Text])

Returns: a Nothing-terminated array containing the scheme authors or Nothing if no author is specified by the style scheme.

No description available in the introspection data.

Since: 2.0

getDescription

styleSchemeGetDescription Source #

Arguments

:: (HasCallStack, MonadIO m, IsStyleScheme a) 
=> a

scheme: a StyleScheme.

-> m (Maybe Text)

Returns: scheme description (if defined), or Nothing.

No description available in the introspection data.

Since: 2.0

getFilename

styleSchemeGetFilename Source #

Arguments

:: (HasCallStack, MonadIO m, IsStyleScheme a) 
=> a

scheme: a StyleScheme.

-> m (Maybe Text)

Returns: scheme file name if the scheme was created parsing a style scheme file or Nothing in the other cases.

No description available in the introspection data.

Since: 2.0

getId

styleSchemeGetId Source #

Arguments

:: (HasCallStack, MonadIO m, IsStyleScheme a) 
=> a

scheme: a StyleScheme.

-> m Text

Returns: scheme id.

No description available in the introspection data.

Since: 2.0

getName

styleSchemeGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsStyleScheme a) 
=> a

scheme: a StyleScheme.

-> m Text

Returns: scheme name.

No description available in the introspection data.

Since: 2.0

getStyle

styleSchemeGetStyle Source #

Arguments

:: (HasCallStack, MonadIO m, IsStyleScheme a) 
=> a

scheme: a StyleScheme.

-> Text

styleId: id of the style to retrieve.

-> m (Maybe Style)

Returns: style which corresponds to styleId in the scheme, or Nothing when no style with this name found. It is owned by scheme and may not be unref'ed.

No description available in the introspection data.

Since: 2.0

Properties

description

filename

id

name