FoWrapper

FoWrapper

Functions

Properties

FoProperty * id Read

Types and Values

Object Hierarchy

    GObject
    ╰── FoObject
        ╰── FoNode
            ╰── FoFo
                ╰── FoMarkerParent
                    ╰── FoWrapper
                        ├── FoWrapperBlock
                        ├── FoWrapperInline
                        ╰── FoWrapperWhitespace

Implemented Interfaces

FoWrapper implements FoNeutralIface.

Description

Functions

fo_wrapper_new ()

FoFo *
fo_wrapper_new (void);

Creates a new FoWrapper initialized to default value.

Returns

the new FoWrapper.


fo_wrapper_set_id ()

void
fo_wrapper_set_id (FoFo *fo_fo,
                   FoProperty *new_id);

Sets the "id" property of fo_fo to new_id .

Parameters

fo_fo

The FoFo object.

 

new_id

The new "id" property value.

 

fo_wrapper_get_id ()

FoProperty *
fo_wrapper_get_id (FoFo *fo_fo);

Gets the "id" property of fo_fo .

Parameters

fo_fo

The FoFo object.

 

Returns

The "id" property value.

Types and Values

FoWrapper

typedef struct _FoWrapper FoWrapper;

Instance of the 'wrapper' formatting object.


FoWrapperClass

typedef struct _FoWrapperClass FoWrapperClass;

Class structure for the 'wrapper' formatting object.

Property Details

The “id” property

  “id”                       FoProperty *

Id property.

Flags: Read