Show
Ignore:
Timestamp:
03/18/08 13:52:22 (15 years ago)
Author:
ppalmers
Message:

add clock source control to dbus

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/dbus/control-interface.xml

    r933 r958  
    7575  </interface> 
    7676 
     77  <interface name="org.ffado.Control.Element.Enum"> 
     78      <method name="select"> 
     79          <arg type="i" name="idx" direction="in"/> 
     80          <arg type="i" name="success" direction="out"/> 
     81      </method> 
     82      <method name="selected"> 
     83          <arg type="i" name="idx" direction="out"/> 
     84      </method> 
     85      <method name="count"> 
     86          <arg type="i" name="count" direction="out"/> 
     87      </method> 
     88      <method name="getEnumLabel"> 
     89          <arg type="i" name="idx" direction="in"/> 
     90          <arg type="s" name="label" direction="out"/> 
     91      </method> 
     92  </interface> 
     93 
     94  <interface name="org.ffado.Control.Element.AttributeEnum"> 
     95      <method name="select"> 
     96          <arg type="i" name="idx" direction="in"/> 
     97          <arg type="i" name="success" direction="out"/> 
     98      </method> 
     99      <method name="selected"> 
     100          <arg type="i" name="idx" direction="out"/> 
     101      </method> 
     102      <method name="count"> 
     103          <arg type="i" name="count" direction="out"/> 
     104      </method> 
     105      <method name="attributeCount"> 
     106          <arg type="i" name="count" direction="out"/> 
     107      </method> 
     108      <method name="getEnumLabel"> 
     109          <arg type="i" name="idx" direction="in"/> 
     110          <arg type="s" name="label" direction="out"/> 
     111      </method> 
     112      <method name="getAttributeValue"> 
     113          <arg type="i" name="idx" direction="in"/> 
     114          <arg type="s" name="value" direction="out"/> 
     115      </method> 
     116      <method name="getAttributeName"> 
     117          <arg type="i" name="idx" direction="in"/> 
     118          <arg type="s" name="name" direction="out"/> 
     119      </method> 
     120  </interface> 
     121 
    77122  <interface name="org.ffado.Control.Element.MatrixMixer"> 
    78123      <method name="setValue">