Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Jun 3, 2024
1 parent e17ba0b commit f8b3b35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 6 additions & 2 deletions wayland-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@

## Unreleased

#### Additions

- `Backend::manage_object` for handling foreign proxies with the sys backend

## 0.3.4 -- 2024-05-30

### Additions
#### Additions

- Add `rwh_06` feature for `raw-window-handle` 0.6

Expand All @@ -14,7 +18,7 @@

## 0.3.3 -- 2024-01-29

### Additions
#### Additions
- client: Implement `Eq` for `Backend`

#### Bugfixes
Expand Down
6 changes: 5 additions & 1 deletion wayland-backend/src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,11 @@ impl client::Backend {
/// # Safety
///
/// There must never be more than one party managing an object. This is only
/// safe to call when a third party is transferring ownership of the proxy.
/// safe to call when a third party gave you ownership of an uninitialized
/// proxy.
///
/// The caller is also responsible for making sure the passed interface matches
/// the proxy.
#[inline]
pub unsafe fn manage_object(
&self,
Expand Down

0 comments on commit f8b3b35

Please sign in to comment.