Commit Graph

3 Commits

Author SHA1 Message Date
Marc-André Lureau
d5a6f5e224 Replace emacs modeline with .editorconfig
emacs mode got removed with:
git ls-tree HEAD -r --name-only | xargs sed -i '/Mode: C/d'

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Frediano Ziglio <fziglio@redhat.com>
2020-04-09 07:38:08 +01:00
Frediano Ziglio
6dfd85e151 Use "#pragma once" instead of preprocessor guards
Guards currently are quite different in format.
Unify updating to "#pragma once" syntax. This syntax is used
by GTK tools too.
To avoid possible regression public headers are left untouched.

Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Snir Sheriber <ssheribe@redhat.com>
2019-08-11 11:20:16 +01:00
Marc-André Lureau
caf28401ca Move gtk/ -> src/
For historical reasons, the code was placed under gtk/ subdirectory.
If it was always bugging you, bug no more!
2015-06-08 17:38:58 +02:00