#include <serverprovider.h>
Public Member Functions | |
virtual | ~ServerProvider () |
GdaServerProvider * | gobj () |
Provides access to the underlying C GObject. | |
const GdaServerProvider * | gobj () const |
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. | |
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] |
Provides access to the underlying C GObject.
GdaServerProvider* Gnome::Gda::ServerProvider::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
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. |