summaryrefslogtreecommitdiff
path: root/src/totem-subtitle-encoding.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-03-31 16:05:40 +0200
committerBastien Nocera <hadess@hadess.net>2022-03-31 16:05:40 +0200
commit1570003efe595bb8781fdf9de3e25d2f7e028052 (patch)
tree227640eb016cbc8328430f0e453d0a04e18eb68b /src/totem-subtitle-encoding.h
parent3aba1a449a6084253c4f4aa49e5887a17df9b34c (diff)
downloadtotem-1570003efe595bb8781fdf9de3e25d2f7e028052.tar.gz
all: Clean up headers
Use #pragma once and remove G_BEGIN_DECLS/G_END_DECLS
Diffstat (limited to 'src/totem-subtitle-encoding.h')
-rw-r--r--src/totem-subtitle-encoding.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/totem-subtitle-encoding.h b/src/totem-subtitle-encoding.h
index 7283f003a..47448ede0 100644
--- a/src/totem-subtitle-encoding.h
+++ b/src/totem-subtitle-encoding.h
@@ -1,12 +1,9 @@
/* Encoding stuff */
-#ifndef TOTEM_SUBTITLE_ENCODING_H
-#define TOTEM_SUBTITLE_ENCODING_H
+#pragma once
#include <gtk/gtk.h>
void totem_subtitle_encoding_init (GtkComboBox *combo);
void totem_subtitle_encoding_set (GtkComboBox *combo, const char *encoding);
const char * totem_subtitle_encoding_get_selected (GtkComboBox *combo);
-
-#endif /* SUBTITLE_ENCODING_H */