get_uri_display


Description:

public string? get_uri_display ()

Gets a displayable version of the resource’s URI.

If the resource is local, it returns a local path; if the resource is not local, it returns the UTF-8 encoded content of get_uri.

Parameters:

this

a RecentInfo

Returns:

a newly allocated UTF-8 string containing the resource’s URI or null. Use g_free when done using it.