mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracled: send ScanStopped events
We should notify miraclectl about ScanStopped events so we can correctly track active scans. If we don't do that, we would have to explicitly track it on connect/disconnect/etc. commands, which seems cumbersome given the undeterminisc actions they cause. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
533959633e
commit
14aa8368e6
6 changed files with 76 additions and 0 deletions
|
@ -158,6 +158,7 @@ void peer_dbus_removed(struct peer *p);
|
|||
|
||||
_shl_sentinel_
|
||||
void link_dbus_properties_changed(struct link *l, const char *prop, ...);
|
||||
void link_dbus_scan_stopped(struct link *l);
|
||||
void link_dbus_added(struct link *l);
|
||||
void link_dbus_removed(struct link *l);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue