Skip to content

Commit

Permalink
chore: Change visibility on start_event_listener
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Nov 10, 2023
1 parent 148d238 commit 5e1e5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub enum Events<
RemovedEvent(RemovedEvent),
}

fn start_event_listener<
pub fn start_event_listener<
AddedEvent: ReadAll + AppendAll + dbus::message::SignalArgs + Send + Sync + GetVal<AddedEvent> + 'static,
RemovedEvent: ReadAll + AppendAll + dbus::message::SignalArgs + Send + Sync + GetVal<RemovedEvent> + 'static,
>(
Expand Down

0 comments on commit 5e1e5cd

Please sign in to comment.