Uri.getPathSegments

Get a list of path segments from the URI.

class Uri
getPathSegments
()

Return Value

Type: ListG

A #GList 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).

Meta