Method

SoupServerremove_auth_domain

Declaration [src]

void
soup_server_remove_auth_domain (
  SoupServer* server,
  SoupAuthDomain* auth_domain
)

Description [src]

Removes auth_domain from server.

Parameters

auth_domain SoupAuthDomain
 

A SoupAuthDomain.

 The data is owned by the caller of the function.