multi-property-set

multi-property-set

Functions

Properties

FoProperty * id Read

Types and Values

Object Hierarchy

    GObject
    ╰── FoObject
        ╰── FoNode
            ╰── FoFo
                ╰── FoMultiPropertySet

Description

Functions

fo_multi_property_set_new ()

FoFo *
fo_multi_property_set_new (void);

Creates a new FoMultiPropertySet initialized to default value.

Returns

the new FoMultiPropertySet


fo_multi_property_set_set_id ()

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

Sets the id property of multi_property_set to new_id

Parameters

fo_fo

The FoFo object

 

new_id

The new "id" property value

 

fo_multi_property_set_get_id ()

FoProperty *
fo_multi_property_set_get_id (FoFo *fo_fo);

Gets the id property of multi_property_set

Parameters

fo_fo

The FoFo object

 

Returns

The "id" property value

Types and Values

FoMultiPropertySet

typedef struct _FoMultiPropertySet FoMultiPropertySet;


FoMultiPropertySetClass

typedef struct _FoMultiPropertySetClass FoMultiPropertySetClass;

Property Details

The “id” property

  “id”                       FoProperty *

Id property.

Flags: Read