gtkcsslocation: Document struct

This commit is contained in:
Maximiliano Sandoval 2024-05-25 18:22:30 +02:00
parent 83921750ae
commit 75c2bd53aa
No known key found for this signature in database
GPG Key ID: D64A8D747F6FE706

View File

@ -27,6 +27,11 @@ G_BEGIN_DECLS
typedef struct _GtkCssLocation GtkCssLocation;
/**
* GtkCssLocation:
*
* A description of a location inside a CSS stream.
*/
struct _GtkCssLocation
{
gsize bytes;