gi-gtksource-3.0.13: 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

data StyleSchemeDescriptionPropertyInfo Source #

Instances

AttrInfo StyleSchemeDescriptionPropertyInfo Source # 
type AttrOrigin StyleSchemeDescriptionPropertyInfo Source # 
type AttrLabel StyleSchemeDescriptionPropertyInfo Source # 
type AttrGetType StyleSchemeDescriptionPropertyInfo Source # 
type AttrBaseTypeConstraint StyleSchemeDescriptionPropertyInfo Source # 
type AttrSetTypeConstraint StyleSchemeDescriptionPropertyInfo Source # 
type AttrAllowedOps StyleSchemeDescriptionPropertyInfo Source # 

filename

data StyleSchemeFilenamePropertyInfo Source #

Instances

AttrInfo StyleSchemeFilenamePropertyInfo Source # 
type AttrOrigin StyleSchemeFilenamePropertyInfo Source # 
type AttrLabel StyleSchemeFilenamePropertyInfo Source # 
type AttrGetType StyleSchemeFilenamePropertyInfo Source # 
type AttrBaseTypeConstraint StyleSchemeFilenamePropertyInfo Source # 
type AttrSetTypeConstraint StyleSchemeFilenamePropertyInfo Source # 
type AttrAllowedOps StyleSchemeFilenamePropertyInfo Source # 

id

data StyleSchemeIdPropertyInfo Source #

Instances

AttrInfo StyleSchemeIdPropertyInfo Source # 
type AttrOrigin StyleSchemeIdPropertyInfo Source # 
type AttrLabel StyleSchemeIdPropertyInfo Source # 
type AttrGetType StyleSchemeIdPropertyInfo Source # 
type AttrBaseTypeConstraint StyleSchemeIdPropertyInfo Source # 
type AttrSetTypeConstraint StyleSchemeIdPropertyInfo Source # 
type AttrAllowedOps StyleSchemeIdPropertyInfo Source # 

name

data StyleSchemeNamePropertyInfo Source #

Instances

AttrInfo StyleSchemeNamePropertyInfo Source # 
type AttrOrigin StyleSchemeNamePropertyInfo Source # 
type AttrLabel StyleSchemeNamePropertyInfo Source # 
type AttrGetType StyleSchemeNamePropertyInfo Source # 
type AttrBaseTypeConstraint StyleSchemeNamePropertyInfo Source # 
type AttrSetTypeConstraint StyleSchemeNamePropertyInfo Source # 
type AttrAllowedOps StyleSchemeNamePropertyInfo Source #