diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 20:56:28 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-04-21 20:56:28 +0800 |
commit | 50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9 (patch) | |
tree | dcadf019f68e8db0d7c1fe80a1175bede2042420 /camel/camel-service.c | |
parent | 94dc5be0530c45a0dbddbc2d72ace3f284deb956 (diff) | |
download | gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.gz gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.bz2 gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.lz gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.xz gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.tar.zst gsoc2013-evolution-50b8c2c0af0062ca07dfed6cf8f4e241b3be18d9.zip |
A first attempt at setting up the documentation system.
svn path=/trunk/; revision=862
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r-- | camel/camel-service.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c index 4bcbe7088b..dd909cbb1f 100644 --- a/camel/camel-service.c +++ b/camel/camel-service.c @@ -28,7 +28,6 @@ static GtkObjectClass *camel_service_parent_class=NULL; /* Returns the class for a CamelService */ #define CSERV_CLASS(so) CAMEL_SERVICE_CLASS (GTK_OBJECT(so)->klass) -static void camel_service_connect(CamelService *service); static void camel_service_connect_to_with_login_passwd(CamelService *service, GString *host, GString *login, GString *passwd); static void camel_service_connect_to_with_login_passwd_port(CamelService *service, GString *host, GString *login, GString *passwd, guint port); static gboolean camel_service_is_connected(CamelService *service); @@ -102,7 +101,7 @@ camel_service_connect(CamelService *service) /** - * camel_service_connect_to:login:password : connect to the specified address + * camel_service_connect_to: connect to the specified address * * Connect to the service, but do not use the session * default parameters to retrieve server's address |