MAINTAINERS
author Michał Kępień <github@kempniu.pl>
Tue, 25 Sep 2018 21:52:25 +0200
changeset 723 c4953bf0a53d
parent 672 71f60c55efb3
permissions -rw-r--r--
GIOCondition is a bit field Use bitwise AND instead of equality checks when processing a GIOCondition value passed to a GIOChannel callback since it may be a bitwise combination of multiple enum values (e.g. G_IO_OUT | G_IO_ERR).

Frank Zschockelt <lm@freakysoft.de>
Mikael Berthe <mikael@lilotux.net>