diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-06-18 22:50:51 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-06-18 22:50:51 +0800 |
commit | 00d56cd32c5d0a7f49567d5241ba0d6fd80940bb (patch) | |
tree | 6e3e6e92e18788d0d5231291e8b66a4b601bb923 /calendar/gui/e-day-view-top-item.h | |
parent | b03af89f65d23f28a29ecea7171d0f89ac3b9bca (diff) | |
download | gsoc2013-evolution-00d56cd32c5d0a7f49567d5241ba0d6fd80940bb.tar.gz gsoc2013-evolution-00d56cd32c5d0a7f49567d5241ba0d6fd80940bb.tar.zst gsoc2013-evolution-00d56cd32c5d0a7f49567d5241ba0d6fd80940bb.zip |
Use G_BEGIN_DECLS / G_END_DECLS macros.
Diffstat (limited to 'calendar/gui/e-day-view-top-item.h')
-rw-r--r-- | calendar/gui/e-day-view-top-item.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/calendar/gui/e-day-view-top-item.h b/calendar/gui/e-day-view-top-item.h index 01a7c44842..61dfdceab8 100644 --- a/calendar/gui/e-day-view-top-item.h +++ b/calendar/gui/e-day-view-top-item.h @@ -26,9 +26,7 @@ #include "e-day-view.h" -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS /* * EDayViewTopItem - displays the top part of the Day/Work Week calendar view. @@ -62,8 +60,6 @@ void e_day_view_top_item_get_day_label (EDayView *day_view, gint day, gchar *buffer, gint buffer_len); -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* _E_DAY_VIEW_TOP_ITEM_H_ */ |