FoChar

FoChar

Functions

Properties

char * value Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── FoObject
            ╰── FoDatatype
                ╰── FoChar

Description

Functions

fo_char_new_with_value ()

FoDatatype *
fo_char_new_with_value (const gchar *value);

Creates a new FoChar set to value .

Parameters

value

String value of the new FoChar.

 

Returns

The new FoChar.


fo_char_get_value ()

const gchar *
fo_char_get_value (FoDatatype *fo_char);

Get the value of fo_char .

Parameters

fo_char

FoChar.

 

Returns

String value of fo_char .


fo_char_get_char_space ()

FoDatatype *
fo_char_get_char_space (void);

Get an FoChar with the well-known value of ' '.

Returns

The FoChar.


fo_char_get_char_zws ()

FoDatatype *
fo_char_get_char_zws (void);

Get an FoChar with the well-known value of U+200B, ZERO WIDTH SPACE.

Returns

The FoChar.

Types and Values

FoChar

typedef struct _FoChar FoChar;

FoCharClass

typedef struct _FoCharClass FoCharClass;

Property Details

The “value” property

  “value”                    char *

FoChar value.

Owner: FoChar

Flags: Read / Write / Construct Only

Default value: NULL