Function
SoupAuthDomainFilter
Declaration
gboolean
(* SoupAuthDomainFilter) (
  SoupAuthDomain* domain,
  SoupServerMessage* msg,
  gpointer user_data
)
Description [src]
The prototype for a SoupAuthDomain filter.
See soup_auth_domain_set_filter() for details.
Parameters
- domain
- 
            Type: SoupAuthDomainA SoupAuthDomain.The data is owned by the caller of the function. 
- msg
- 
            Type: SoupServerMessageA SoupServerMessage.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerThe data passed to soup_auth_domain_set_filter().The argument can be NULL.The data is owned by the caller of the function.