diff options
author | rbuj <[email protected]> | 2020-11-25 15:16:24 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-12-04 22:16:45 +0100 |
commit | 05b19376eab0550595c1f27647d028074c8f739a (patch) | |
tree | 91f8f9e635a65f94b26f2c1c3b8bd69204e19ff6 /capplets/keybindings/eggaccelerators.h | |
parent | ff32e170961fa1999f802c844ead5d962dfec505 (diff) | |
download | mate-control-center-05b19376eab0550595c1f27647d028074c8f739a.tar.bz2 mate-control-center-05b19376eab0550595c1f27647d028074c8f739a.tar.xz |
Use G_BEGIN_DECLS/G_END_DECLS macros
Diffstat (limited to 'capplets/keybindings/eggaccelerators.h')
-rw-r--r-- | capplets/keybindings/eggaccelerators.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/capplets/keybindings/eggaccelerators.h b/capplets/keybindings/eggaccelerators.h index 4f503d6b..794879b8 100644 --- a/capplets/keybindings/eggaccelerators.h +++ b/capplets/keybindings/eggaccelerators.h @@ -21,12 +21,11 @@ #ifndef __EGG_ACCELERATORS_H__ #define __EGG_ACCELERATORS_H__ +#include <glib.h> #include <gtk/gtk.h> #include <gdk/gdk.h> -#ifdef __cplusplus -extern "C" { -#endif +G_BEGIN_DECLS /* Where a value is also in GdkModifierType we coincide, * otherwise we don't overlap. @@ -91,9 +90,6 @@ gchar* egg_virtual_accelerator_label (guint accelerator_key, guint keycode, EggVirtualModifierType accelerator_mods); -#ifdef __cplusplus -} -#endif - +G_END_DECLS #endif /* __EGG_ACCELERATORS_H__ */ |