add pa_client_update_proplist() call

This commit is contained in:
Lennart Poettering 2009-02-05 04:06:50 +01:00
parent 63e234335f
commit a67406db93
2 changed files with 15 additions and 0 deletions

View file

@ -71,4 +71,6 @@ void pa_client_kill(pa_client *c);
/* Rename the client */
void pa_client_set_name(pa_client *c, const char *name);
void pa_client_update_proplist(pa_client *c, pa_update_mode_t mode, pa_proplist *p);
#endif