Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Object ¶
type Object struct {
TypeInstance
// contains filtered or unexported fields
}
type ObjectClass ¶
type ObjectClass struct {
TypeClass
// contains filtered or unexported fields
}
func (*ObjectClass) AsGObjectClass ¶
func (class *ObjectClass) AsGObjectClass() *ObjectClass
func (*ObjectClass) SetDispose ¶
func (class *ObjectClass) SetDispose(dispose func(*Object))
type OptionGroup ¶
type OptionGroup struct {
// contains filtered or unexported fields
}
type ParamFlags ¶
type ParamFlags int64
type SignalFlags ¶
type SignalFlags int64
type Type ¶
func (Type[T]) Cast ¶
func (t Type[T]) Cast(obj TypeInstancer) *T
func (Type[T]) Check ¶
func (t Type[T]) Check(obj TypeInstancer) (*T, bool)
func (Type[T]) WithoutType ¶
func (t Type[T]) WithoutType() Type[TypeInstance]
type TypeClass ¶
type TypeClass struct {
// contains filtered or unexported fields
}
func (*TypeClass) AsGTypeClass ¶
type TypeInstance ¶
type TypeInstance struct {
// contains filtered or unexported fields
}
func (*TypeInstance) AsGTypeInstance ¶
func (ti *TypeInstance) AsGTypeInstance() *TypeInstance
func (*TypeInstance) TypeName ¶
func (ti *TypeInstance) TypeName() string
type TypeInstancer ¶
type TypeInstancer interface {
AsGTypeInstance() *TypeInstance
}
Click to show internal directories.
Click to hide internal directories.