kernelhcy / gtkqq

a qq client based on gtk+ uses webqq protocol
http://code.google.com/p/gtk-qq/
GNU General Public License v3.0
181 stars 42 forks source link

gentoo x86_64,configure is ok ,but cannot make #109

Open theburn opened 12 years ago

theburn commented 12 years ago

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);