[evolution-data-server] Fixing imbalanced G_BEGIN_DECLS/G_END_DECLS in EDS headers.



commit 02acf9dc708c3bb2d96db78dae56272ab65ef13c
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Tue Feb 19 19:03:35 2013 +0900

    Fixing imbalanced G_BEGIN_DECLS/G_END_DECLS in EDS headers.
    
    modified:   addressbook/libebook/e-book-types.h
    modified:   camel/camel-imapx-search.h

 addressbook/libebook/e-book-types.h |    1 +
 camel/camel-imapx-search.h          |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/addressbook/libebook/e-book-types.h b/addressbook/libebook/e-book-types.h
index 0ba8067..0f55343 100644
--- a/addressbook/libebook/e-book-types.h
+++ b/addressbook/libebook/e-book-types.h
@@ -56,5 +56,6 @@ typedef enum {
 #define E_BOOK_ERROR_CORBA_EXCEPTION E_BOOK_ERROR_DBUS_EXCEPTION
 #endif
 
+G_END_DECLS
 
 #endif /* __E_BOOK_TYPES_H__ */
diff --git a/camel/camel-imapx-search.h b/camel/camel-imapx-search.h
index 6e10b96..4270ff5 100644
--- a/camel/camel-imapx-search.h
+++ b/camel/camel-imapx-search.h
@@ -76,5 +76,7 @@ CamelIMAPXServer *
 void           camel_imapx_search_set_server   (CamelIMAPXSearch *search,
                                                 CamelIMAPXServer *server);
 
+G_BEGIN_DECLS
+
 #endif /* CAMEL_IMAPX_SEARCH_H */
 


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