Method

GUPnPServiceProxyset_credentials

Declaration [src]

void
gupnp_service_proxy_set_credentials (
  GUPnPServiceProxy* proxy,
  const char* user,
  const char* password
)

Description [src]

Sets user and password for authentication.

Available since:1.6.4

Parameters

user const char*
 

User name for authentication.

 The data is owned by the caller of the function.
 The value 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 value is a NUL terminated UTF-8 string.