I have a need to create a Gio::Socket from an existing Ruby socket. There is a GIO function, g_socket_new_from_fd which sounds like it\'s exactly what I need, but
Gio::Socket