Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gio-2.0
GLib
FileIcon
file
FileIcon
get_file
FileIcon
Object Hierarchy:
Description:
public
class
FileIcon
:
Object
,
Icon
,
LoadableIcon
FileIcon
specifies an icon by pointing to an image file to be used as icon.
Namespace:
GLib
Package:
gio-2.0
Content:
Properties:
public
File
file
{
construct
set
;
get
; }
The file containing the icon.
Creation methods:
public
FileIcon
(
File
file)
Creates a new icon for a file.
Methods:
public
weak
File
get_file
()
Gets the
File
associated with the given
icon
.