Warning: Can't synchronize with repository "(default)" (No changeset 96d22ec3fa3ef6de3ea8dc0d7d398adc9aa071cf in the repository). Look in the Trac log for more information.

Changeset 4c1341e in Dbus API specifications


Ignore:
Timestamp:
02/01/12 07:21:13 (17 months ago)
Author:
Simon Busch <morphis@…>
Branches:
820cacfd324a623a04b3e22f319e9220819d6ec4, 0.11, 675acad2f1510526a93c9777d03664766c823aab, morphis/pending, morphis/sms-rework
Children:
8911612
Parents:
7e930a0
git-author:
Simon Busch <morphis@…> (02/01/12 07:21:13)
git-committer:
Simon Busch <morphis@…> (02/01/12 07:21:13)
Message:

org.freesmartphone.Device.PowerSupply?: methods GetCapacity/GetPowerStatus? can throw org.freesmartphone exception

Signed-off-by: Simon Busch <morphis@…>

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • org.freesmartphone.Device/org.freesmartphone.Device.PowerSupply.xml.in

    r01ef38a r4c1341e  
    2626      </doc:doc> 
    2727    </arg> 
     28    <fso:throws type="org.freesmartphone"/> 
    2829  </method> 
    2930 
     
    5960      </doc:doc> 
    6061    </arg> 
     62    <fso:throws type="org.freesmartphone"/> 
    6163  </method> 
    6264 
  • xml/org.freesmartphone.Device.PowerSupply.xml

    r01ef38a r4c1341e  
    66      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/> 
    77      <arg direction="out" type="i" name="energy"/> 
     8      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/> 
    89    </method> 
    910    <method name="GetPowerStatus"> 
    1011      <annotation name="org.freedesktop.DBus.GLib.Async" value="true"/> 
    1112      <arg xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" direction="out" type="s" name="status" fso:type="org.freesmartphone.Device.PowerStatus"/> 
     13      <fso:throws xmlns:fso="http://www.freesmartphone.org/schemas/DBusSpecExtension" type="org.freesmartphone"/> 
    1214    </method> 
    1315    <signal name="PowerStatus"> 
Note: See TracChangeset for help on using the changeset viewer.