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

Constructors

FileIcon (ForeignPtr FileIcon) 

Instances

class GObjectClass o => FileIconClass o

Methods

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

Creates a new icon for a file.

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

Gets the File associated with the given icon.