函数

GtkCssSectionnew_with_bytes

自:4.16

声明 [src]

GtkCssSection*
gtk_css_section_new_with_bytes (
  GFile* file,
  GBytes* bytes,
  const GtkCssLocation* start,
  const GtkCssLocation* end
)

描述 [src]

创建一个新的指向给定 file 或给定 bytes 中从 start 位置到 end 位置的 GtkCssSection

提供自:4.16

参数

file

类型: GFile

该部分引用的文件。

该参数可以是 NULL
数据由函数的调用者所有。
bytes

类型: GBytes

该部分引用的字节。

该参数可以是 NULL
数据由函数的调用者所有。
start

类型: GtkCssLocation

开始位置。

数据由函数的调用者所有。
end

类型: GtkCssLocation

结束位置。

数据由函数的调用者所有。

返回值

类型: GtkCssSection

一个新的 GtkCssSection

函数的调用者负责占有数据,并负责释放它。