Skip to content

Commit

Permalink
rust: document a missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 10, 2024
1 parent 5a8ec55 commit 8aff3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-server/src/dbus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ impl DBusObjectChangesStream {
/// Builds a stream of added/removed objects within the collection.
///
/// * `connection`: D-Bus connection.
/// * `manager_path`: .
/// * `manager_path`: path of the object implementing the ObjectManager interface.
async fn build_added_and_removed_stream(
connection: &zbus::Connection,
manager_path: &OwnedObjectPath,
Expand Down

0 comments on commit 8aff3f1

Please sign in to comment.