From d3ce110bb79d7e5fc7966e8375d79201ac6ffbaf Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 26 Mar 2001 14:01:33 +0000 Subject: New. Return the provider for a URL. * camel-session.c (camel_session_get_provider): New. Return the provider for a URL. svn path=/trunk/; revision=8941 --- camel/camel-session.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'camel/camel-session.h') diff --git a/camel/camel-session.h b/camel/camel-session.h index 39b65f7da6..c73fa853ce 100644 --- a/camel/camel-session.h +++ b/camel/camel-session.h @@ -95,6 +95,10 @@ void camel_session_register_provider (CamelSession *session, GList * camel_session_list_providers (CamelSession *session, gboolean load); +CamelProvider * camel_session_get_provider (CamelSession *session, + const char *url_string, + CamelException *ex); + CamelService * camel_session_get_service (CamelSession *session, const char *url_string, CamelProviderType type, -- cgit v1.2.3