Evgenii Pashkin

Results 83 comments of Evgenii Pashkin

Then seems really no way to use this function.

First problem that it not present in your `GLib-2.0.gir` and we don't will to add patches to it. `glib-sys` also contains only one file and there no place to add...

Your right, `PangoCairo-1.0.gir` malformed, it don't contains `` and uses it. We get this file directly from ubuntu distr and don't want apply any patches to `gir-files` repo. Others two...

Sorry, but our salaried telepath is now on vacation, so we can not help without additional information 😉

Seems this really not right: gio-sys: ```diff pub struct GInputStreamClass { pub parent_class: gobject::GObjectClass, - pub read_fn: Option ssize_t>, + pub read_fn: Option ssize_t>, pub skip: Option ssize_t>, ``` glib-sys...

@GuillaumeGomez, if diffs line this is really what you want, then all good. But IMHO link in markdown looks like `[I'm an inline-style link](https://www.google.com)` ``` diff -The `AboutDialog` offers a...

Current version also not right. Ticks go inside brackets. The `[AboutDialog](./struct.AboutDialog.html)` offers a simple way to ... or The [`AboutDialog`](./struct.AboutDialog.html) offers a simple way to ...

IMHO this link need hashtag (when signals added) ``` [`AboutDialog::activate-link`](struct.AboutDialog.html) ``` Also don't see reason to having link to `struct.AboutDialog.html` in same file.

Possible link to wrong page ``` [`gio::Application::startup`](struct.Application.html) signal ``` Only found other possible hashtagable is properties (very few, ex. Label) and `Widget::draw` that can be signal or function. Other wrong...