object

object

Synopsis

GebrGeoXmlObject *  gebr_geoxml_object_copy             (GebrGeoXmlObject *object);
gchar *             gebr_geoxml_object_generate_help    (GebrGeoXmlObject *object,
                                                         const gchar *content);
gchar *             gebr_geoxml_object_get_help_content (GebrGeoXmlObject *object);
gchar *             gebr_geoxml_object_get_help_content_from_str
                                                        (const gchar *str);
GebrGeoXmlDocument * gebr_geoxml_object_get_owner_document
                                                        (GebrGeoXmlObject *object);
gpointer            gebr_geoxml_object_get_user_data    (GebrGeoXmlObject *object);
void                gebr_geoxml_object_ref              (gpointer object);
void                gebr_geoxml_object_set_help         (GebrGeoXmlObject *object,
                                                         const gchar *help);
void                gebr_geoxml_object_set_user_data    (GebrGeoXmlObject *object,
                                                         gpointer user_data);
void                gebr_geoxml_object_unref            (gpointer object);

Description

Details

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.

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_get_owner_document ()

GebrGeoXmlDocument * gebr_geoxml_object_get_owner_document
                                                        (GebrGeoXmlObject *object);

gebr_geoxml_object_get_user_data ()

gpointer            gebr_geoxml_object_get_user_data    (GebrGeoXmlObject *object);

gebr_geoxml_object_ref ()

void                gebr_geoxml_object_ref              (gpointer object);

object :

The object to be referenced.

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_set_user_data ()

void                gebr_geoxml_object_set_user_data    (GebrGeoXmlObject *object,
                                                         gpointer user_data);

gebr_geoxml_object_unref ()

void                gebr_geoxml_object_unref            (gpointer object);

object :

The object to be unreferenced.