Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandr Miloslavskiy2019-07-04 16:42:39 +0000
committerEric Williams2019-07-08 15:05:22 +0000
commitde95eb78d372a16b034c585d679aa7cfffc17c4d (patch)
tree5648dfceb53c76412db0f44ff5af611a0ec2c53b /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parent55db773f4bc800bba4f3ba9aaf18947fbe362e6d (diff)
downloadeclipse.platform.swt-de95eb78d372a16b034c585d679aa7cfffc17c4d.tar.gz
eclipse.platform.swt-de95eb78d372a16b034c585d679aa7cfffc17c4d.tar.xz
eclipse.platform.swt-de95eb78d372a16b034c585d679aa7cfffc17c4d.zip
Bug 548982 - [GTK] Optimize bulk inserting items to Tree
Change-Id: I1b6c19d043cc42ac244926129eef2ba71ef174ad Signed-off-by: Alexandr Miloslavskiy <alexandr.miloslavskiy@syntevo.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.h1
1 files changed, 1 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 73994032b7..642bc88848 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
@@ -873,6 +873,7 @@ typedef enum {
_1gtk_1tree_1store_1clear_FUNC,
_1gtk_1tree_1store_1insert_FUNC,
_1gtk_1tree_1store_1newv_FUNC,
+ _1gtk_1tree_1store_1prepend_FUNC,
_1gtk_1tree_1store_1remove_FUNC,
_1gtk_1tree_1store_1set__JJIII_FUNC,
_1gtk_1tree_1store_1set__JJIJI_FUNC,

Back to the top