/* * Copyright (C) 2022 Red Hat Inc. * * SPDX-License-Identifier: GPL-2-or-later WITH gstreamer-exception * * Author: Bastien Nocera */ #pragma once #include #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)