Sets our main struct and passes it to the parent class.
Creates a new GtkCssSection referring to the section in the given file from the start location to the end location.
Get the main Gtk struct
Returns the location in the CSS document where this section ends.
Gets the file that @section was parsed from.
Gets the parent section for the given section.
Returns the location in the CSS document where this section starts.
the main Gtk struct as a void*
Prints the section into string in a human-readable form.
Increments the reference count on section.
Prints the section into a human-readable text form using [method@Gtk.CssSection.print].
Decrements the reference count on section, freeing the structure if the reference count reaches 0.
the main Gtk struct
Defines a part of a CSS document.
Because sections are nested into one another, you can use gtk_css_section_get_parent() to get the containing region.