glib-sharp 2.8.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. To be added To be added System.Object GLib.IWrapper System.IDisposable Method GLib.Opaque Used to obtain a CLI typed object associated with a given raw object pointer. an object of type an object of type This method is primarily used to wrap object references that are returned by either the signal system or raw class methods that return opaque struct references. Constructor Creates a new instance. Constructor Internal constructor Pointer to the C object. This is an internal constructor, and should not be used by user code. Property System.IntPtr The raw Opaque reference associated with this object. an object of type Subclasses can use Raw property for read/write access. Property System.IntPtr The raw Opaque reference associated with this wrapper. an object of type Only subclasses of Opaque can access this read/write property. Method GLib.Opaque Used to obtain a CLI typed object associated with a given raw pointer. a a a a This method is primarily used to wrap object references that are returned by either the signal system or raw class methods that return opaque type pointers. Method System.Void Disposes the raw object. Method System.Void The raw pointer. Overridden in generated subclasses that perform refcounting. Method System.Void The raw pointer. Overridden in generated subclasses that perform refcounting. Method System.Void The raw pointer. Overridden in generated subclasses to free the raw data. Property System.Boolean Whether or not this wrapper owns the raw object. if the wrapper owns the raw object and will / it when the wrapper is disposed. By default, this is set to for opaque objects created with the no-argument constructor, and for opaque objects created with the constructor. Methods that return an opaque object can override this by setting the property accordingly to obey the memory-management conventions of the underlying C code.