IconPaintable

constructor(file: <Error class: unknown class>, size: <Error class: unknown class>, scale: <Error class: unknown class>)

Creates a GtkIconPaintable for a file with a given size and scale.

The icon can then be rendered by using it as a GdkPaintable.

Return

a GtkIconPaintable containing for the icon. Unref with g_object_unref()

Parameters

file

a GFile

size

desired icon size, in application pixels

scale

the desired scale


constructor(gtkIconPaintablePointer: <Error class: unknown class><<Error class: unknown class>>)