Package: gtk

Function gtk:css-section-file

Lambda List

gtk:css-section-file (section)

Arguments

section -- a gtk:css-section instance

Return Value

The g:file object with the file that section was parsed from or nil if section was parsed from other data.

Details

Gets the file that the section was parsed from. If no such file exists, for example because the CSS was loaded via the gtk:css-provider-load-from-string function, then nil is returned.
 

See also

#2024-4-23