GXmlCharacter

GXmlCharacter

Functions

Types and Values

Description

Functions

gxml_character_get_str ()

gchar *
gxml_character_get_str (GXmlCharacter *self);

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

Parameters

self

the GXmlCharacter instance to query

 

Returns

the value of the "str" property


gxml_character_set_str ()

void
gxml_character_set_str (GXmlCharacter *self,
                        const gchar *value);

Set the value of the "str" property to value .

Parameters

self

the GXmlCharacter instance to modify

 

value

the new value of the "str" property

 

Types and Values

GXmlCharacter

typedef struct _GXmlCharacter GXmlCharacter;

struct GXmlCharacterIface

struct GXmlCharacterIface {
	GTypeInterface parent_iface;
	gchar* (*get_str) (GXmlCharacter* self);
	void (*set_str) (GXmlCharacter* self, const gchar* value);
};

Interface for creating GXmlCharacter implementations.

Members

GTypeInterface parent_iface;

the parent interface structure

 

get_str ()

getter method for the abstract property "str"

 

set_str ()

setter method for the abstract property "str"