<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://alteeve.com/w/index.php?action=history&amp;feed=atom&amp;title=Net%3A%3ADBus%3A%3AAnnotation_Methods</id>
	<title>Net::DBus::Annotation Methods - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://alteeve.com/w/index.php?action=history&amp;feed=atom&amp;title=Net%3A%3ADBus%3A%3AAnnotation_Methods"/>
	<link rel="alternate" type="text/html" href="https://alteeve.com/w/index.php?title=Net::DBus::Annotation_Methods&amp;action=history"/>
	<updated>2026-04-04T04:27:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://alteeve.com/w/index.php?title=Net::DBus::Annotation_Methods&amp;diff=445&amp;oldid=prev</id>
		<title>Digimer: Created page with &#039;{{dbtut_header}}  = dbus_call_sync =  Usage: &lt;source lang=&quot;perl&quot;&gt;my $processes=$object-&gt;list_processes(&quot;someuser&quot;);&lt;/source&gt; :(MADI: no (specific) example given in the POD for th…&#039;</title>
		<link rel="alternate" type="text/html" href="https://alteeve.com/w/index.php?title=Net::DBus::Annotation_Methods&amp;diff=445&amp;oldid=prev"/>
		<updated>2009-10-12T02:01:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{dbtut_header}}  = dbus_call_sync =  Usage: &amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;my $processes=$object-&amp;gt;list_processes(&amp;quot;someuser&amp;quot;);&amp;lt;/source&amp;gt; :(MADI: no (specific) example given in the POD for th…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Páàjì titun&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{dbtut_header}}&lt;br /&gt;
&lt;br /&gt;
= dbus_call_sync =&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;my $processes=$object-&amp;gt;list_processes(&amp;quot;someuser&amp;quot;);&amp;lt;/source&amp;gt;&lt;br /&gt;
:(MADI: no (specific) example given in the POD for this method)&lt;br /&gt;
&lt;br /&gt;
This requests that a remote method call be performed &amp;#039;synchronously&amp;#039;. That is, wait until a reply or an error is returned from the remote method before proceeding.&lt;br /&gt;
&lt;br /&gt;
= dbus_call_async =&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;my $asyncreply=$object-&amp;gt;list_processes(dbus_call_async, &amp;quot;someuser&amp;quot;);&amp;lt;/source&amp;gt;&lt;br /&gt;
:MADI: Will the user pick up the reply via the Net::DBus::Reactor-&amp;gt;run event loop in this case?&lt;br /&gt;
&lt;br /&gt;
This requests that a remote method call be performed &amp;#039;asynchronously&amp;#039;. That is, the program will continue without waiting until a reply or error is received.&lt;br /&gt;
&lt;br /&gt;
= dbus_call_noreply =&lt;br /&gt;
&lt;br /&gt;
Usage:&lt;br /&gt;
&amp;lt;source lang=&amp;quot;perl&amp;quot;&amp;gt;$object-&amp;gt;list_processes(dbus_call_noreply, &amp;quot;someuser&amp;quot;);&amp;lt;/source&amp;gt;&lt;br /&gt;
:This is a poor example, as a list would normally be returned, but it shows the syntax.&lt;br /&gt;
:MADI: Find a better example that shows an accurate call we would not care to get a reply from (ie: a remote call to update the network devices?).&lt;br /&gt;
&lt;br /&gt;
This sends a request to a remote method call but never looks for a reply of any type. This is useful when you know the remote method call will never reply&lt;br /&gt;
{{footer}}&lt;/div&gt;</summary>
		<author><name>Digimer</name></author>
	</entry>
</feed>