~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/doc/dbus-api/doc/templates/interface.html

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2012-02-18 21:47:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120218214709-6362d71gqdsdkrj5
Tags: 1.0.2-1
* New upstream release
  - remove logging patch (applied upstream)
  - update s390 patch since it was partially applied upstream
* Include the Evolution plugin as a separate binary package

* Fix compilation issues on SH4 (closes: #658987)
* Merge Ubuntu's binutils-gold linking fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
      #end for
46
46
     </table>
47
47
     #end if
48
 
    
 
48
 
49
49
     #if $interface.signals
50
50
     <h3>Signals</h3>
51
51
     <table class="summary">
216
216
      </ul>
217
217
     </div>
218
218
     #end if
219
 
     
 
219
 
220
220
     #if $method.out_args
221
221
     <div class="indent">
222
222
      <h3>Returns</h3>
234
234
      </ul>
235
235
     </div>
236
236
     #end if
237
 
     
 
237
 
238
238
     $method.get_docstring()
239
 
     
 
239
 
240
240
     #if $method.possible_errors
241
241
     <hr/>
242
242
     <div class="indent">
256
256
    #end for
257
257
   </div>
258
258
   #end if
259
 
   
 
259
 
260
260
   #if $interface.signals
261
261
   <div class="outset signals signal">
262
262
    <a name="signals"></a>
417
417
    #end for
418
418
   </div>
419
419
   #end if
420
 
   
 
420
 
421
421
   </div>
422
422
 
423
423
 </body>