GXmlCDATA — CDATA sections in XML documents.
gchar * gxml_cdata_get_str (GXmlCDATA *self);
GXmlCDATA *self
Get and return the current value of the "str" property.
This should be implemented by returning "value"
self
the GXmlCDATA instance to query
the value of the "str" property
typedef struct _GXmlCDATA GXmlCDATA;
CDATA sections in XML documents.
struct GXmlCDATAIface { GTypeInterface parent_iface; gchar* (*get_str) (GXmlCDATA* self); };
Interface for creating GXmlCDATA implementations.
GTypeInterface parent_iface;
parent_iface
the parent interface structure
get_str ()
get_str
getter method for the abstract property "str"