gi-glib-0.2.44.12: GLib 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.GLib.Structs.String

Contents

Description

The GString struct contains the public fields of a GString.

Synopsis

Exported types

newtype String Source

Constructors

String (ForeignPtr String) 

Methods

stringAppend

stringAppendC

stringAppendLen

stringAppendUnichar

stringAppendUriEscaped

stringAsciiDown

stringAsciiUp

stringAssign

stringDown

stringDown :: MonadIO m => String -> m String Source

Deprecated: (Since version 2.2)This function uses the locale-specific tolower() function, which is almost never the right thing. Use g_string_ascii_down() or g_utf8_strdown() instead.

stringEqual

stringErase

stringFree

stringFreeToBytes

stringHash

stringInsert

stringInsertC

stringInsertLen

stringInsertUnichar

stringOverwrite

stringOverwriteLen

stringPrepend

stringPrependC

stringPrependLen

stringPrependUnichar

stringSetSize

stringTruncate

stringUp

stringUp :: MonadIO m => String -> m String Source

Deprecated: (Since version 2.2)This function uses the locale-specific toupper() function, which is almost never the right thing. Use g_string_ascii_up() or g_utf8_strup() instead.

Properties

AllocatedLen

Len

Str