summaryrefslogtreecommitdiff
path: root/src/totem-playlist-inspector-page.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-playlist-inspector-page.h')
-rw-r--r--src/totem-playlist-inspector-page.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/totem-playlist-inspector-page.h b/src/totem-playlist-inspector-page.h
new file mode 100644
index 000000000..6b5b16671
--- /dev/null
+++ b/src/totem-playlist-inspector-page.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2022 Red Hat Inc.
+ *
+ * SPDX-License-Identifier: GPL-2-or-later WITH gstreamer-exception
+ *
+ * Author: Bastien Nocera <hadess@hadess.net>
+ */
+
+#pragma once
+
+#include <gtk/gtk.h>
+
+#define TOTEM_TYPE_PLAYLIST_INSPECTOR_PAGE (totem_playlist_inspector_page_get_type())
+G_DECLARE_FINAL_TYPE (TotemPlaylistInspectorPage, totem_playlist_inspector_page, TOTEM, PLAYLIST_INSPECTOR_PAGE, GtkBox)