hook gvariant vectors up to kdbus
[platform/upstream/glib.git] / gio / gsocketconnection.c
index 50e50ba..9f490c8 100644 (file)
  * custom socket connection types for specific combination of socket
  * family/type/protocol using g_socket_connection_factory_register_type().
  *
+ * To close a #GSocketConnection, use g_io_stream_close(). Closing both
+ * substreams of the #GIOStream separately will not close the underlying
+ * #GSocket.
+ *
  * Since: 2.22
  */