#include <transactionstatus.h>
Inheritance diagram for Gnome::Db::TransactionStatus:
Public Member Functions | |
virtual | ~TransactionStatus () |
GnomeDbTransactionStatus* | gobj () |
Provides access to the underlying C GtkObject. | |
const GnomeDbTransactionStatus* | gobj () const |
Provides access to the underlying C GtkObject. | |
TransactionStatus (const Glib::RefPtr<Gda::Connection>& connection) | |
Related Functions | |
(Note that these are not member functions.) | |
Gnome::Db::TransactionStatus* | wrap (GnomeDbTransactionStatus* object, bool take_copy=false) |
virtual Gnome::Db::TransactionStatus::~TransactionStatus | ( | ) | [virtual] |
Gnome::Db::TransactionStatus::TransactionStatus | ( | const Glib::RefPtr< Gda::Connection > & | connection | ) | [explicit] |
const GnomeDbTransactionStatus* Gnome::Db::TransactionStatus::gobj | ( | ) | const [inline] |
GnomeDbTransactionStatus* Gnome::Db::TransactionStatus::gobj | ( | ) | [inline] |
Gnome::Db::TransactionStatus* wrap | ( | GnomeDbTransactionStatus * | 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. |