Namespace GLib
Classes
- ConstantString
This represents an UTF8 string in unmanaged memory. As long as the instance is kept alive the unmanaged memory will not be freed and the handle will be valid.
This is useful in cases where C expects some pointer to a string which is not allowed to be freed. This class can be used to keep a pointer to a string alive as long as needed.
- UnhandledException
Allows handling exceptions which can't cross the native code boundary and would terminate the application.
Structs
Interfaces
- BoxedRecord
Defines that this type is a boxed record in GObject terms.