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 /libslab/app-resizer.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 'libslab/app-resizer.h')
-rw-r--r-- | libslab/app-resizer.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/libslab/app-resizer.h b/libslab/app-resizer.h index 57411ec6..652ab712 100644 --- a/libslab/app-resizer.h +++ b/libslab/app-resizer.h @@ -26,9 +26,7 @@ #include "app-shell.h" -#ifdef __cplusplus -extern "C" { -#endif +G_BEGIN_DECLS #define INITIAL_NUM_COLS 3 #define APP_RESIZER_TYPE (app_resizer_get_type ()) @@ -69,7 +67,6 @@ void app_resizer_set_table_cache (AppResizer * widget, GList * cache_list); void app_resizer_layout_table_default (AppResizer * widget, GtkTable * table, GList * element_list); void app_resizer_set_vadjustment_value (GtkWidget * widget, gdouble value); -#ifdef __cplusplus -} -#endif +G_END_DECLS + #endif /* __APP_RESIZER_H__ */ |