app: Introduce and use GimpFileChooserAction
Introduce and use GimpFileChooserAction in the core so that we can differentiate Save from Export later.
This commit is contained in:
@ -66,7 +66,7 @@ typedef struct _GimpFileDialogState GimpFileDialogState;
|
||||
GType gimp_file_dialog_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GtkWidget * gimp_file_dialog_new (Gimp *gimp,
|
||||
GtkFileChooserAction action,
|
||||
GimpFileChooserAction action,
|
||||
const gchar *title,
|
||||
const gchar *role,
|
||||
const gchar *stock_id,
|
||||
|
||||
Reference in New Issue
Block a user