Function
GtkCssSectionnew_with_bytes
Declaration [src]
GtkCssSection*
gtk_css_section_new_with_bytes (
GFile* file,
GBytes* bytes,
const GtkCssLocation* start,
const GtkCssLocation* end
)
Parameters
file
-
Type:
GFile
No description available.
The data is owned by the caller of the function. bytes
-
Type:
GBytes
No description available.
The data is owned by the caller of the function. start
-
Type:
GtkCssLocation
No description available.
The data is owned by the caller of the function. end
-
Type:
GtkCssLocation
No description available.
The data is owned by the caller of the function.
Return value
Type: GtkCssSection
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |