GXmlTComment

GXmlTComment — Class implemeting GXmlComment interface, not tied to libxml-2.0 library.

Functions

Types and Values

Description

Functions

gxml_tcomment_new ()

GXmlTComment *
gxml_tcomment_new (GXmlDocument *doc,
                   const gchar *text);

Parameters

doc

 

 

text

 

 

Types and Values

GXML_TYPE_TCOMMENT

#define GXML_TYPE_TCOMMENT (gxml_tcomment_get_type ())

The type for GXmlTComment.


struct GXmlTComment

struct GXmlTComment {
	GXmlTNode parent_instance;
	GXmlTCommentPrivate * priv;
};

Class implemeting GXmlComment interface, not tied to libxml-2.0 library.


struct GXmlTCommentClass

struct GXmlTCommentClass {
	GXmlTNodeClass parent_class;
};

The class structure for GXML_TYPE_TCOMMENT. All the fields in this structure are private and should never be accessed directly.

Members