gnome-shell/src/shell-square-bin.h
Bilal Elmoussaoui 5cbd847c84 Prefer using pragma once
Similar to what we did in mutter

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3507>
2024-10-16 13:17:45 +02:00

12 lines
205 B
C

#pragma once
#include <st/st.h>
G_BEGIN_DECLS
#define SHELL_TYPE_SQUARE_BIN (shell_square_bin_get_type ())
G_DECLARE_FINAL_TYPE (ShellSquareBin, shell_square_bin, SHELL, SquareBin, StBin)
G_END_DECLS