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

Changeset 969713f in Dbus API specifications


Ignore:
Timestamp:
08/21/08 04:37:33 (5 years ago)
Author:
Guillaume Chereau <charlie@…>
Branches:
820cacfd324a623a04b3e22f319e9220819d6ec4, 0.11, 675acad2f1510526a93c9777d03664766c823aab, morphis/pending, morphis/sms-rework
Children:
2dae11c
Parents:
feae4c6
git-author:
Guillaume Chereau <charlie@…> (08/21/08 04:37:33)
git-committer:
Guillaume Chereau <charlie@…> (08/21/08 04:37:33)
Message:

[ophoned] Adding the Incoming signal

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • html/org.freesmartphone.Phone.html

    r4081b99 r969713f  
    130130<li><a href="#CreateCall">CreateCall</a></li> 
    131131</ul> 
    132 <h2>Signals</h2><i>None</i> 
     132<h2>Signals</h2><ul> 
     133<li><a href="#Incoming">Incoming</a></li> 
     134</ul> 
    133135<h2>Errors</h2><i>None</i> 
    134136<h1>Methods</h1><h3><a name="InitProtocols">InitProtocols</a> ( ) &rarr; as</h3> 
     
    136138<h3><a name="CreateCall">CreateCall</a> ( ssb ) &rarr; o</h3> 
    137139<p><i>Description:</i> Create a new Call to a given number, with an optional protocol.</p><h4>Parameters</h4><i>s: number</i><p>A string representing the number of the peer.</p><i>s: protocol</i><p>The name of the protocol as returned by InitProtocols,  if None the best protocol will be used. Default to None</p><i>b: force</i><p>If true, we destroy any already present call object to this number. Default to True</p><h4>Returns</h4><i>o: call</i><p>The path to the new Call object</p> 
     140<h1>Signals</h1><h3><h3><a name="Incoming">Incoming</a> ( o )</h3><p><i>Description:</i> Emitted when a new call is incoming</p><h4>Parameters</h4><i>o: call</i><p>Path to the Call object.</p></h3> 
    138141 
    139142    </body> 
  • ophone/org.freesmartphone.Phone.xml.in

    r7bc17c4 r969713f  
    5151    </arg> 
    5252  </method> 
     53   
     54  <signal name="Incoming"> 
     55    <doc:doc> 
     56      <doc:description> 
     57        Emitted when a new call is incoming 
     58      </doc:description> 
     59    </doc:doc> 
     60    <arg type="o" name="call"> 
     61        <doc:doc> 
     62            <doc:summary>Path to the Call object.</doc:summary> 
     63        </doc:doc> 
     64    </arg> 
     65  </signal> 
    5366 
    5467 
Note: See TracChangeset for help on using the changeset viewer.