mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 10:20:07 +00:00
gtkcsslocation: Document struct
This commit is contained in:
parent
83921750ae
commit
75c2bd53aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user