to_string


Description:

public string? to_string ()

Converts the this into a string, which can be used as a URI query.

The returned string should be freed with g_free, when no longer needed.

Parameters:

this

an GDataQuery

Returns:

the this converted into a string, or null, when the this doesn't have set any parameter.