| ModelObjectModelObject — the base value type |  | 
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.