~ubuntu-branches/ubuntu/saucy/sflphone/saucy

« back to all changes in this revision

Viewing changes to sflphone-client-gnome/src/dbus/dbus.h

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-04-05 14:14:13 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110405141413-hbwbunfsxpn2rtre
Tags: 0.9.13-1
* New upstream release
  - remove Debian patch (applied upstream)
* Fix watch file
* Remove unnecessary versioned dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
void dbus_transfert (const callable_obj_t * c);
83
83
 
84
84
/**
 
85
 * CallManager - Perform an attended transfer on two calls
 
86
 * @param The call to be transfered
 
87
 * @param The target
 
88
 */
 
89
void dbus_attended_transfer(const callable_obj_t *, const callable_obj_t *);
 
90
 
 
91
/**
85
92
 * CallManager - Accept a call
86
93
 * @param c The call to accept
87
94
 */