Module glib::object[][src]

IMPL Object wrapper implementation and Object binding.

Structs

BindingBuilder
Object

The base class in the object hierarchy.

SendWeakRef

A weak reference to the object it was created for that can be sent to different threads even for object types that don't implement Send.

WeakRef

Traits

Cast

Upcasting and downcasting support.

Downcast

Downcasts support.

IsA

Declares the "is a" relationship.

ObjectExt