summaryrefslogtreecommitdiff
path: root/libmetacity/meta-theme-gtk-private.h
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-01-31 23:39:47 +0200
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-01-31 23:46:58 +0200
commitefb9fe070f375910ed8b7a82a280875d3ecada70 (patch)
tree1b5eafa1229ef330d1feb2a2b04e0e41a454e0ae /libmetacity/meta-theme-gtk-private.h
parent348379bdb230b61599a6de2ef1eff9e0c55d7737 (diff)
downloadmetacity-efb9fe070f375910ed8b7a82a280875d3ecada70.tar.gz
theme: move MetaTheme to libmetacity and GObjectize it
Diffstat (limited to 'libmetacity/meta-theme-gtk-private.h')
-rw-r--r--libmetacity/meta-theme-gtk-private.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/libmetacity/meta-theme-gtk-private.h b/libmetacity/meta-theme-gtk-private.h
new file mode 100644
index 00000000..284deeb3
--- /dev/null
+++ b/libmetacity/meta-theme-gtk-private.h
@@ -0,0 +1,31 @@
+/*
+ * Copyright (C) 2016 Alberts Muktupāvels
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef META_THEME_GTK_PRIVATE_H
+#define META_THEME_GTK_PRIVATE_H
+
+#include "meta-theme-impl-private.h"
+
+G_BEGIN_DECLS
+
+#define META_TYPE_THEME_GTK meta_theme_gtk_get_type ()
+G_DECLARE_FINAL_TYPE (MetaThemeGtk, meta_theme_gtk,
+ META, THEME_GTK, MetaThemeImpl)
+
+G_END_DECLS
+
+#endif