diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-04-25 15:11:00 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-04-25 15:11:25 +0300 |
commit | d57f796a146bcfee2888646f849897b5789a42da (patch) | |
tree | 58aa1f21037cadde0646c02a3dd66a6d4533dfbd /ges/ges-formatter.h | |
parent | 7d34e33ac4efd95502bd41b3fa70461835bc2446 (diff) |
ges: Add G_BEGIN_DECLS around all relevant declarations in headers
Diffstat (limited to 'ges/ges-formatter.h')
-rw-r--r-- | ges/ges-formatter.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ges/ges-formatter.h b/ges/ges-formatter.h index 18348849..4405638d 100644 --- a/ges/ges-formatter.h +++ b/ges/ges-formatter.h @@ -24,6 +24,8 @@ #include <glib-object.h> #include <ges/ges-timeline.h> +G_BEGIN_DECLS + #define GES_TYPE_FORMATTER ges_formatter_get_type() #define GES_FORMATTER(obj) \ @@ -162,4 +164,6 @@ gboolean ges_formatter_save_to_uri (GESFormatter * formatter, GESAsset *ges_formatter_get_default (void); +G_END_DECLS + #endif /* _GES_FORMATTER */ |