Function
GtkCssSectionnew
Declaration [src]
GtkCssSection*
gtk_css_section_new (
  GFile* file,
  const GtkCssLocation* start,
  const GtkCssLocation* end
)
Description [src]
Creates a new GtkCssSection referring to the section
in the given file from the start location to the
end location.
Parameters
| file | GFile* | 
| The file this section refers to. | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| start | GtkCssLocation | 
| The start location. | |
| The data is owned by the caller of the function. | |
| end | GtkCssLocation | 
| The end location. | |
| The data is owned by the caller of the function. | 
Return value
| Returns: | GtkCssSection | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |