Class AuthDomainBasic
public class AuthDomainBasic
- Inheritance
-
AuthDomainBasic
- Inherited Members
Methods
GetGType()
Calls native function soup_auth_domain_basic_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
SetAuthCallback(nint, AuthDomainBasicAuthCallback, nint, DestroyNotify)
Calls native method soup_auth_domain_basic_set_auth_callback.
public static extern void SetAuthCallback(nint domain, AuthDomainBasicAuthCallback callback, nint userData, DestroyNotify dnotify)
Parameters
domain
nintTransfer ownership: None Nullable: False
callback
AuthDomainBasicAuthCallbackTransfer ownership: None Nullable: False
userData
nintTransfer ownership: None Nullable: True
dnotify
DestroyNotifyTransfer ownership: None Nullable: False