构造函数
GtkIconPaintablenew_for_file
声明 [源代码]
GtkIconPaintable*
gtk_icon_paintable_new_for_file (
GFile* file,
int size,
int scale
)
参数
file
-
类型:
GFile
GFile
。数据由函数的调用者拥有。 size
-
类型:
int
期望的图标大小,以应用像素为单位。
scale
-
类型:
int
期望的比例。
返回值
类型: GtkIconPaintable
包含图标的 GtkIconPaintable
。使用 g_object_unref() 释放。
函数的调用者接收数据的所有权,并负责释放它。 |