GXmlCDATA

GXmlCDATA — CDATA sections in XML documents.

Functions

gchar * gxml_cdata_get_str ()

Types and Values

Description

Functions

gxml_cdata_get_str ()

gchar *
gxml_cdata_get_str (GXmlCDATA *self);

Get and return the current value of the "str" property.

This should be implemented by returning "value"

Parameters

self

the GXmlCDATA instance to query

 

Returns

the value of the "str" property

Types and Values

GXmlCDATA

typedef struct _GXmlCDATA GXmlCDATA;

CDATA sections in XML documents.


struct GXmlCDATAIface

struct GXmlCDATAIface {
	GTypeInterface parent_iface;
	gchar* (*get_str) (GXmlCDATA* self);
};

Interface for creating GXmlCDATA implementations.

Members

GTypeInterface parent_iface;

the parent interface structure

 

get_str ()

getter method for the abstract property "str"