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
- 
            Type: GFileThe file this section refers to. The argument can be NULL.The data is owned by the caller of the function. 
- start
- 
            Type: GtkCssLocationThe start location. The data is owned by the caller of the function. 
- end
- 
            Type: GtkCssLocationThe end location. The data is owned by the caller of the function. 
Return value
Type: GtkCssSection
A new GtkCssSection.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |