diffing dir...
Sun Sep 5 12:08:50 EDT 2010 Andy Stewart <laz...@gm...>
* Use readGList instead fromGList.
Ignore-this: 3e36d136b7944ae620f5231d5e5442f3
{
hunk ./gio/System/GIO/Icons/EmblemedIcon.chs 83
- -> IO [Emblem]
+ -> IO [Emblem] -- ^ returns a list of 'Emblem' s that is owned by emblemed [_$_]
hunk ./gio/System/GIO/Icons/EmblemedIcon.chs 86
- emblemPtrs <- fromGList glistPtr
+ emblemPtrs <- readGList glistPtr
}
|