From: Andy S. <And...@co...> - 2010-10-24 02:30:44
|
diffing dir... Sat Oct 23 17:45:00 EDT 2010 John Obbele <joh...@gm...> * [wrapNewGObject] cosmetic stuff / adjust semantic Ignore-this: 35f39fe5c3bbbe350fe8ddc12ab396c2 { hunk ./gtk/Graphics/UI/Gtk/Gdk/Cursor.chs 155 - constructNewGObject mkDisplay $ {#call cursor_get_display#} cursor + makeNewGObject mkDisplay $ {#call cursor_get_display#} cursor hunk ./gtk/Graphics/UI/Gtk/Gdk/Cursor.chs 164 - maybeNull (constructNewGObject mkPixbuf) $ {#call cursor_get_image#} cursor + maybeNull (makeNewGObject mkPixbuf) $ {#call cursor_get_image#} cursor hunk ./gtk/Graphics/UI/Gtk/Gdk/Keymap.chs 145 - constructNewGObject mkKeymap $ + makeNewGObject mkKeymap $ hunk ./gtk/Graphics/UI/Gtk/Gdk/PixbufAnimation.chs 190 - maybeNull (constructNewGObject mkPixbuf) $ {#call unsafe pixbuf_animation_get_static_image#} self + maybeNull (makeNewGObject mkPixbuf) $ {#call unsafe pixbuf_animation_get_static_image#} self hunk ./gtk/Graphics/UI/Gtk/Gdk/PixbufAnimation.chs 257 -pixbufAnimationIterGetPixbuf iter = constructNewGObject mkPixbuf $ +pixbufAnimationIterGetPixbuf iter = makeNewGObject mkPixbuf $ } |