Top | ![]() |
![]() |
![]() |
![]() |
GXmlCommentGXmlComment — Representation of comments nodes in any GXmlNode |
gchar *
gxml_comment_get_str (GXmlComment *self
);
Get and return the current value of the "str" property.
This should be implemented by returning "value"
void gxml_comment_set_str (GXmlComment *self
,const gchar *value
);
Set the value of the "str" property to value
.
This should be implemented by returning "value"
typedef struct _GXmlComment GXmlComment;
Representation of comments nodes in any GXmlNode
struct GXmlCommentIface { GTypeInterface parent_iface; gchar* (*get_str) (GXmlComment* self); void (*set_str) (GXmlComment* self, const gchar* value); };
Interface for creating GXmlComment implementations.