aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@inria.fr>1999-04-22 06:45:49 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-04-22 06:45:49 +0800
commited6323e9781d6a38bdb6151a77f79b1326fbb6ba (patch)
tree97ff422dea7fad35372848ec51c840ebb433ba9f /camel/camel-service.c
parentb23f36ba14259a3f4e3d3811158a7a59260dc495 (diff)
downloadgsoc2013-evolution-ed6323e9781d6a38bdb6151a77f79b1326fbb6ba.tar.gz
gsoc2013-evolution-ed6323e9781d6a38bdb6151a77f79b1326fbb6ba.tar.zst
gsoc2013-evolution-ed6323e9781d6a38bdb6151a77f79b1326fbb6ba.zip
more test implementation.
1999-04-22 bertrand <Bertrand.Guiheneuf@inria.fr> * camel/providers/MH/camel-mh-store.c: more test implementation. * camel/camel-store.c (camel_store_get_type): typo fix A lot of small adds and corrections. svn path=/trunk/; revision=867
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r--camel/camel-service.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c
index dd909cbb1f..a07f2fa729 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -23,7 +23,7 @@
#include "camel-service.h"
-static GtkObjectClass *camel_service_parent_class=NULL;
+static GtkObjectClass *parent_class=NULL;
/* Returns the class for a CamelService */
#define CSERV_CLASS(so) CAMEL_SERVICE_CLASS (GTK_OBJECT(so)->klass)
@@ -36,7 +36,7 @@ static void camel_service_set_connected(CamelService *service, gboolean state);
static void
camel_service_class_init (CamelServiceClass *camel_service_class)
{
- camel_service_parent_class = gtk_type_class (gtk_object_get_type ());
+ parent_class = gtk_type_class (gtk_object_get_type ());
/* virtual method definition */
camel_service_class->connect = camel_service_connect;
@@ -92,7 +92,7 @@ camel_service_get_type (void)
*
* @service: object to connect
**/
-static void
+void
camel_service_connect(CamelService *service)
{
-gnome/commit/net-p2p/xnap?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=1d09e9a3d30fdf73cd30103d8fe6343ece52b3dc'>Remove zero-sized plistvs2005-03-131-0/+0 * o Update to <bsd.java.mk> standard 2.0lioux2004-12-313-21/+15 * o Pet devel/portlint(1)lioux2004-12-251-1/+1 * o Update 2.5.r3lioux2004-12-013-5/+9 * Update to 2.5.r2lioux2004-06-112-6/+5 * USE_SIZEifylioux2004-02-082-0/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * First commit after repo copy. Reco copy for more accuratelioux2003-06-021-1/+1 * Update to 2.5-pre1lioux2003-04-262-2/+2 * o Update to 2.4r1lioux2003-03-282-3/+3 * De-pkg-commentlioux2003-02-242-1/+1 * Update to 2.4 pre5lioux2003-01-242-2/+2 * Update to 2.4 pre4lioux2003-01-172-2/+2 * Update to 2.4 Pre 3lioux2003-01-022-2/+2 * Update to 2.4 Beta 2lioux2002-11-122-3/+3 * Allow wrapper to receive command line argumentslioux2002-11-121-1/+1 * Don't remove system directories share/java, share/java/classes, andkris2002-11-111-1/+0 * Update to 2.3lioux2002-10-162-2/+2 * Fix previous incorrect commit. REALLY update to 2.3 pre3 this timelioux2002-10-062-2/+2 * Update to 2.3 pre3lioux2002-10-062-2/+2 * Update to 2.2lioux2002-08-272-2/+2 * Update to 2.2 pre3lioux2002-07-262-2/+2 * Update to 2.2-pre1lioux2002-07-082-3/+2 * Update to 2.0 pre 3lioux2002-04-122-2/+2 * Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVAlioux2002-03-301-1/+1 * Update to new java infrastructure, deploy USE_JAVAlioux2002-03-281-4/+2 * Update to 2.0 pre 1lioux2002-02-233-5/+4 * Update to 1.3.pre1lioux2002-01-212-2/+2