21#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
22#error "Only <gtk/gtk.h> can be included directly."
30#define GTK_TYPE_FILE_CHOOSER_NATIVE (gtk_file_chooser_native_get_type ())
33G_DECLARE_FINAL_TYPE (GtkFileChooserNative, gtk_file_chooser_native, GTK, FILE_CHOOSER_NATIVE, GtkNativeDialog)
39 const char *accept_label,
40 const char *cancel_label);
46 const char *accept_label);
51 const char *cancel_label);
#define GDK_DEPRECATED_IN_4_10
#define GDK_AVAILABLE_IN_ALL
GDK_DEPRECATED_IN_4_10 const char * gtk_file_chooser_native_get_cancel_label(GtkFileChooserNative *self)
GDK_DEPRECATED_IN_4_10 void gtk_file_chooser_native_set_accept_label(GtkFileChooserNative *self, const char *accept_label)
GDK_AVAILABLE_IN_ALL GDK_DEPRECATED_IN_4_10 GtkFileChooserNative * gtk_file_chooser_native_new(const char *title, GtkWindow *parent, GtkFileChooserAction action, const char *accept_label, const char *cancel_label)
GDK_DEPRECATED_IN_4_10 void gtk_file_chooser_native_set_cancel_label(GtkFileChooserNative *self, const char *cancel_label)
GDK_DEPRECATED_IN_4_10 const char * gtk_file_chooser_native_get_accept_label(GtkFileChooserNative *self)
#define G_DECLARE_FINAL_TYPE(ModuleObjName, module_obj_name, MODULE, OBJ_NAME, ParentName)