From: Andy S. <And...@co...> - 2010-10-21 17:21:27
|
diffing dir... Wed Oct 20 20:45:27 EDT 2010 John Obbele <joh...@gm...> * [wrapNewGObject] Rewrite documentation for constructNewGObject Ignore-this: c3ead30e29ce89287f538a007d98d38e hunk ./glib/System/Glib/GObject.chs 132 --- | This function wraps any object that does not --- derive from Object. The object is NOT reference, hence it should be used --- when a new object is created. Newly created 'GObject's have a reference --- count of one, hence don't need ref'ing. +-- | This function wraps any newly created objects that derives from +-- GInitiallyUnowned also known as objects with +-- \"floating-references\". The object will be refSink (for glib +-- versions >= 2.10). On non-floating objects, this function behaves +-- exactly the same as "makeNewGObject". |