GXmlText — Representation of text nodes in any GXmlNode
gchar * gxml_text_get_str (GXmlText *self);
GXmlText *self
Get and return the current value of the "str" property.
This should be implemented by returning "value"
self
the GXmlText instance to query
the value of the "str" property
typedef struct _GXmlText GXmlText;
Representation of text nodes in any GXmlNode
struct GXmlTextIface { GTypeInterface parent_iface; gchar* (*get_str) (GXmlText* self); };
Interface for creating GXmlText implementations.
GTypeInterface parent_iface;
parent_iface
the parent interface structure
get_str ()
get_str
getter method for the abstract property "str"