@@ -151,16 +151,16 @@ For the interested ones, here is the list of the merged pull requests:
151
151
* [ generate from_glib_borrow implementation for const pointers] ( https://github.com/gtk-rs/glib/pull/428 )
152
152
* [ Replace deprecated tempdir crate] ( https://github.com/gtk-rs/glib/pull/427 )
153
153
* [ Implement DerefMut for class structs too] ( https://github.com/gtk-rs/glib/pull/426 )
154
- * [ Clean up glib_wrapper! macro and IsA< _ > , Wrapper traits and their impls] ( https://github.com/gtk-rs/glib/pull/421 )
155
- * [ GString: Avoid copy for From< GString > for String impl] ( https://github.com/gtk-rs/glib/pull/423 )
154
+ * [ Clean up glib_wrapper! macro and IsA& lt ; _ & gt ; , Wrapper traits and their impls] ( https://github.com/gtk-rs/glib/pull/421 )
155
+ * [ GString: Avoid copy for From& lt ; GString& gt ; for String impl] ( https://github.com/gtk-rs/glib/pull/423 )
156
156
* [ BoolError: allow owning the message] ( https://github.com/gtk-rs/glib/pull/419 )
157
157
* [ Implement ToGlib for InitializingType] ( https://github.com/gtk-rs/glib/pull/418 )
158
158
* [ Ci tests] ( https://github.com/gtk-rs/glib/pull/417 )
159
159
* [ Add API for implementing GObject interfaces generically] ( https://github.com/gtk-rs/glib/pull/415 )
160
160
* [ Make ObjectType::new() optional too] ( https://github.com/gtk-rs/glib/pull/416 )
161
161
* [ Fixes compilation on aarch64] ( https://github.com/gtk-rs/glib/pull/413 )
162
162
* [ Don't duplicate property name in subclass::Property type] ( https://github.com/gtk-rs/glib/pull/412 )
163
- * [ gstring: Specify a lifetime for the From< str > impl] ( https://github.com/gtk-rs/glib/pull/411 )
163
+ * [ gstring: Specify a lifetime for the From& lt ; str& gt ; impl] ( https://github.com/gtk-rs/glib/pull/411 )
164
164
* [ Introduce GString] ( https://github.com/gtk-rs/glib/pull/389 )
165
165
* [ Implement Value traits manually] ( https://github.com/gtk-rs/glib/pull/410 )
166
166
* [ return correct type for Variant::get_type()] ( https://github.com/gtk-rs/glib/pull/409 )
@@ -375,7 +375,7 @@ All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs/gir)
375
375
* [ Remove useless files] ( https://github.com/gtk-rs/gir/pull/660 )
376
376
* [ Correctly cast pointers in property getters/setters if no trait is to…] ( https://github.com/gtk-rs/gir/pull/692 )
377
377
* [ Fix unused bounds in futures] ( https://github.com/gtk-rs/gir/pull/691 )
378
- * [ Update code generation for glib_wrapper! macro and IsA< _ > , etc cleanup] ( https://github.com/gtk-rs/gir/pull/689 )
378
+ * [ Update code generation for glib_wrapper! macro and IsA& lt ; _ & gt ; , etc cleanup] ( https://github.com/gtk-rs/gir/pull/689 )
379
379
* [ Codegen: use new glib macro for BoolError] ( https://github.com/gtk-rs/gir/pull/687 )
380
380
* [ Mark autogenerated files as such] ( https://github.com/gtk-rs/gir/pull/679 )
381
381
* [ Fix some clippy warnings] ( https://github.com/gtk-rs/gir/pull/680 )
@@ -385,7 +385,7 @@ All this was possible thanks to the [gtk-rs/gir](https://github.com/gtk-rs/gir)
385
385
* [ Generate code using CStringHolder instead of String] ( https://github.com/gtk-rs/gir/pull/666 )
386
386
* [ Add missing "glib" use statement for property setters] ( https://github.com/gtk-rs/gir/pull/674 )
387
387
* [ Various minor fixes] ( https://github.com/gtk-rs/gir/pull/673 )
388
- * [ WIP: Don't generate any but the main IsA< _ > bound for extension traits] ( https://github.com/gtk-rs/gir/pull/672 )
388
+ * [ WIP: Don't generate any but the main IsA& lt ; _ & gt ; bound for extension traits] ( https://github.com/gtk-rs/gir/pull/672 )
389
389
* [ Remove now unneeded use statements for the glib_wrapper! macro] ( https://github.com/gtk-rs/gir/pull/671 )
390
390
* [ Implement basics for subclassing] ( https://github.com/gtk-rs/gir/pull/669 )
391
391
* [ Default generate_display_trait] ( https://github.com/gtk-rs/gir/pull/668 )
0 commit comments