This series include three patches around the utilisation of QIOChannel features. The first patch actually fixes a bug, while the other two makes the test/set of features consistent by using helper functions.
Changes from v1: - Fix two pointer declarations (were missing a star) - Fix a call to _set_features() which should be _set_feature() Felipe Franciosi (3): io: Fix double shift usages on QIOChannel features io: Use qio_channel_has_feature() where applicable io: Introduce a qio_channel_set_feature() helper include/io/channel.h | 16 +++++++++++++--- io/channel-socket.c | 12 +++++++----- io/channel-tls.c | 4 ++-- io/channel-websock.c | 4 ++-- io/channel.c | 11 +++++++++-- 5 files changed, 33 insertions(+), 14 deletions(-)