当我使用gdk_pixbuf_save(picturePixbuf, currentFileName, "bmp", &error, NULL);
将GdkPixbuf内容保存到一个文件(应该创建,通过对话框窗口确定路径)时,我收到警告:
(app.exe:2012): Gtk-WARNING **: Unable to retrieve the file info for `file:///C:/file.png': Error stating file 'C:\file.png': No such file or directory
为什么呢?该文件实际上正在创建。
答案 0 :(得分:0)
您遇到此错误:https://bugzilla.gnome.org/show_bug.cgi?id=662814 - 请更新您的GTK +版本;此错误已经修复,较新的版本(GTK + 2.24或GTK + 3.x)不会打印该警告。