![]() |
![]() |
Public Member Functions | ||||
const AtkImplementor* | gobj () const | |||
Provides access to the underlying C GObject. | ||||
AtkImplementor* | gobj () | |||
Provides access to the underlying C GObject. | ||||
virtual | ~Implementor () | |||
Static Public Member Functions | ||||
static void | add_interface (GType gtype_implementer) | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Glib::RefPtr<Atk::Implementor> | wrap (AtkImplementor* object, bool take_copy=false) | |||
|
virtual Atk::Implementor::~Implementor | ( | ) | [virtual] |
static void Atk::Implementor::add_interface | ( | GType | gtype_implementer | ) | [static] |
const AtkImplementor* Atk::Implementor::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
AtkImplementor* Atk::Implementor::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Glib::RefPtr<Atk::Implementor> wrap | ( | AtkImplementor * | object, | |
bool | take_copy = false | |||
) | [related] |
object | The C instance |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |