X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=libs%2Fgtkutil%2Ffilechooser.h;fp=libs%2Fgtkutil%2Ffilechooser.h;h=3789321e4b13b9a8be1b3f6d2b115c30f6249f2b;hp=d23beb5da320da8d165e1f9ab197eaf680efe1e6;hb=599056d18827a01ef0af31e5e3c80bfc2870bb6b;hpb=e1ed914df2a6c48e814bc0bdb6b333e322b8d561 diff --git a/libs/gtkutil/filechooser.h b/libs/gtkutil/filechooser.h index d23beb5d..3789321e 100644 --- a/libs/gtkutil/filechooser.h +++ b/libs/gtkutil/filechooser.h @@ -26,7 +26,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA /// GTK+ file-chooser dialogs. typedef struct _GtkWidget GtkWidget; -const char* file_dialog(GtkWidget *parent, bool open, const char* title, const char* path = 0, const char* pattern = 0); +const char* file_dialog(GtkWidget *parent, bool open, const char* title, const char* path = 0, const char* pattern = 0, bool want_load = false, bool want_import = false, bool want_save = false); /// \brief Prompts the user to browse for a directory.