kernelhcy/gtkqq

gentoo x86_64,configure is ok ,but cannot make

Opened this issue · 0 comments

qqutils.c: In function 'save_img_to_file':
qqutils.c:77:5: error: 'g_io_channel_close' is deprecated (declared at /usr/include/glib-2.0/glib/giochannel.h:194): Use 'g_io_channel_shutdown' instead

g_io_channel_shutdown :

GIOStatus g_io_channel_shutdown (GIOChannel _channel,
gboolean flush,
GError *_err);