Method
GUPnPServiceProxyset_credentials
Declaration [src]
void
gupnp_service_proxy_set_credentials (
GUPnPServiceProxy* proxy,
const char* user,
const char* password
)
Parameters
user |
const char* |
User name for authentication. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. | |
password |
const char* |
User password for authentication. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |