#include <entrynone.h>
Inheritance diagram for Gnome::Db::EntryNone:
Public Member Functions | |
virtual | ~EntryNone () |
GnomeDbEntryNone* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbEntryNone* | gobj () const |
Provides access to the underlying C GtkObject. | |
EntryNone (GType type) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::EntryNone* | wrap (GnomeDbEntryNone* object, bool take_copy=false) |
virtual Gnome::Db::EntryNone::~EntryNone | ( | ) | [virtual] |
Gnome::Db::EntryNone::EntryNone | ( | GType | type | ) | [explicit] |
const GnomeDbEntryNone* Gnome::Db::EntryNone::gobj | ( | ) | const [inline] |
GnomeDbEntryNone* Gnome::Db::EntryNone::gobj | ( | ) | [inline] |
Gnome::Db::EntryNone* wrap | ( | GnomeDbEntryNone * | 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. |