Top | ![]() |
![]() |
![]() |
![]() |
#define GXML_TYPE_GDOM_RANGE (gxml_gdom_range_get_type ())
The type for GXmlGDomRange.
struct GXmlGDomRange { GObject parent_instance; GXmlGDomRangePrivate * priv; GXmlDomDocument* _document; GXmlDomNode* _start_container; gint _start_offset; GXmlDomNode* _end_container; gint _end_offset; gboolean _collapse; GXmlDomNode* _common_ancestor_container; };
struct GXmlGDomRangeClass { GObjectClass parent_class; };
The class structure for GXML_TYPE_GDOM_RANGE
. All the fields in this structure are private and should never be accessed directly.