Skip to content

Commit d3ce744

Browse files
Merge pull request #245 from gtk-rs/backslash
Fix extra backslash
2 parents 4c5b50c + 0648b2c commit d3ce744

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_posts/2021-06-22-new-release.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ For the interested ones, here is the list of the merged pull requests:
243243

244244
* [translate/TryFromGlib: add shortcut function](https://github.com/gtk-rs/gtk-rs-core/pull/3)
245245
* [Fix typo in function name](https://github.com/gtk-rs/gtk-rs-core/pull/56)
246-
* [gio: Only assign to `GError\*\*`s if they're not `NULL`](https://github.com/gtk-rs/gtk-rs-core/pull/58)
246+
* [gio: Only assign to `GError**`s if they're not `NULL`](https://github.com/gtk-rs/gtk-rs-core/pull/58)
247247
* [glib: Mark various Variant getter functions correctly as (transfer fu…](https://github.com/gtk-rs/gtk-rs-core/pull/59)
248248
* [glib: Fix leaks in FromGlibContainer impls for GString](https://github.com/gtk-rs/gtk-rs-core/pull/60)
249249
* [glib: Implement main context acquire guard type](https://github.com/gtk-rs/gtk-rs-core/pull/72)
@@ -284,9 +284,9 @@ For the interested ones, here is the list of the merged pull requests:
284284
* [glib::Binding improvements](https://github.com/gtk-rs/gtk3-rs/pull/179)
285285
* [Fix clone macro by allowing returned value with type parameters](https://github.com/gtk-rs/gtk3-rs/pull/184)
286286
* [gio/sys: resolve winapi reference](https://github.com/gtk-rs/gtk3-rs/pull/194)
287-
* [gio: Add `Settings::bind\_with\_mapping()` binding](https://github.com/gtk-rs/gtk3-rs/pull/210)
287+
* [gio: Add `Settings::bind_with_mapping()` binding](https://github.com/gtk-rs/gtk3-rs/pull/210)
288288
* [glib: Hook up dispose() in ObjectImpl](https://github.com/gtk-rs/gtk3-rs/pull/214)
289-
* [glib: Add an `Object::new\_subclass()` function](https://github.com/gtk-rs/gtk3-rs/pull/219)
289+
* [glib: Add an `Object::new_subclass()` function](https://github.com/gtk-rs/gtk3-rs/pull/219)
290290
* [Rename glib\_wrapper! and glib\_object\_subclass! to wrapper! and object\_subclass!](https://github.com/gtk-rs/gtk3-rs/pull/220)
291291
* [glib: implement FromGlibContainer for GString](https://github.com/gtk-rs/gtk3-rs/pull/181)
292292
* [From glib unsafe](https://github.com/gtk-rs/gtk3-rs/pull/199)
@@ -319,8 +319,8 @@ For the interested ones, here is the list of the merged pull requests:
319319
* [glib: Improve the API of Type](https://github.com/gtk-rs/gtk3-rs/pull/318)
320320
* [glib-macros: Forward the visibility of the type into the code generat…](https://github.com/gtk-rs/gtk3-rs/pull/321)
321321
* [ connect\_unsafe: Refactor, then don't ignore the return\_type for null objects ](https://github.com/gtk-rs/gtk3-rs/pull/319)
322-
* [glib: `#\[object\_subclass\]` proc macro.](https://github.com/gtk-rs/gtk3-rs/pull/335)
323-
* [glib: Move `type\_data()` and `get\_type()` to new `unsafe trait`](https://github.com/gtk-rs/gtk3-rs/pull/338)
322+
* [glib: `#[object_subclass]` proc macro.](https://github.com/gtk-rs/gtk3-rs/pull/335)
323+
* [glib: Move `type_data()` and `get_type()` to new `unsafe trait`](https://github.com/gtk-rs/gtk3-rs/pull/338)
324324
* [cairo: add doc aliases round 1](https://github.com/gtk-rs/gtk3-rs/pull/343)
325325
* [object: Return a pointer from get\_qdata, not a reference](https://github.com/gtk-rs/gtk3-rs/pull/344)
326326
* [Store class\_data/instance\_data hashmaps directly instead of boxing an…](https://github.com/gtk-rs/gtk3-rs/pull/345)
@@ -374,7 +374,7 @@ For the interested ones, here is the list of the merged pull requests:
374374

375375
[gtk3-rs][gtk3-rs]:
376376

377-
* [Use `Object<T>::as\_mut()` without unsafe, and a couple other small things](https://github.com/gtk-rs/gtk3-rs/pull/16)
377+
* [Use `Object<T>::as_mut()` without unsafe, and a couple other small things](https://github.com/gtk-rs/gtk3-rs/pull/16)
378378
* [Fix entry\_completion quit shortcut](https://github.com/gtk-rs/gtk3-rs/pull/33)
379379
* [Move to edition "2018"](https://github.com/gtk-rs/gtk3-rs/pull/32)
380380
* [inet\_socket\_address: Add std::net::SocketAddr conversions](https://github.com/gtk-rs/gtk3-rs/pull/135)
@@ -422,7 +422,7 @@ For the interested ones, here is the list of the merged pull requests:
422422
* [gtk: use "assertion" = "skip" instead of manual implementation](https://github.com/gtk-rs/gtk3-rs/pull/327)
423423
* [API changes due to signal-detail PR to gir](https://github.com/gtk-rs/gtk3-rs/pull/324)
424424
* [Implement ListBoxRowImplExt for activate method](https://github.com/gtk-rs/gtk3-rs/pull/331)
425-
* [gtk: Add `enter\_notify\_event` and `leave\_notify\_event` to `WidgetImpl`](https://github.com/gtk-rs/gtk3-rs/pull/334)
425+
* [gtk: Add `enter_notify_event` and `leave_notify_event` to `WidgetImpl`](https://github.com/gtk-rs/gtk3-rs/pull/334)
426426
* [Subclass cleanup](https://github.com/gtk-rs/gtk3-rs/pull/337)
427427
* [Add a way for the subclassing infrastructure to add per-instance management data](https://github.com/gtk-rs/gtk3-rs/pull/342)
428428
* [Add support for chaining up to parent interface implementations](https://github.com/gtk-rs/gtk3-rs/pull/353)
@@ -463,12 +463,12 @@ For the interested ones, here is the list of the merged pull requests:
463463
* [Value trait refactoring](https://github.com/gtk-rs/gtk3-rs/pull/454)
464464
* [Remove doc generation features](https://github.com/gtk-rs/gtk3-rs/pull/465)
465465
* [Don't re-export traits from crate root](https://github.com/gtk-rs/gtk3-rs/pull/487)
466-
* [gtk: Add `WidgetClassSubclassExt::{css\_name,set\_css\_name}`](https://github.com/gtk-rs/gtk3-rs/pull/476)
466+
* [gtk: Add `WidgetClassSubclassExt::{css_name,set_css_name}`](https://github.com/gtk-rs/gtk3-rs/pull/476)
467467
* [gtk: rename StyleContext::property to StyleContext::style\_property](https://github.com/gtk-rs/gtk3-rs/pull/495)
468468
* [Regen with latest gir](https://github.com/gtk-rs/gtk3-rs/pull/501)
469469
* [Add rename doc aliases](https://github.com/gtk-rs/gtk3-rs/pull/490)
470470
* [error: remove misleading example](https://github.com/gtk-rs/gtk3-rs/pull/507)
471-
* [gtk: Add binding for `gtk\_container\_class\_handle\_border\_width()`](https://github.com/gtk-rs/gtk3-rs/pull/497)
471+
* [gtk: Add binding for `gtk_container_class_handle_border_width()`](https://github.com/gtk-rs/gtk3-rs/pull/497)
472472
* [gtk: Add run\_future() for native dialogs](https://github.com/gtk-rs/gtk3-rs/pull/500)
473473
* [Fix new 1.52 clippy warnings](https://github.com/gtk-rs/gtk3-rs/pull/510)
474474
* [remove the deprecated functions/reduce the number of disabled clippy linters](https://github.com/gtk-rs/gtk3-rs/pull/509)
@@ -678,7 +678,7 @@ For the interested ones, here is the list of the merged pull requests:
678678
* [Add "Saving Window State" chapter](https://github.com/gtk-rs/gtk4-rs/pull/340)
679679
* [gtk: Builder is final](https://github.com/gtk-rs/gtk4-rs/pull/358)
680680
* [Fix new 1.52 clippy warnings](https://github.com/gtk-rs/gtk4-rs/pull/359)
681-
* [gtk: Put module of `list\_view\_apps\_launcher` in separate folder](https://github.com/gtk-rs/gtk4-rs/pull/360)
681+
* [gtk: Put module of `list_view_apps_launcher` in separate folder](https://github.com/gtk-rs/gtk4-rs/pull/360)
682682
* [gtk: use transfer full for property expression](https://github.com/gtk-rs/gtk4-rs/pull/362)
683683
* [misc: drop x11/wayland features from gtk4 crate](https://github.com/gtk-rs/gtk4-rs/pull/367)
684684
* [gdk: unmark \*\_async callbacks as Send](https://github.com/gtk-rs/gtk4-rs/pull/225)
@@ -773,7 +773,7 @@ All this was possible thanks to the [gir][gir] project as well:
773773
* [Fixed issue generating the -sys/Cargo.toml](https://github.com/gtk-rs/gir/pull/1022)
774774
* [cargo\_toml: Do not overwrite system-deps version if already set](https://github.com/gtk-rs/gir/pull/1023)
775775
* [Use new glib::Object::new() syntax](https://github.com/gtk-rs/gir/pull/1024)
776-
* [Use `wrapper!` instead of `glib\_wrapper!`](https://github.com/gtk-rs/gir/pull/1025)
776+
* [Use `wrapper!` instead of `glib_wrapper!`](https://github.com/gtk-rs/gir/pull/1025)
777777
* [Generate doc aliases for enums and constants too](https://github.com/gtk-rs/gir/pull/1026)
778778
* [Add an error in case a name field has content of the pattern field](https://github.com/gtk-rs/gir/pull/1027)
779779
* [Unify toml comments format in README](https://github.com/gtk-rs/gir/pull/1028)
@@ -823,7 +823,7 @@ All this was possible thanks to the [gir][gir] project as well:
823823
* [out\_param: follow aliases for imports](https://github.com/gtk-rs/gir/pull/1120)
824824
* [build: Rerun if git hash changed](https://github.com/gtk-rs/gir/pull/1118)
825825
* [Fix some clippy::use\_self warnings in generated code](https://github.com/gtk-rs/gir/pull/1121)
826-
* [doc: Always consider `trait\_name` from `Gir.toml` in implementation docs](https://github.com/gtk-rs/gir/pull/1108)
826+
* [doc: Always consider `trait_name` from `Gir.toml` in implementation docs](https://github.com/gtk-rs/gir/pull/1108)
827827
* [codegen: only use ret if a builder\_postprocess is set](https://github.com/gtk-rs/gir/pull/1123)
828828
* [codegen: add missing } for build pattern](https://github.com/gtk-rs/gir/pull/1125)
829829
* [Add rename doc aliases](https://github.com/gtk-rs/gir/pull/1116)
@@ -840,8 +840,8 @@ All this was possible thanks to the [gir][gir] project as well:
840840
* [codegen/sys: Use pointer formatting literal to print address of self](https://github.com/gtk-rs/gir/pull/1138)
841841
* [Stop dereferencing followed by reborrowing in `match` and `if let`](https://github.com/gtk-rs/gir/pull/1139)
842842
* [codegen: default to gtk-rs-core for sys crates](https://github.com/gtk-rs/gir/pull/1141)
843-
* [Rename `do\_main` to `main`](https://github.com/gtk-rs/gir/pull/1146)
844-
* [codegen/doc: Drop `\[Deprecated\]` text in favour of Rust annotations](https://github.com/gtk-rs/gir/pull/1148)
843+
* [Rename `do_main` to `main`](https://github.com/gtk-rs/gir/pull/1146)
844+
* [codegen/doc: Drop `[Deprecated]` text in favour of Rust annotations](https://github.com/gtk-rs/gir/pull/1148)
845845
* [codegen/object: Add missing deprecation attribute to builders](https://github.com/gtk-rs/gir/pull/1147)
846846
* [docs: generate docs for builder properties](https://github.com/gtk-rs/gir/pull/1144)
847847
* [docs: ignore not useful function parameters](https://github.com/gtk-rs/gir/pull/1145)

0 commit comments

Comments
 (0)