Top | ![]() |
![]() |
![]() |
![]() |
GXmlTextGXmlText — Representation of text nodes in any GXmlNode |
gchar *
gxml_text_get_str (GXmlText *self
);
Get and return the current value of the "str" property.
This should be implemented by returning "value"
struct GXmlTextIface { GTypeInterface parent_iface; gchar* (*get_str) (GXmlText* self); void (*set_str) (GXmlText* self, const gchar* value); };
Interface for creating GXmlText implementations.