Benedikt Heine 6402218205 Remove negative NULL-check warning
According to the docs in the GSourceFuncs, the timeout_ parameter can be
NULL. But when it's NULL, it would be equivalent to an invocation to
return -1 as timeout_ and FALSE as return value. This is exactly the
same, what we're doing if timeout_ is not NULL.
2018-02-02 17:29:05 +01:00
..
2018-02-02 17:29:04 +01:00
2017-07-10 14:38:20 +03:00
x.c
2018-02-02 17:29:05 +01:00
x.h
2017-12-25 15:53:20 +01:00