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

« back to all changes in this revision

Viewing changes to gnome/src/accountlist.h

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 *  Copyright (C) 2004, 2005, 2006, 2008, 2009, 2010, 2011 Savoir-Faire Linux Inc.
 
2
 *  Copyright (C) 2004-2012 Savoir-Faire Linux Inc.
3
3
 *  Author: Pierre-Luc Beaudoin <pierre-luc@savoirfairelinux.com>
4
4
 *  Author: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
5
5
 *
15
15
 *
16
16
 *  You should have received a copy of the GNU General Public License
17
17
 *  along with this program; if not, write to the Free Software
18
 
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
18
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA.
19
19
 *
20
20
 *  Additional permission under GNU GPL version 3 section 7:
21
21
 *
55
55
    ACCOUNT_STATE_ERROR_NETWORK,
56
56
    /** Host is unreachable. The account is not registered */
57
57
    ACCOUNT_STATE_ERROR_HOST,
 
58
    /** Host does not support requested service (e.g. TLS). The account is not registered */
 
59
    ACCOUNT_STATE_ERROR_SERVICE_UNAVAILABLE,
58
60
    /** Stun server is not existing. The account is not registered */
59
61
    ACCOUNT_STATE_ERROR_EXIST_STUN,
60
62
    /** Stun server configuration error. The account is not registered */
183
185
 
184
186
gboolean current_account_has_new_message(void);
185
187
 
 
188
gboolean account_has_autoanswer_on(const account_t *account);
186
189
gboolean account_is_IP2IP(const account_t *account);
187
190
gboolean account_is_SIP(const account_t *account);
188
191
gboolean account_is_IAX(const account_t *account);