gtktypes: Document GtkCssStyleChange

This is used in the css_changed virtual function of GtkWidget.
This commit is contained in:
Maximiliano Sandoval 2024-05-25 19:28:07 +02:00
parent 2eea911a0f
commit 46d0569365
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -37,6 +37,12 @@ typedef struct _GtkATContext GtkATContext;
typedef struct _GtkBitset GtkBitset;
typedef struct _GtkBuilder GtkBuilder;
typedef struct _GtkBuilderScope GtkBuilderScope;
/**
* GtkCssStyleChange:
*
* A CSS style change.
*/
typedef struct _GtkCssStyleChange GtkCssStyleChange;
typedef struct _GtkEventController GtkEventController;
typedef struct _GtkGesture GtkGesture;