Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertGError ¶
Types ¶
type GBoolean ¶
GBoolean is a Go representation of glib's gboolean
func NewGBoolean ¶
func NewGBoolean() GBoolean
type GCancellable ¶
type GCancellable struct {
*Object
}
func (*GCancellable) Native ¶
func (self *GCancellable) Native() uintptr
func (*GCancellable) Ptr ¶
func (self *GCancellable) Ptr() unsafe.Pointer
type GError ¶
type GError struct {
// contains filtered or unexported fields
}
GError is a representation of GLib's GError
type GFileInfo ¶
type GFileInfo struct {
// contains filtered or unexported fields
}
func NewGFileInfo ¶
func NewGFileInfo() GFileInfo
func ToGFileInfo ¶
type GHashTable ¶
type GHashTable struct {
// contains filtered or unexported fields
}
* GHashTable
func ToGHashTable ¶
func ToGHashTable(ptr unsafe.Pointer) *GHashTable
func (*GHashTable) Ptr ¶
func (ht *GHashTable) Ptr() unsafe.Pointer
type GHashTableIter ¶
type GHashTableIter struct {
// contains filtered or unexported fields
}
* GHashTableIter
func ToGHashTableIter ¶
func ToGHashTableIter(ptr unsafe.Pointer) *GHashTableIter
func (*GHashTableIter) Ptr ¶
func (ht *GHashTableIter) Ptr() unsafe.Pointer
type GKeyFile ¶
type GKeyFile struct {
// contains filtered or unexported fields
}
func WrapGKeyFile ¶
type GOptionContext ¶
type GOptionContext struct {
// contains filtered or unexported fields
}
func ToGOptionContext ¶
func ToGOptionContext(ptr unsafe.Pointer) GOptionContext
func (*GOptionContext) Ptr ¶
func (oc *GOptionContext) Ptr() unsafe.Pointer
type GVariant ¶
type GVariant struct {
// contains filtered or unexported fields
}
func ToGVariant ¶
func (*GVariant) GetChildValue ¶
func (*GVariant) TypeString ¶
type IObject ¶
type IObject interface { ToObject() *Object // contains filtered or unexported methods }
IObject is an interface type implemented by Object and all types which embed an Object. It is meant to be used as a type for function arguments which require GObjects or any subclasses thereof.
type Object ¶
GObject is a representation of GLib's GObject.
func (*Object) ForceFloating ¶
func (v *Object) ForceFloating()
func (*Object) IsFloating ¶
Click to show internal directories.
Click to hide internal directories.