Method
AgsAuthenticationget_authentication_module
since: 3.0.0
[−]
Declaration [src]
gchar**
ags_authentication_get_authentication_module (
AgsAuthentication* authentication
)
[−]
Return value
Type: An array of utf8
A NULL
terminated array of strings of available authentication modules.
The array is NULL -terminated. |
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |