TODO: Documentation. More...
#include <giomm/proxyresolver.h>
Public Member Functions | |
virtual | ~ProxyResolver () |
GProxyResolver* | gobj () |
Provides access to the underlying C GObject. | |
const GProxyResolver* | gobj () const |
Provides access to the underlying C GObject. | |
bool | is_supported () const |
Glib::StringArrayHandle | lookup (const Glib::ustring& uri, const Glib::RefPtr< Cancellable >& cancellable) |
Glib::StringArrayHandle | lookup (const Glib::ustring& uri) |
void | lookup_async (const Glib::ustring& uri, const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable) |
void | lookup_async (const Glib::ustring& uri, const SlotAsyncReady& slot) |
Glib::StringArrayHandle | lookup_finish (const Glib::RefPtr< AsyncResult >& result) |
Static Public Member Functions | |
static void | add_interface (GType gtype_implementer) |
static Glib::RefPtr < ProxyResolver > | get_default () |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gio::ProxyResolver > | wrap (GProxyResolver* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
TODO: Documentation.
virtual Gio::ProxyResolver::~ProxyResolver | ( | ) | [virtual] |
static void Gio::ProxyResolver::add_interface | ( | GType | gtype_implementer | ) | [static] |
static Glib::RefPtr<ProxyResolver> Gio::ProxyResolver::get_default | ( | ) | [static] |
const GProxyResolver* Gio::ProxyResolver::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
GProxyResolver* Gio::ProxyResolver::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::Interface.
bool Gio::ProxyResolver::is_supported | ( | ) | const |
Glib::StringArrayHandle Gio::ProxyResolver::lookup | ( | const Glib::ustring& | uri | ) |
Glib::StringArrayHandle Gio::ProxyResolver::lookup | ( | const Glib::ustring& | uri, | |
const Glib::RefPtr< Cancellable >& | cancellable | |||
) |
void Gio::ProxyResolver::lookup_async | ( | const Glib::ustring& | uri, | |
const SlotAsyncReady& | slot | |||
) |
void Gio::ProxyResolver::lookup_async | ( | const Glib::ustring& | uri, | |
const SlotAsyncReady& | slot, | |||
const Glib::RefPtr< Cancellable >& | cancellable | |||
) |
Glib::StringArrayHandle Gio::ProxyResolver::lookup_finish | ( | const Glib::RefPtr< AsyncResult >& | result | ) |
Glib::RefPtr< Gio::ProxyResolver > wrap | ( | GProxyResolver * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
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. |