get_path_segments
Description:
[
Version ( since =
"1.6" ) ]
public List<
string>
get_path_segments ()
Get a list of path segments from the URI.
Parameters:
this |
The Uri to get the path from.
|
Returns:
A List of path segment strings or null if no path segments are
available. Free the list when no longer needed with g_list_free_full(list, g_free).
|