summaryrefslogtreecommitdiff
path: root/ccss-gtk/ccss-gtk-style.h
diff options
context:
space:
mode:
Diffstat (limited to 'ccss-gtk/ccss-gtk-style.h')
-rw-r--r--ccss-gtk/ccss-gtk-style.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/ccss-gtk/ccss-gtk-style.h b/ccss-gtk/ccss-gtk-style.h
new file mode 100644
index 0000000..de49c18
--- /dev/null
+++ b/ccss-gtk/ccss-gtk-style.h
@@ -0,0 +1,33 @@
+/* The Gtk+ CSS Drawing Library.
+ * Copyright (C) 2008 Robert Staudinger
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library 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
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
+#ifndef CCSS_GTK_STYLE_H
+#define CCSS_GTK_STYLE_H
+
+#include <ccss-cairo/ccss-cairo.h>
+
+CCSS_BEGIN_DECLS
+
+char *
+ccss_gtk_style_serialize (ccss_style_t const *self);
+
+CCSS_END_DECLS
+
+#endif /* CCSS_GTK_STYLE_H */
+