GNOME Bugzilla – Bug 630588
GtkFileChoserDialog missing no var-args constructor
Last modified: 2010-09-26 18:53:04 UTC
GtkFileChoserDialog missing no var-args constructor, so no constructor is available in GIR. We probably need gtk_message_dialog_newv
*** Bug 630589 has been marked as a duplicate of this bug. ***
g_object_newv should work fine, but maybe thats not the most convenient way to construct a file chooser dialog.
*** This bug has been marked as a duplicate of bug 141004 ***