build_full


Description:

[ Version ( deprecated = true , deprecated_since = "1.14" , since = "1.0" ) ]
public string build_full ()

Warning: build_full is deprecated since 1.14.

Gets a compilation of all cached traces, in a single string.

Note:

user should use get_traces instead, which provides a much more generic interface to the full list of traces.

Traces are separated by '\r\n'.

Parameters:

this

a LocationGpsNmea.

Returns:

a string containing all traces, or null if none available. The returned value should be freed with g_free.