line

line

Synopsis

GebrGeoXmlLineFlow * gebr_geoxml_line_append_flow       (GebrGeoXmlLine *line,
                                                         const gchar *source);
GebrGeoXmlLinePath * gebr_geoxml_line_append_path       (GebrGeoXmlLine *line,
                                                         const gchar *path);
int                 gebr_geoxml_line_get_flow           (GebrGeoXmlLine *line,
                                                         GebrGeoXmlSequence **line_flow,
                                                         gulong index);
const gchar *       gebr_geoxml_line_get_flow_source    (GebrGeoXmlLineFlow *line_flow);
glong               gebr_geoxml_line_get_flows_number   (GebrGeoXmlLine *line);
gchar *             gebr_geoxml_line_get_maestro        (GebrGeoXmlLine *line);
int                 gebr_geoxml_line_get_path           (GebrGeoXmlLine *line,
                                                         GebrGeoXmlSequence **path,
                                                         gulong index);
glong               gebr_geoxml_line_get_paths_number   (GebrGeoXmlLine *line);
GebrGeoXmlLine *    gebr_geoxml_line_new                ();
void                gebr_geoxml_line_set_flow_source    (GebrGeoXmlLineFlow *line_flow,
                                                         const gchar *source);
void                gebr_geoxml_line_set_maestro        (GebrGeoXmlLine *line,
                                                         const gchar *maestro_addr);

Description

Details

gebr_geoxml_line_append_flow ()

GebrGeoXmlLineFlow * gebr_geoxml_line_append_flow       (GebrGeoXmlLine *line,
                                                         const gchar *source);

gebr_geoxml_line_append_path ()

GebrGeoXmlLinePath * gebr_geoxml_line_append_path       (GebrGeoXmlLine *line,
                                                         const gchar *path);

gebr_geoxml_line_get_flow ()

int                 gebr_geoxml_line_get_flow           (GebrGeoXmlLine *line,
                                                         GebrGeoXmlSequence **line_flow,
                                                         gulong index);

gebr_geoxml_line_get_flow_source ()

const gchar *       gebr_geoxml_line_get_flow_source    (GebrGeoXmlLineFlow *line_flow);

gebr_geoxml_line_get_flows_number ()

glong               gebr_geoxml_line_get_flows_number   (GebrGeoXmlLine *line);

gebr_geoxml_line_get_maestro ()

gchar *             gebr_geoxml_line_get_maestro        (GebrGeoXmlLine *line);

maestro_addr :

Return location for the maestro server address.

gebr_geoxml_line_get_path ()

int                 gebr_geoxml_line_get_path           (GebrGeoXmlLine *line,
                                                         GebrGeoXmlSequence **path,
                                                         gulong index);

gebr_geoxml_line_get_paths_number ()

glong               gebr_geoxml_line_get_paths_number   (GebrGeoXmlLine *line);

gebr_geoxml_line_new ()

GebrGeoXmlLine *    gebr_geoxml_line_new                ();

gebr_geoxml_line_set_flow_source ()

void                gebr_geoxml_line_set_flow_source    (GebrGeoXmlLineFlow *line_flow,
                                                         const gchar *source);

gebr_geoxml_line_set_maestro ()

void                gebr_geoxml_line_set_maestro        (GebrGeoXmlLine *line,
                                                         const gchar *maestro_addr);

maestro_group :

the Maestro address.