From: Tristan Van Berkom Date: Tue, 19 Feb 2013 10:03:35 +0000 (+0900) Subject: Fixing imbalanced G_BEGIN_DECLS/G_END_DECLS in EDS headers. X-Git-Tag: upstream/3.7.91~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02acf9dc708c3bb2d96db78dae56272ab65ef13c;p=platform%2Fupstream%2Fevolution-data-server.git Fixing imbalanced G_BEGIN_DECLS/G_END_DECLS in EDS headers. modified: addressbook/libebook/e-book-types.h modified: camel/camel-imapx-search.h --- 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 */