Ticket #417 (closed enhancement: fixed)
Add support for enumerations in XML specs
| Reported by: | ptitjes | Owned by: | ptitjes |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | vala-dbus-binding-tool | Version: | |
| Keywords: | Cc: |
Description
Format will be:
...
<interface name="org.freesmartphone.Phone.Call">
...
<method name="GetStatus">
<arg type="s" name="status" direction="out"
fso:enumeration="org.freesmartphone.Phone.CallStatus"/>
</method>
...
</interface>
<fso:enumeration type="s" name="org.freesmartphone.Phone.CallStatus">
<fso:value name="ready">READY</fso:value>
...
</fso:enumeration>
...
Change History
comment:2 Changed 3 years ago by stefan
- Status changed from closed to reopened
- Resolution fixed deleted
re-open, missing validity check
comment:3 Changed 2 years ago by sim
decoration Changed 1 year ago by admin
bathtub Changed 1 year ago by admin
solar system Changed 1 year ago by admin
stair parts Changed 1 year ago by admin
solar supply Changed 1 year ago by admin
Note: See
TracTickets for help on using
tickets.

Supported was added, thanks ptitjes