Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Ufimtsev2018-01-16 21:46:55 +0000
committerLeo Ufimtsev2018-01-18 02:05:02 +0000
commitc335e1d1f3363d6b3668013e0b9897acb09559d1 (patch)
tree450182b361c63b6eaaad575b1fd4cf0bc82fa0f2 /bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/os_stats.h
parentb2fae589b777bcddc3ad5602aa371895abd884e8 (diff)
downloadeclipse.platform.swt-c335e1d1f3363d6b3668013e0b9897acb09559d1.tar.gz
eclipse.platform.swt-c335e1d1f3363d6b3668013e0b9897acb09559d1.tar.xz
eclipse.platform.swt-c335e1d1f3363d6b3668013e0b9897acb09559d1.zip
Bug 528414 (swtWaylandLauncher) Part 1.2 : Polishing of SWT GDBus
Not a prereq to launcher patch, but nice to merge. - Mostly polish. No real functional change to existing functionality. - Clarified code that was confusing when there was an issue. - Added documentation with samples. - Added/tested support for Boolean and Integer to GDBus implementation, I initially was planning on using them for ping method, but later discovered that I could use DBus's standard Peer.Ping method. However, Boolean/Integer handling might come in handy in the future, since I developed/tested it, we might as well add it. - Minor bug-fixes here and there. Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=528414 Change-Id: I201ce2bfd71afb563d3463f2f8ce980422423a8d Signed-off-by: Leo Ufimtsev <lufimtse@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.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 41480bd6d2..61a1ca03e1 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
@@ -398,6 +398,7 @@ typedef enum {
_1g_1variant_1get_1byte_FUNC,
_1g_1variant_1get_1child_1value_FUNC,
_1g_1variant_1get_1double_FUNC,
+ _1g_1variant_1get_1int32_FUNC,
_1g_1variant_1get_1string_FUNC,
_1g_1variant_1get_1type_FUNC,
_1g_1variant_1get_1type_1string_FUNC,

Back to the top