Method
SoupAuthget_protection_space
Declaration [src]
GSList*
soup_auth_get_protection_space (
SoupAuth* auth,
GUri* source_uri
)
Description [src]
Returns a list of paths on the server which auth
extends over.
(All subdirectories of these paths are also assumed to be part
of auth
‘s protection space, unless otherwise discovered not to be.)
Parameters
source_uri |
GUri |
The URI of the request that |
|
The data is owned by the caller of the function. |
Return value
Returns: | A list of utf8 |
The list of
paths, which can be freed with |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
Each element is a NUL terminated UTF-8 string. |