Method
SoupHSTSEnforcerget_policies
Declaration [src]
GList*
soup_hsts_enforcer_get_policies (
SoupHSTSEnforcer* hsts_enforcer,
gboolean session_policies
)
Return value
Type: A list of None
A newly
allocated list of policies. Use g_list_free_full()
and
soup_hsts_policy_free()
to free the list.
The caller of the method takes ownership of the data, and is responsible for freeing it. |