Evgenii Pashkin
Evgenii Pashkin
Implement iterator and publish only functions on `GlyphItem`
Changed constructor visiblity and safety, renamed to `reverse_iter`
Replaced `is_reverse` with type parameter
@velyan Only one problem still unsolved https://github.com/gtk-rs/pango/pull/161#pullrequestreview-294269572 😢
Restarting CI
@ignatenkobrain, @GuillaumeGomez I was careless when checking, it really used in PangoAnalysis for flags. ``` This flag is used to mark runs that hold ellipsized text, in an ellipsized layout....
@qdot, as @jonhoo says types for that `Copy` derived must don't contains pointers. On fast glance I found only 3 of these in gtk-sys: GtkBorder, GtkPageRange, GtkRequisition While I can...
I don't like idea copying classes structure's without using glib-provided functions. Can you show example when it really needed?
You can try `G_SIGNAL_MATCH_ID` while `signal_id` acquired by `g_signal_lookup`
Or use `glib::signal::signal_handler_block` with `i64` returned by `connect_toggled`