
Gnome::Gio::FileIcon
Description
Gnome::Gio::FileIcon specifies an icon by pointing to an image file to be used as icon.
It implements Gnome::Gio::FileIcon.
Uml Diagram

Class initialization
new
:native-object
Create an object using a native object from an object of the same type found elsewhere. See also Gnome::N::TopLevelSupportClass.
multi method new ( N-Object() :$native-object! )
new-fileicon
Creates a new icon for a file.
method new-fileicon ( N-Object() $file --> Gnome::Gio::FileIcon \)
$file; a Gnome::Gio::R-File..
Methods
get-file
Gets the Gnome::Gio::R-File associated with the given $icon
.
method get-file (--> N-Object )
Return value; a Gnome::Gio::R-File..