ModelObject

ModelObject — the base value type

Synopsis

                    ModelObject;

Description

A ModelObject represents a node within the data model. There are two types of ModelObjects: immutable value objects (like String, Boolean, Integer, Float) and mutable container objects (like Lists and Dictionaries).

Details

ModelObject

typedef struct {
  GObject parent_instance;
} ModelObject;

This is an opaque structure; it may not be accessed directly.