Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-16 Thread Georg Chini
On 16.08.2017 16:56, Tanu Kaskinen wrote: On Sun, 2017-08-06 at 15:29 +0200, Georg Chini wrote: On 06.08.2017 07:26, Tanu Kaskinen wrote: On Sat, 2017-08-05 at 21:32 +0200, Georg Chini wrote: On 05.08.2017 13:37, Tanu Kaskinen wrote: On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote:

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-16 Thread Tanu Kaskinen
On Sun, 2017-08-06 at 15:29 +0200, Georg Chini wrote: > On 06.08.2017 07:26, Tanu Kaskinen wrote: > > On Sat, 2017-08-05 at 21:32 +0200, Georg Chini wrote: > > > On 05.08.2017 13:37, Tanu Kaskinen wrote: > > > > On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: > > > > > This patch adds a new

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-08 Thread Georg Chini
On 06.08.2017 15:29, Georg Chini wrote: On 06.08.2017 07:26, Tanu Kaskinen wrote: On Sat, 2017-08-05 at 21:32 +0200, Georg Chini wrote: On 05.08.2017 13:37, Tanu Kaskinen wrote: On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: This patch adds a new feature to the core which allows to

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-06 Thread Georg Chini
On 06.08.2017 07:26, Tanu Kaskinen wrote: On Sat, 2017-08-05 at 21:32 +0200, Georg Chini wrote: On 05.08.2017 13:37, Tanu Kaskinen wrote: On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: This patch adds a new feature to the core which allows to exchange messages between objects. An

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-05 Thread Tanu Kaskinen
On Sat, 2017-08-05 at 21:32 +0200, Georg Chini wrote: > On 05.08.2017 13:37, Tanu Kaskinen wrote: > > On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: > > > This patch adds a new feature to the core which allows to exchange > > > messages between objects. An object can register/unregister a

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-05 Thread Georg Chini
On 05.08.2017 13:37, Tanu Kaskinen wrote: On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: This patch adds a new feature to the core which allows to exchange messages between objects. An object can register/unregister a message handler with pa_core_message_handler_{register, unregister}()

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-05 Thread Georg Chini
On 05.08.2017 13:37, Tanu Kaskinen wrote: On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: This patch adds a new feature to the core which allows to exchange messages between objects. An object can register/unregister a message handler with pa_core_message_handler_{register, unregister}()

Re: [pulseaudio-discuss] [PATCH 1/3] core: add generic message interface

2017-08-05 Thread Tanu Kaskinen
On Fri, 2017-08-04 at 15:37 +0200, Georg Chini wrote: > This patch adds a new feature to the core which allows to exchange > messages between objects. An object can register/unregister a message > handler with pa_core_message_handler_{register, unregister}() while > any other object can send a