Skip to content

Commit

Permalink
Fixup occurence of Accessible where ObjectRef is more appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvanderduim authored and TTWNO committed Apr 17, 2024
1 parent 1a452b4 commit cbb3ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atspi-common/src/events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub mod window;
// Unmarshalled event body signatures: These outline the event specific deserialized event types.
// Safety: These are evaluated at compile time.
// ----
// The signal signature "(so)" (an Accessible) is ambiguous, because it is used in:
// The signal signature "(so)" (`ObjectRef`) is ambiguous, because it is used in:
// - Cache : RemoveAccessible
// - Socket: Available *( signals the availability of the `Registry` daemon.)
//
Expand Down

0 comments on commit cbb3ca8

Please sign in to comment.