FoName

FoName

Functions

Properties

gchar * value Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── FoObject
        ╰── FoDatatype
            ╰── FoName

Description

Functions

fo_name_new ()

FoDatatype *
fo_name_new (void);

Creates a new FoName initialized to default value.

Returns

the new FoName.


fo_name_new_with_value ()

FoDatatype *
fo_name_new_with_value (const gchar *value);

Creates a new FoName set to value .

Parameters

value

Value of the new FoName.

 

Returns

The new FoName.


fo_name_get_value ()

gchar *
fo_name_get_value (FoDatatype *name);

Get the value of name .

Parameters

name

FoName.

 

Returns

String value of name . String must be freed by caller.


fo_name_get_name_empty ()

FoDatatype *
fo_name_get_name_empty (void);

Get an FoName with the well-known value of an empty string.

Returns

The FoName.

Types and Values

FoName

typedef struct _FoName FoName;


FoNameClass

typedef struct _FoNameClass FoNameClass;

Property Details

The “value” property

  “value”                    gchar *

Name value.

Flags: Read / Write / Construct Only

Default value: NULL