Re: [pulseaudio-discuss] [PATCH 1/5] core: add simple message interface

2017-11-09 Thread Tanu Kaskinen
On Sun, 2017-10-29 at 20:51 +0100, Georg Chini wrote: > This patch adds a new feature to the core which allows to send messages > to objects. An object can register/unregister a message handler with > pa_message_handler_{register, unregister}() while a message can be sent > to the handler using the

[pulseaudio-discuss] [PATCH 1/5] core: add simple message interface

2017-10-29 Thread Georg Chini
This patch adds a new feature to the core which allows to send messages to objects. An object can register/unregister a message handler with pa_message_handler_{register, unregister}() while a message can be sent to the handler using the pa_message_handler_send_message() function. A message has 4 a