mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
miracled: implement PropertiesChanged signals
We need to send PropertiesChanged signals whenever we change properties that are annotated as such. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
14ca5829b2
commit
5d5ab7761f
5 changed files with 73 additions and 0 deletions
|
@ -138,4 +138,9 @@ void manager_dbus_disconnect(struct manager *m);
|
|||
struct link *manager_find_link(struct manager *m, const char *name);
|
||||
struct peer *manager_find_peer(struct manager *m, const char *name);
|
||||
|
||||
/* dbus */
|
||||
|
||||
void peer_dbus_properties_changed(struct peer *p, const char *prop, ...);
|
||||
void link_dbus_properties_changed(struct link *l, const char *prop, ...);
|
||||
|
||||
#endif /* MIRACLED_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue