libgdamm Reference Documentation |
Public Member Functions | ||||
const GdaServerProvider* | gobj () const | |||
Provides access to the underlying C GObject. | ||||
GdaServerProvider* | gobj () | |||
Provides access to the underlying C GObject. | ||||
GdaServerProvider* | gobj_copy () | |||
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | ||||
virtual | ~ServerProvider () | |||
Related Functions | ||||
(Note that these are not member functions.) | ||||
Glib::RefPtr<Gnome::Gda::ServerProvider> | wrap (GdaServerProvider* object, bool take_copy=false) | |||
|
virtual Gnome::Gda::ServerProvider::~ServerProvider | ( | ) | [virtual] |
const GdaServerProvider* Gnome::Gda::ServerProvider::gobj | ( | ) | const [inline] |
GdaServerProvider* Gnome::Gda::ServerProvider::gobj | ( | ) | [inline] |
GdaServerProvider* Gnome::Gda::ServerProvider::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::RefPtr<Gnome::Gda::ServerProvider> wrap | ( | GdaServerProvider * | 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. |