diff options
author | Pranav Kant <pranavk@gnome.org> | 2015-06-06 02:07:31 +0530 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-06-09 10:44:23 +0200 |
commit | 1493e66bfbceb2e57d069c0a0dbcfa64f7043da9 (patch) | |
tree | f1a97040d08c7522ab854a73df43b689fb452772 /include | |
parent | 085f31a435eed43e3b7927e10309ddd00fb5b9a5 (diff) |
lokdocview: Let G_BEGIN/END_DECLS handle the compiler check
Change-Id: I8c60c9ba13516fc2b3a926c19b41ee19805d74a5
Diffstat (limited to 'include')
-rw-r--r-- | include/LibreOfficeKit/LibreOfficeKitGtk.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h index b3e50d31b01d..9668904b0230 100644 --- a/include/LibreOfficeKit/LibreOfficeKitGtk.h +++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h @@ -16,10 +16,7 @@ #define LOK_USE_UNSTABLE_API #include <LibreOfficeKit/LibreOfficeKit.h> -#ifdef __cplusplus -extern "C" -{ -#endif +G_BEGIN_DECLS #define LOK_DOCVIEW(obj) GTK_CHECK_CAST (obj, lok_docview_get_type(), LOKDocView) #define LOK_DOCVIEW_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, lok_docview_get_type(), LOKDocViewClass) @@ -77,9 +74,8 @@ void lok_docview_post_key (GtkWidget* pWidget, GdkEventKey* pEvent /// Get the visible area of the document (in twips). void lok_docview_get_visarea(LOKDocView* pThis, GdkRectangle* pArea); -#ifdef __cplusplus -} -#endif + +G_END_DECLS #endif // INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKITGTK_H |