[evolution-kolab/ek-wip-porting-imapx: 9/12] CamelKolabIMAPXTransport: header file fixes



commit dcd05ab91486143d48c8430627e212f3b954d0d2
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Wed Nov 30 12:00:20 2011 +0100

    CamelKolabIMAPXTransport: header file fixes
    
    * replaced CamelType with GType for the get_type()
      function

 src/camel/camel-kolab-imapx-transport.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-kolab-imapx-transport.h b/src/camel/camel-kolab-imapx-transport.h
index 8ce614c..141b4de 100644
--- a/src/camel/camel-kolab-imapx-transport.h
+++ b/src/camel/camel-kolab-imapx-transport.h
@@ -56,7 +56,7 @@ typedef struct {
 
 
 /* Standard Camel function */
-CamelType camel_kolab_imapx_transport_get_type (void);
+GType camel_kolab_imapx_transport_get_type (void);
 
 G_END_DECLS
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]