path: document enum

This commit is contained in:
Benjamin Otte 2024-04-22 21:02:13 +02:00
parent bfb5bbe862
commit 4856e115a9

View File

@ -28,7 +28,9 @@ G_BEGIN_DECLS
typedef enum
{
/* path has only lines */
GSK_PATH_FLAT,
/* all contours are closed */
GSK_PATH_CLOSED
} GskPathFlags;