summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/src/hdy-cairo-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/libhandy/src/hdy-cairo-private.h')
-rw-r--r--subprojects/libhandy/src/hdy-cairo-private.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/subprojects/libhandy/src/hdy-cairo-private.h b/subprojects/libhandy/src/hdy-cairo-private.h
new file mode 100644
index 0000000..d064f04
--- /dev/null
+++ b/subprojects/libhandy/src/hdy-cairo-private.h
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2020 Purism SPC
+ *
+ * SPDX-License-Identifier: LGPL-2.1+
+ */
+
+#pragma once
+
+#if !defined(_HANDY_INSIDE) && !defined(HANDY_COMPILATION)
+#error "Only <handy.h> can be included directly."
+#endif
+
+#include <glib.h>
+#include <cairo/cairo.h>
+
+G_BEGIN_DECLS
+
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (cairo_t, cairo_destroy)
+G_DEFINE_AUTOPTR_CLEANUP_FUNC (cairo_surface_t, cairo_surface_destroy)
+
+G_END_DECLS