![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GebrGeoXmlObjectType gebr_geoxml_object_get_type (GebrGeoXmlObject *object
); void gebr_geoxml_object_set_user_data (GebrGeoXmlObject *object
,gpointer user_data
); gpointer gebr_geoxml_object_get_user_data (GebrGeoXmlObject *object
); GebrGeoXmlDocument * gebr_geoxml_object_get_owner_document (GebrGeoXmlObject *object
); 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
); void gebr_geoxml_object_set_help (GebrGeoXmlObject *object
,const gchar *help
); void gebr_geoxml_object_unref (gpointer object
); void gebr_geoxml_object_ref (gpointer object
);
GebrGeoXmlObjectType gebr_geoxml_object_get_type (GebrGeoXmlObject *object
);
void gebr_geoxml_object_set_user_data (GebrGeoXmlObject *object
,gpointer user_data
);
gpointer gebr_geoxml_object_get_user_data (GebrGeoXmlObject *object
);
GebrGeoXmlDocument * gebr_geoxml_object_get_owner_document
(GebrGeoXmlObject *object
);
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
.
|
either a GebrGeoXmlFlow or a GebrGeoXmlProgram |
|
the content which the user edited |
Returns : |
a newly allocated c-string containing the generated help for this object. |
gchar * gebr_geoxml_object_get_help_content (GebrGeoXmlObject *object
);
Returns : |
A newly allocated string containing the content of object 's help.
|
gchar * gebr_geoxml_object_get_help_content_from_str
(const gchar *str
);
Returns : |
A newly allocated string containing the content of str .
|
void gebr_geoxml_object_set_help (GebrGeoXmlObject *object
,const gchar *help
);
Set help in document or program
void gebr_geoxml_object_unref (gpointer object
);
|
The object to be unreferenced. |