diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:08:04 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:08:04 +0800 |
commit | f1de7218621b82fe0622aa04f380445150af39fc (patch) | |
tree | 8f113ca2346c0838fd62dad8201971327263807c /libempathy/empathy-utils.h | |
parent | c23031cdb33273d6396657f93d5daa064b7d7cac (diff) | |
download | gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.tar gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.tar.gz gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.tar.bz2 gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.tar.lz gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.tar.xz gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.tar.zst gsoc2013-empathy-f1de7218621b82fe0622aa04f380445150af39fc.zip |
Move empathy_notification_is_enabled () to src/
svn path=/trunk/; revision=2294
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index dc17353da..46fa193c0 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -87,7 +87,7 @@ McAccount * empathy_channel_get_account (TpChannel *channel); gboolean empathy_proxy_equal (gconstpointer a, gconstpointer b); guint empathy_proxy_hash (gconstpointer key); - +gboolean empathy_check_available_state (void); /* Temporary utility function, should be replaces by better voip infrastructure * soon */ void empathy_start_call_with_contact (EmpathyContact *contact); |