gio-0.12.0: Binding to the GIO.

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

System.GIO.Icons.FileIcon

Contents

Description

 

Synopsis

Details

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

Types

newtype FileIcon Source

Constructors

FileIcon (ForeignPtr FileIcon) 

Methods

fileIconNew :: FileClass file => file -> IO FileIconSource

Creates a new icon for a file.

fileIconGetFile :: FileIconClass icon => icon -> IO FileSource

Gets the File associated with the given icon.