returns bool
|
|
|
Argument | Type | Default |
url | KUrl | |
login | KIO::NetRC.AutoLogin | |
userealnetrc | bool | 0 |
type | QString | QString() |
mode | KIO::NetRC.LookUpMode | KIO.NetRC.LookUpMode(KIO.NetRC.exactOnly)|KIO.NetRC.defaultOnly |
|
|
Looks up the login information for the given url.
url - the url whose login information will be checked
login - the login information will be writte here
userealnetrc - if true, use $HOME/.netrc fle
type - the type of the login. If null, the url's protocol
will be taken
mode - the LookUpMode flags (ORed) for the query
|