glibmm  2.42.0
Gio::Socket 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::Initablestatic
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_timed_wait(Glib::IOCondition condition, gint64 timeout, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socket
condition_timed_wait(Glib::IOCondition condition, gint64 timeout)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::Socketstatic
create_from_fd(int fd, const Glib::RefPtr< Cancellable >& cancellable=Glib::RefPtr< Cancellable >())Gio::Socketstatic
create_source(Glib::IOCondition condition, const Glib::RefPtr< Cancellable >& cancellable=Glib::RefPtr< Cancellable >())Gio::Socket
DestroyNotify typedefGlib::Object
freeze_notify()Glib::ObjectBase
get_available_bytes() const Gio::Socket
get_blocking() const Gio::Socket
get_broadcast() 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_multicast_loopback() const Gio::Socket
get_multicast_ttl() const Gio::Socket
get_option(int level, int optname, int& value) 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
get_ttl() const Gio::Socket
get_type()Gio::Socketstatic
gobj()Gio::Socketinline
gobj() const Gio::Socketinline
gobj_copy()Gio::Socket
Glib::Object::gobj_copy() const Glib::ObjectBase
init(const Glib::RefPtr< Cancellable >& cancellable)Gio::Initableprotected
init()Gio::Initableprotected
init_vfunc(const Glib::RefPtr< Cancellable >& cancellable, GError** error)Gio::Initableprotectedvirtual
Initable()Gio::Initableprotected
initialize(GObject* castitem)Glib::ObjectBaseprotected
Interface()Glib::Interface
Interface(const Glib::Interface_Class& interface_class)Glib::Interfaceexplicit
Interface(GObject* castitem)Glib::Interfaceexplicit
is_closed()Gio::Socket
is_connected()Gio::Socket
join_multicast_group(const Glib::RefPtr< InetAddress >& group, bool source_specific, const std::string& iface)Gio::Socket
join_multicast_group(const Glib::RefPtr< InetAddress >& group, bool source_specific)Gio::Socket
leave_multicast_group(const Glib::RefPtr< InetAddress >& group, bool source_specific, const std::string& iface)Gio::Socket
leave_multicast_group(const Glib::RefPtr< InetAddress >& group, bool source_specific)Gio::Socket
listen()Gio::Socket
Object()Glib::Objectprotected
Object(const Glib::ConstructParams& construct_params)Glib::Objectexplicitprotected
Object(GObject* castitem)Glib::Objectexplicitprotected
ObjectBase()Glib::ObjectBaseprotected
ObjectBase(const char* custom_type_name)Glib::ObjectBaseexplicitprotected
ObjectBase(const std::type_info& custom_type_info)Glib::ObjectBaseexplicitprotected
property_blocking()Gio::Socket
property_blocking() const Gio::Socket
property_broadcast()Gio::Socket
property_broadcast() 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_multicast_loopback()Gio::Socket
property_multicast_loopback() const Gio::Socket
property_multicast_ttl()Gio::Socket
property_multicast_ttl() const Gio::Socket
property_protocol() const Gio::Socket
property_remote_address() const Gio::Socket
property_timeout()Gio::Socket
property_timeout() const Gio::Socket
property_ttl()Gio::Socket
property_ttl() 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::ObjectBasevirtual
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_broadcast(bool broadcast)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_multicast_loopback(bool loopback)Gio::Socket
set_multicast_ttl(guint ttl)Gio::Socket
set_option(int level, int optname, int value)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
set_ttl(guint ttl)Gio::Socket
shutdown(bool shutdown_read, bool shutdown_write)Gio::Socket
Socket(SocketFamily family, SocketType type, SocketProtocol protocol, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socketprotected
Socket(int fd, const Glib::RefPtr< Cancellable >& cancellable)Gio::Socketprotected
speaks_ipv4() const Gio::Socket
steal_data(const QueryQuark& quark)Glib::Object
thaw_notify()Glib::ObjectBase
unreference() const Glib::ObjectBasevirtual
wrap(GSocket* object, bool take_copy=false)Gio::Socketrelated
Glib::Object::wrap(GObject* object, bool take_copy=false)Glib::Objectrelated
Gio::Initable::wrap(GInitable* object, bool take_copy=false)Gio::Initablerelated
~Initable()Gio::Initablevirtual
~Interface()Glib::Interfacevirtual
~Object()Glib::Objectprotectedvirtual
~ObjectBase()=0Glib::ObjectBaseprotectedpure virtual
~Socket()Gio::Socketvirtual