Method
EDataServerOAuth2Serviceslist
since: 3.28
Declaration [src]
GSList*
e_oauth2_services_list (
EOAuth2Services* services
)
Description [src]
Lists all currently known services, which had been added
with e_oauth2_services_add(). Free the returned GSList with
g_slist_remove_full (known_services, g_object_unref);
when no longer needed.
Available since: 3.28