From b642c7cdb1ff1ff418c62f0169e568a87f4cc4e5 Mon Sep 17 00:00:00 2001 From: yetist Date: Wed, 2 May 2018 22:42:02 +0800 Subject: use G_BEGIN/END_DECLS --- libmenu/menu-monitor.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libmenu/menu-monitor.h') diff --git a/libmenu/menu-monitor.h b/libmenu/menu-monitor.h index 8180c68..868bc89 100644 --- a/libmenu/menu-monitor.h +++ b/libmenu/menu-monitor.h @@ -23,9 +23,7 @@ #include -#ifdef __cplusplus -extern "C" { -#endif +G_BEGIN_DECLS typedef struct MenuMonitor MenuMonitor; @@ -63,8 +61,6 @@ void menu_monitor_remove_notify(MenuMonitor* monitor, MenuMonitorNotifyFunc noti #define mate_menu_monitor_notify_ref menu_monitor_notify_ref /* private */ #define mate_menu_monitor_notify_unref menu_monitor_notify_unref /* private */ -#ifdef __cplusplus -} -#endif +G_END_DECLS #endif /* __MENU_MONITOR_H__ */ -- cgit v1.2.1