On Oct 16, 2017 4:20 PM, "Frediano Ziglio" wrote:
On Fri, Oct 13, 2017 at 3:49 PM Frediano Ziglio wrote:
>
> On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio wrote:
>
>> >
>> > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio
>> wrote:
>> > >>
>> > >> Replace existing main while-loop with GMain
> On Fri, Oct 13, 2017 at 3:49 PM Frediano Ziglio < fzig...@redhat.com > wrote:
> > > > On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio < fzig...@redhat.com >
> > > > wrote:
> > >
> >
>
> > > > > >
> > > >
> > >
> >
>
> > > > > > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio <
> > > > > >
On Fri, Oct 13, 2017 at 3:49 PM Frediano Ziglio wrote:
>
> On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio wrote:
>
>> >
>> > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio
>> wrote:
>> > >>
>> > >> Replace existing main while-loop with GMainLoop.
>> > >>
>> > >> Use GIOChannel with g_io_add_wa
> > On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio < fzig...@redhat.com > wrote:
>
> > > >
> >
>
> > > > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio < fzig...@redhat.com >
> > > > wrote:
> >
>
> > > > >>
> >
>
> > > > >> Replace existing main while-loop with GMainLoop.
> >
>
> > > > >
> On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio < fzig...@redhat.com > wrote:
> > >
>
> > > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio < fzig...@redhat.com >
> > > wrote:
>
> > > >>
>
> > > >> Replace existing main while-loop with GMainLoop.
>
> > > >>
>
> > > >> Use GIOChannel with g_i
On Fri, Oct 13, 2017, 9:29 AM Frediano Ziglio wrote:
> >
> > On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio
> wrote:
> > >>
> > >> Replace existing main while-loop with GMainLoop.
> > >>
> > >> Use GIOChannel with g_io_add_watch() to manage IO
> > >> from x11 connections in the main loop.
> >
>
> On Wed, Oct 11, 2017 at 1:43 PM, Frediano Ziglio wrote:
> >>
> >> Replace existing main while-loop with GMainLoop.
> >>
> >> Use GIOChannel with g_io_add_watch() to manage IO
> >> from x11 connections in the main loop.
> >>
> >> udscs_connect() now internally creates GSources
> >> by calling
>
> Replace existing main while-loop with GMainLoop.
>
> Use GIOChannel with g_io_add_watch() to manage IO
> from x11 connections in the main loop.
>
> udscs_connect() now internally creates GSources
> by calling g_io_add_watch().
> This enables GMainLoop integration,
> clients no longer need to
Replace existing main while-loop with GMainLoop.
Use GIOChannel with g_io_add_watch() to manage IO
from x11 connections in the main loop.
udscs_connect() now internally creates GSources
by calling g_io_add_watch().
This enables GMainLoop integration,
clients no longer need to call
udscs_client_fi