Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Yan2018-11-01 14:36:20 +0000
committerAlexander Kurtakov2018-11-05 15:32:53 +0000
commitf23577f6c6622ec6291ce641439c3c80d35e9ca5 (patch)
tree60ebb826aba487b937348fa0a3d8c914cfc1e3ef /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent492144bd4e220e6daeac4fcc4a3f65f4ffef6f95 (diff)
downloadeclipse.platform.swt-f23577f6c6622ec6291ce641439c3c80d35e9ca5.tar.gz
eclipse.platform.swt-f23577f6c6622ec6291ce641439c3c80d35e9ca5.tar.xz
eclipse.platform.swt-f23577f6c6622ec6291ce641439c3c80d35e9ca5.zip
Bug 540692 - [GTK] Replace GtkFileChooserDialog with
GtkFileChooserNative Replace GtkFileChooserDialog with GtkFileChooserNative for GTK3.20+. Change-Id: If705c899098d2598eb4400b96d1cf48474c53629 Signed-off-by: Xi Yan <xixiyan@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
index 1c158c076a..3f279b26bb 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
@@ -422,6 +422,7 @@ typedef enum {
_1gtk_1file_1chooser_1get_1filter_FUNC,
_1gtk_1file_1chooser_1get_1uri_FUNC,
_1gtk_1file_1chooser_1get_1uris_FUNC,
+ _1gtk_1file_1chooser_1native_1new_FUNC,
_1gtk_1file_1chooser_1set_1current_1folder_FUNC,
_1gtk_1file_1chooser_1set_1current_1folder_1uri_FUNC,
_1gtk_1file_1chooser_1set_1current_1name_FUNC,
@@ -564,6 +565,7 @@ typedef enum {
_1gtk_1micro_1version_FUNC,
_1gtk_1minor_1version_FUNC,
_1gtk_1misc_1set_1alignment_FUNC,
+ _1gtk_1native_1dialog_1run_FUNC,
_1gtk_1notebook_1get_1current_1page_FUNC,
_1gtk_1notebook_1get_1scrollable_FUNC,
_1gtk_1notebook_1insert_1page_FUNC,

Back to the top