Method
SoupHSTSEnforcerget_domains
Declaration [src]
GList*
soup_hsts_enforcer_get_domains (
SoupHSTSEnforcer* hsts_enforcer,
gboolean session_policies
)
Return value
Type: A list of utf8
A newly allocated
list of domains. Use g_list_free_full()
and g_free()
to free the list.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
Each element is a NUL terminated UTF-8 string. |