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
domainnintTransfer ownership: None Nullable: False
callbackAuthDomainBasicAuthCallbackTransfer ownership: None Nullable: False
userDatanintTransfer ownership: None Nullable: True
dnotifyDestroyNotifyTransfer ownership: None Nullable: False