Julien Puydt a écrit :
Eugen Dedu a écrit :
The reason is that gtk_file_chooser_button_new_with_backend is
deprecated, cf.
http://library.gnome.org/devel/gtk/stable/GtkFileChooserButton.html#gtk-file-chooser-button-new-with-backend
Unfortunately, the API does not inform about the function to be
used in this case. Do you know how to replace this function?
I had a bug about such documentation problems : it was closed -- the
gtk+ developpers prefer separate bug reports for each of those problems.
I reported it :
http://bugzilla.gnome.org/show_bug.cgi?id=563991
It's fixed, now the doc reads :
Use gtk_file_chooser_button_new() instead.