File indexing completed on 2024-04-28 05:32:09

0001 #ifndef oxygen_h
0002 #define oxygen_h
0003 /*
0004 * this file is part of the oxygen gtk engine
0005 * SPDX-FileCopyrightText: 2010 Hugo Pereira Da Costa <hugo.pereira@free.fr>
0006 *
0007 * based on the Null Theme Engine for Gtk+.
0008 * SPDX-FileCopyrightText: 2008 Robert Staudinger <robert.staudinger@gmail.com>
0009 *
0010 * SPDX-License-Identifier: LGPL-2.0-or-later
0011 */
0012 
0013 #include <glib.h>
0014 
0015 G_BEGIN_DECLS
0016 
0017 #define OXYGEN_LOG_DOMAIN "oxygen-engine"
0018 
0019 G_END_DECLS
0020 
0021 
0022 
0023 #endif