Ticket #417 (closed enhancement: fixed)

Opened 3 years ago

Last modified 21 months ago

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:1 Changed 3 years ago by stefan

  • Status changed from new to closed
  • Resolution set to fixed

Supported was added, thanks ptitjes

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

comment:4 Changed 21 months ago by mickey

  • Status changed from reopened to closed
  • Resolution set to fixed

A validity check has now been added upstream.

Note: See TracTickets for help on using tickets.