path: document enum

This commit is contained in:
Benjamin Otte 2024-04-22 21:02:13 +02:00 committed by Matthias Clasen
parent d33daf311c
commit 179c696405

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;