diffing dir...
Sat Oct 23 17:53:54 EDT 2010 John Obbele <joh...@gm...>
* [wrapNewGobject] hunt down the last occurrences of un"wrap"ped new GObjects
Ignore-this: bd336d11366fbdbcc43d27bcbf1d52e4
{
hunk ./gtk/Graphics/UI/Gtk/Gdk/Screen.chs 482
- maybeNull (makeNewGObject mkDrawWindow) $
+ maybeNull (wrapNewGObject mkDrawWindow) $
hunk ./gtk/Graphics/UI/Gtk/Gdk/Screen.chs 506
- fromGList lPtr >>= mapM (constructNewGObject mkDrawWindow . return)
+ fromGList lPtr >>= mapM (wrapNewGObject mkDrawWindow . return)
hunk ./gtk/Graphics/UI/Gtk/General/Selection.chs 343
- liftIO $ maybeNull (constructNewGObject mkPixbuf) $
+ liftIO $ maybeNull (wrapNewGObject mkPixbuf) $
hunk ./gtk/Graphics/UI/Gtk/Windows/OffscreenWindow.chs 111
--- | Retrieves a snapshot of the contained widget in the form of a 'Pixbuf'. This is a new pixbuf with a
--- reference count of 1, and the application should unreference it once it is no longer needed.
+-- | Retrieves a snapshot of the contained widget in the form of a 'Pixbuf'.
hunk ./gtk/Graphics/UI/Gtk/Windows/OffscreenWindow.chs 119
- maybeNull (makeNewGObject mkPixbuf) $
+ maybeNull (wrapNewGObject mkPixbuf) $
}
|