st: Add missing END_DECLS marker

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/485
This commit is contained in:
Florian Müllner 2019-04-08 18:02:56 +02:00
parent fea0192772
commit 0b72ff1896

View File

@ -31,4 +31,6 @@ G_DECLARE_FINAL_TYPE (StSettings, st_settings, ST, SETTINGS, GObject)
StSettings * st_settings_get (void);
G_END_DECLS
#endif /* __ST_SETTINGS_H__ */