Function g_socket_send_with_blocking

Source
pub unsafe extern "C" fn g_socket_send_with_blocking(
    socket: *mut GSocket,
    buffer: *const gchar,
    size: gsize,
    blocking: gboolean,
    cancellable: *mut GCancellable,
    error: *mut *mut GError,
) -> gssize