gio-0.13.0.2: Binding to the GIO.

Maintainergtk2hs-devel@lists.sourceforge.net
Stabilityalpha
Portabilityportable (depends on GHC)
Safe HaskellNone
LanguageHaskell98

System.GIO.Icons.FileIcon

Contents

Description

 

Synopsis

Details

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

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.