GdkPixbufの内容をファイル(作成されることになっている、ダイアログウィンドウでパスが決定される)に保存するとgdk_pixbuf_save(picturePixbuf, currentFileName, "bmp", &error, NULL);
、次の警告が表示されます。
(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
なんで?ファイルは実際に作成されています。