1#ifndef __GSK_PRIVATE_H__
2#define __GSK_PRIVATE_H__
3
4#include <glib.h>
5#include <pango/pango.h>
6
7G_BEGIN_DECLS
8
9void gsk_ensure_resources (void);
10
11int pango_glyph_string_num_glyphs (PangoGlyphString *glyphs) G_GNUC_PURE;
12
13typedef struct _GskVulkanRender GskVulkanRender;
14typedef struct _GskVulkanRenderPass GskVulkanRenderPass;
15
16G_END_DECLS
17
18#endif /* __GSK_PRIVATE_H__ */
19

source code of gtk/gsk/gskprivate.h