Hi On Tue, Aug 25, 2015 at 3:39 PM, Pavel Grunt <pgrunt at redhat.com> wrote: > + GDateTime *now = g_date_time_new_now_local(); this is overkill, and suffers discontinuities. g_get_monotonic_time() would have been a better API for this. -- Marc-André Lureau