object

object

Functions

Object Hierarchy


Description

Functions

gebr_geoxml_object_set_user_data ()

void
gebr_geoxml_object_set_user_data (GebrGeoXmlObject *object,
                                  gpointer user_data);

gebr_geoxml_object_get_user_data ()

gpointer
gebr_geoxml_object_get_user_data (GebrGeoXmlObject *object);

gebr_geoxml_object_get_owner_document ()

GebrGeoXmlDocument *
gebr_geoxml_object_get_owner_document (GebrGeoXmlObject *object);

gebr_geoxml_object_copy ()

GebrGeoXmlObject *
gebr_geoxml_object_copy (GebrGeoXmlObject *object);

gebr_geoxml_object_generate_help ()

gchar *
gebr_geoxml_object_generate_help (GebrGeoXmlObject *object,
                                  const gchar *content);

Generates the help HTML from the help-template.html file by inserting some properties of object and inserting the content .

Parameters

object

either a GebrGeoXmlFlow or a GebrGeoXmlProgram

 

content

the content which the user edited

 

Returns

a newly allocated c-string containing the generated help for this object.


gebr_geoxml_object_get_help_content ()

gchar *
gebr_geoxml_object_get_help_content (GebrGeoXmlObject *object);

Returns

A newly allocated string containing the content of object 's help.


gebr_geoxml_object_get_help_content_from_str ()

gchar *
gebr_geoxml_object_get_help_content_from_str
                               (const gchar *str);

Returns

A newly allocated string containing the content of str .


gebr_geoxml_object_set_help ()

void
gebr_geoxml_object_set_help (GebrGeoXmlObject *object,
                             const gchar *help);

Set help in document or program


gebr_geoxml_object_unref ()

void
gebr_geoxml_object_unref (gpointer object);

Parameters

object

The object to be unreferenced.

 

gebr_geoxml_object_ref ()

void
gebr_geoxml_object_ref (gpointer object);

Parameters

object

The object to be referenced.

 

Types and Values