From a67406db936d3db85b819a1126d858c9efe672c2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 5 Feb 2009 04:06:50 +0100 Subject: add pa_client_update_proplist() call --- src/pulsecore/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pulsecore/client.h') diff --git a/src/pulsecore/client.h b/src/pulsecore/client.h index 48e9bc7a..8ac80dd9 100644 --- a/src/pulsecore/client.h +++ b/src/pulsecore/client.h @@ -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 -- cgit