Top | ![]() |
![]() |
![]() |
![]() |
gchar * | gebr_geoxml_tmpl_get () |
gboolean | gebr_geoxml_tmpl_set () |
gboolean | gebr_geoxml_tmpl_append () |
gchar * gebr_geoxml_tmpl_get (GString *tmpl
,const gchar *tag
);
Searchs for the text between >-- begin tag
--< and >-- end tag
--< and returns a copy of it. If tag
is not found, then NULL
is returned.
gboolean gebr_geoxml_tmpl_set (GString *tmpl
,const gchar *tag
,const gchar *value
);
Replaces the content between >-- begin tag
--< and >-- end tag
--<. If tag
was not found, then FALSE
is returned and tmpl
is left unchanged.
gboolean gebr_geoxml_tmpl_append (GString *tmpl
,const gchar *tag
,const gchar *value
);
Inserts value
at the end of tag
.