Changeset 969713f in Dbus API specifications
- Timestamp:
- 08/21/08 04:37:33 (5 years ago)
- 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)
- Files:
-
- 2 edited
-
html/org.freesmartphone.Phone.html (modified) (2 diffs)
-
ophone/org.freesmartphone.Phone.xml.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
html/org.freesmartphone.Phone.html
r4081b99 r969713f 130 130 <li><a href="#CreateCall">CreateCall</a></li> 131 131 </ul> 132 <h2>Signals</h2><i>None</i> 132 <h2>Signals</h2><ul> 133 <li><a href="#Incoming">Incoming</a></li> 134 </ul> 133 135 <h2>Errors</h2><i>None</i> 134 136 <h1>Methods</h1><h3><a name="InitProtocols">InitProtocols</a> ( ) → as</h3> … … 136 138 <h3><a name="CreateCall">CreateCall</a> ( ssb ) → o</h3> 137 139 <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> 138 141 139 142 </body> -
ophone/org.freesmartphone.Phone.xml.in
r7bc17c4 r969713f 51 51 </arg> 52 52 </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> 53 66 54 67
Note: See TracChangeset
for help on using the changeset viewer.
