gio-0.13.12.0: Binding to GIO
Maintainergtk2hs-devel@lists.sourceforge.net
Stabilityalpha
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

System.GIO.Icons.FileIcon

Description

 
Synopsis

Details

FileIcon specifies an icon by pointing to an image file to be used as icon.

Types

class GObjectClass o => FileIconClass o Source #

Instances

Instances details
FileIconClass FileIcon Source # 
Instance details

Defined in System.GIO.Types

Methods

fileIconNew :: FileClass file => file -> IO FileIcon Source #

Creates a new icon for a file.

fileIconGetFile :: FileIconClass icon => icon -> IO File Source #

Gets the File associated with the given icon.