diff options
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c')
-rw-r--r-- | bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c index d5e53977d1..6491dd15eb 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.c @@ -1333,6 +1333,10 @@ char * OS_nativeFunctionNames[] = { "_1g_1dbus_1method_1invocation_1return_1value", "_1g_1dbus_1node_1info_1lookup_1interface", "_1g_1dbus_1node_1info_1new_1for_1xml", + "_1g_1dbus_1proxy_1call", + "_1g_1dbus_1proxy_1call_1finish", + "_1g_1dbus_1proxy_1call_1sync", + "_1g_1dbus_1proxy_1new_1for_1bus_1sync", "_1g_1error_1free", "_1g_1error_1get_1message", "_1g_1file_1get_1uri", @@ -1513,6 +1517,10 @@ char * OS_nativeFunctionNames[] = { "_1g_1utf8_1to_1utf16___3BJ_3J_3J_3J", #endif "_1g_1value_1peek_1pointer", + "_1g_1variant_1builder_1add_1value", + "_1g_1variant_1builder_1end", + "_1g_1variant_1builder_1new", + "_1g_1variant_1builder_1unref", "_1g_1variant_1get_1boolean", "_1g_1variant_1get_1byte", "_1g_1variant_1get_1child_1value", @@ -1521,6 +1529,7 @@ char * OS_nativeFunctionNames[] = { "_1g_1variant_1get_1string", "_1g_1variant_1get_1type", "_1g_1variant_1get_1type_1string", + "_1g_1variant_1get_1uint64", "_1g_1variant_1is_1of_1type", "_1g_1variant_1n_1children", "_1g_1variant_1new_1boolean", @@ -1529,6 +1538,8 @@ char * OS_nativeFunctionNames[] = { "_1g_1variant_1new_1int32", "_1g_1variant_1new_1string", "_1g_1variant_1new_1tuple", + "_1g_1variant_1new_1uint64", + "_1g_1variant_1type_1new", "_1gdk_1keymap_1translate_1keyboard_1state", "_1getpid", "_1glib_1major_1version", |