函数
GtkCssSectionnew_with_bytes
自:4.16
[−]
声明 [src]
GtkCssSection*
gtk_css_section_new_with_bytes (
GFile* file,
GBytes* bytes,
const GtkCssLocation* start,
const GtkCssLocation* end
)
[−]
参数
file
-
类型:
GFile
该部分引用的文件。
该参数可以是 NULL
。数据由函数的调用者所有。 bytes
-
类型:
GBytes
该部分引用的字节。
该参数可以是 NULL
。数据由函数的调用者所有。 start
-
类型:
GtkCssLocation
开始位置。
数据由函数的调用者所有。 end
-
类型:
GtkCssLocation
结束位置。
数据由函数的调用者所有。