From a9f71dd4dfaa14731b85fca4b50d197022ae42df Mon Sep 17 00:00:00 2001 From: yetist Date: Fri, 19 Jun 2015 00:23:13 +0800 Subject: use G_BEGIN_DECLS & G_END_DECLS --- mate-panel/panel-action-protocol.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'mate-panel/panel-action-protocol.h') diff --git a/mate-panel/panel-action-protocol.h b/mate-panel/panel-action-protocol.h index 3764bb43..ceb7aaf3 100644 --- a/mate-panel/panel-action-protocol.h +++ b/mate-panel/panel-action-protocol.h @@ -27,14 +27,10 @@ #include -#ifdef __cplusplus -extern "C" { -#endif +G_BEGIN_DECLS void panel_action_protocol_init (void); -#ifdef __cplusplus -} -#endif +G_END_DECLS #endif /* __PANEL_ACTION_PROTOCOL_H__ */ -- cgit v1.2.1