AuthDomainFilter


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate bool AuthDomainFilter (AuthDomain domain, ServerMessage msg)

The prototype for a AuthDomain filter.

See [method@AuthDomain.set_filter] for details.

Parameters:

domain

a AuthDomain

msg

a ServerMessage

user_data

the data passed to [method@AuthDomain.set_filter]

Returns:

true if msg requires authentication, false if not.


Namespace: Soup
Package: libsoup-3.0