path: Make GskFillRule available

This commit is contained in:
Matthias Clasen
2023-07-18 21:08:07 -04:00
parent 6775a22cff
commit 56b17715f1

View File

@@ -28,6 +28,11 @@
G_BEGIN_DECLS
typedef enum {
GSK_FILL_RULE_WINDING,
GSK_FILL_RULE_EVEN_ODD
} GskFillRule;
/**
* GskPathForeachFlags:
* @GSK_PATH_FOREACH_ALLOW_QUAD: Allow emission of `GSK_PATH_QUAD` operations