[Interest] Question about using QtDBus

Rogers Nate nate.rogers at raymondcorp.com
Wed Sep 3 19:16:47 CEST 2014


On 09/03/2014 01:15 PM, Thiago Macieira wrote:
> On Wednesday 03 September 2014 16:26:31 Rogers Nate wrote:
>> public Q_SLOTS: // METHODS
>>     void serviceErrorLog();
> This isn't right. Is the interface file also returning void (or 
> QDBusReply<void>)?
>
> Can you attach the .xml file too?

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection
1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="com.GDM.ServiceData">
    <method name="serviceErrorLog">
        <arg name="QList<ServiceErrorLogData>" type="a(ss)"
direction="out"/>
        <annotation name="org.qtproject.QtDBus.QtTypeName.Out0"
value="QList<ServiceErrorLogData>"/>
    </method>
  </interface>
</node>


Confidentiality Notice: The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is not authorized and may be unlawful.




More information about the Interest mailing list