glibmm: Member List

This is the complete list of members for Gio::Socket, including all inherited members.
accept(const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
accept()Gio::Socket
add_interface(GType gtype_implementer)Gio::Initable [static]
bind(const Glib::RefPtr< SocketAddress >& address, bool allow_reuse)Gio::Socket
check_connect_result()Gio::Socket
close()Gio::Socket
condition_check(Glib::IOCondition condition)Gio::Socket
condition_wait(Glib::IOCondition condition, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
condition_wait(Glib::IOCondition condition)Gio::Socket
connect(const Glib::RefPtr< SocketAddress >& address, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
connect(const Glib::RefPtr< SocketAddress >& address)Gio::Socket
connect_property_changed(const Glib::ustring& property_name, const sigc::slot< void >& slot)Glib::ObjectBase
connect_property_changed_with_return(const Glib::ustring& property_name, const sigc::slot< void >& slot)Glib::ObjectBase
create(SocketFamily family, SocketType type, SocketProtocol protocol, const Glib::RefPtr< Cancellable >& cancellable=Glib::RefPtr< Cancellable >())Gio::Socket [static]
create_from_fd(int fd, const Glib::RefPtr< Cancellable >& cancellable=Glib::RefPtr< Cancellable >())Gio::Socket [static]
DestroyNotify typedefGlib::Object
freeze_notify()Glib::ObjectBase
get_blocking() const Gio::Socket
get_credentials()Gio::Socket
get_credentials() const Gio::Socket
get_data(const QueryQuark& key)Glib::Object
get_family() const Gio::Socket
get_fd() const Gio::Socket
get_keepalive() const Gio::Socket
get_listen_backlog() const Gio::Socket
get_local_address() const Gio::Socket
get_property(const Glib::ustring& property_name, PropertyType& value) const Glib::ObjectBase
get_property_value(const Glib::ustring& property_name, Glib::ValueBase& value) const Glib::ObjectBase
get_protocol() const Gio::Socket
get_remote_address() const Gio::Socket
get_socket_type() const Gio::Socket
get_timeout() const Gio::Socket
gobj()Gio::Socket [inline]
gobj() const Gio::Socket [inline]
gobj_copy()Gio::Socket
Glib::Object::gobj_copy() const Glib::ObjectBase
init(const Glib::RefPtr< Cancellable >& cancellable)Gio::Initable [protected]
init()Gio::Initable [protected]
init_vfunc(const Glib::RefPtr< Cancellable >& cancellable, GError** error)Gio::Initable [protected, virtual]
initialize(GObject* castitem)Glib::ObjectBase [protected]
Interface(const Glib::Interface_Class& interface_class)Glib::Interface [explicit]
Interface(GObject* castitem)Glib::Interface [explicit]
is_closed()Gio::Socket
is_connected()Gio::Socket
listen()Gio::Socket
Object()Glib::Object [protected]
Object(const Glib::ConstructParams& construct_params)Glib::Object [explicit, protected]
Object(GObject* castitem)Glib::Object [explicit, protected]
ObjectBase()Glib::ObjectBase [protected]
ObjectBase(const char* custom_type_name)Glib::ObjectBase [explicit, protected]
ObjectBase(const std::type_info& custom_type_info)Glib::ObjectBase [explicit, protected]
property_blocking()Gio::Socket
property_blocking() const Gio::Socket
property_family() const Gio::Socket
property_fd() const Gio::Socket
property_keepalive()Gio::Socket
property_keepalive() const Gio::Socket
property_listen_backlog()Gio::Socket
property_listen_backlog() const Gio::Socket
property_local_address() const Gio::Socket
property_protocol() const Gio::Socket
property_remote_address() const Gio::Socket
property_type() const Gio::Socket
receive(char* buffer, gsize size, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
receive(char* buffer, gsize size)Gio::Socket
receive_from(Glib::RefPtr< SocketAddress >& address, char* buffer, gsize size, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
receive_from(Glib::RefPtr< SocketAddress >& address, char* buffer, gsize size)Gio::Socket
receive_with_blocking(gchar* buffer, gsize size, bool blocking, const Glib::RefPtr< Cancellable >& cancellable=Glib::RefPtr< Cancellable >())Gio::Socket
reference() const Glib::ObjectBase [virtual]
remove_data(const QueryQuark& quark)Glib::Object
send(const gchar* buffer, gsize size, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
send(const gchar* buffer, gsize size)Gio::Socket
send_to(const Glib::RefPtr< SocketAddress >& address, const char* buffer, gsize size, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
send_to(const Glib::RefPtr< SocketAddress >& address, const char* buffer, gsize size)Gio::Socket
send_with_blocking(gchar* buffer, gsize size, bool blocking, const Glib::RefPtr< Cancellable >& cancellable=Glib::RefPtr< Cancellable >())Gio::Socket
set_blocking(bool blocking)Gio::Socket
set_data(const Quark& key, void* data)Glib::Object
set_data(const Quark& key, void* data, DestroyNotify notify)Glib::Object
set_keepalive(bool keepalive)Gio::Socket
set_listen_backlog(int backlog)Gio::Socket
set_property(const Glib::ustring& property_name, const PropertyType& value)Glib::ObjectBase
set_property_value(const Glib::ustring& property_name, const Glib::ValueBase& value)Glib::ObjectBase
set_timeout(guint timeout)Gio::Socket
shutdown(bool shutdown_read, bool shutdown_write)Gio::Socket
Socket(SocketFamily family, SocketType type, SocketProtocol protocol, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket [protected]
Socket(int fd, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket [protected]
speaks_ipv4() const Gio::Socket
steal_data(const QueryQuark& quark)Glib::Object
thaw_notify()Glib::ObjectBase
unreference() const Glib::ObjectBase [virtual]
wrap(GSocket* object, bool take_copy=false)Gio::Socket [related]
Glib::Object::wrap(GObject* object, bool take_copy=false)Glib::Object [related]
Gio::Initable::wrap(GInitable* object, bool take_copy=false)Gio::Initable [related]
~Initable()Gio::Initable [virtual]
~Interface()Glib::Interface [virtual]
~Object()Glib::Object [protected, virtual]
~ObjectBase()=0Glib::ObjectBase [protected, pure virtual]
~Socket()Gio::Socket [virtual]