Shirley

Results 8 comments of Shirley

Hi, I am not sure if this is right but are you looking for something like ```rs let gerror_out_parameters: Vec = no_array_length_params .iter() .filter(|param| { param.direction == ParameterDirection::Out && !doc_ignored_parameters.contains(&param.name)...

Hi, I would like to work on this. It would take me at least a week to go through the codebase before I can start contributing though, is that okay?

Could you give me some examples of the kinds of parsing for virtual-method parser.rs needs to support? I am not entirely sure of the inputs

Thank you. I will try to get the first task done by 16th

Hello, I have slowly realized that this issue would require hundreds of lines of code so, if possible could you give me some guidance on the ways you want all...

Hi, so far I have understood that just the virtual-method parsing (line 606 to 610 in https://github.com/gtk-rs/gir/pull/604/files) and read_virtual_method function(line 1017 to 1091) with some modification to include annotations for...

Hi, would like to take this up. Asked about this on the element channel and know what to do now

I am working on improving on that pipeline actually. Thanks for the suggestion though! I'll look into the API and try to get the cleaner version and submit changes whenever...