<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.apertium.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AJava_D-Bus_snippet</id>
	<title>Template:Java D-Bus snippet - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apertium.org/w/index.php?action=history&amp;feed=atom&amp;title=Template%3AJava_D-Bus_snippet"/>
	<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Template:Java_D-Bus_snippet&amp;action=history"/>
	<updated>2026-05-05T11:09:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=Template:Java_D-Bus_snippet&amp;diff=3111&amp;oldid=prev</id>
		<title>Wynand.winterbach: Java D-Bus snippet moved to Template:Java D-Bus snippet: To make {{}} syntax work</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Template:Java_D-Bus_snippet&amp;diff=3111&amp;oldid=prev"/>
		<updated>2007-12-19T12:54:27Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/wiki/Java_D-Bus_snippet&quot; class=&quot;mw-redirect&quot; title=&quot;Java D-Bus snippet&quot;&gt;Java D-Bus snippet&lt;/a&gt; moved to &lt;a href=&quot;/wiki/Template:Java_D-Bus_snippet&quot; title=&quot;Template:Java D-Bus snippet&quot;&gt;Template:Java D-Bus snippet&lt;/a&gt;: To make {{}} syntax work&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 12:54, 19 December 2007&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Wynand.winterbach</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.apertium.org/w/index.php?title=Template:Java_D-Bus_snippet&amp;diff=3110&amp;oldid=prev</id>
		<title>Wynand.winterbach: New page: &lt;pre&gt; import org.freedesktop.DBus; import org.freedesktop.dbus.DBusConnection; import org.freedesktop.dbus.exceptions.DBusException;  import org.apertium.Info; // The interface we use to a...</title>
		<link rel="alternate" type="text/html" href="https://wiki.apertium.org/w/index.php?title=Template:Java_D-Bus_snippet&amp;diff=3110&amp;oldid=prev"/>
		<updated>2007-12-19T12:49:12Z</updated>

		<summary type="html">&lt;p&gt;New page: &amp;lt;pre&amp;gt; import org.freedesktop.DBus; import org.freedesktop.dbus.DBusConnection; import org.freedesktop.dbus.exceptions.DBusException;  import org.apertium.Info; // The interface we use to a...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
import org.freedesktop.DBus;&lt;br /&gt;
import org.freedesktop.dbus.DBusConnection;&lt;br /&gt;
import org.freedesktop.dbus.exceptions.DBusException;&lt;br /&gt;
&lt;br /&gt;
import org.apertium.Info; // The interface we use to access org.apertium.info/&lt;br /&gt;
&lt;br /&gt;
class TestDBus {&lt;br /&gt;
&lt;br /&gt;
        public static void main(String[] args) throws org.freedesktop.dbus.exceptions.DBusException {&lt;br /&gt;
                DBusConnection bus = null;&lt;br /&gt;
                Info info = null;&lt;br /&gt;
&lt;br /&gt;
                bus = DBusConnection.getConnection(DBusConnection.SESSION);&lt;br /&gt;
                info = bus.getRemoteObject(&amp;quot;org.apertium.info&amp;quot;, &amp;quot;/&amp;quot;, Info.class);&lt;br /&gt;
&lt;br /&gt;
                for (String s : info.modes()) {&lt;br /&gt;
                        System.out.println(s);&lt;br /&gt;
                }&lt;br /&gt;
&lt;br /&gt;
                bus.disconnect();&lt;br /&gt;
        }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Wynand.winterbach</name></author>
		
	</entry>
</feed>