diff options
author | Jonathan Tellier <jonathan.tellier@gmail.com> | 2009-06-26 20:05:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-06-26 23:40:01 +0800 |
commit | 53050e14aadcd76d454a5236454e3d44f63f0ddd (patch) | |
tree | 188c020448796095808d3d4035c04e2c0a69f1d5 /libempathy-gtk/empathy-ui-utils.h | |
parent | 46e1b63ca2310b6a3465c271afecc01d2ee72343 (diff) | |
download | gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.gz gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.bz2 gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.lz gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.xz gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.tar.zst gsoc2013-empathy-53050e14aadcd76d454a5236454e3d44f63f0ddd.zip |
Move sound related functions to its own module.
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index 60d48f3c4..4c1384602 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -34,8 +34,6 @@ #include <gtk/gtk.h> -#include <canberra-gtk.h> - #include <libmissioncontrol/mc-account.h> #include <libmissioncontrol/mc-profile.h> @@ -46,21 +44,6 @@ G_BEGIN_DECLS -/* NOTE: Keep this sync with sound_entries in empathy-ui-utils.c */ -typedef enum { - EMPATHY_SOUND_MESSAGE_INCOMING = 0, - EMPATHY_SOUND_MESSAGE_OUTGOING, - EMPATHY_SOUND_CONVERSATION_NEW, - EMPATHY_SOUND_CONTACT_CONNECTED, - EMPATHY_SOUND_CONTACT_DISCONNECTED, - EMPATHY_SOUND_ACCOUNT_CONNECTED, - EMPATHY_SOUND_ACCOUNT_DISCONNECTED, - EMPATHY_SOUND_PHONE_INCOMING, - EMPATHY_SOUND_PHONE_OUTGOING, - EMPATHY_SOUND_PHONE_HANGUP, - LAST_EMPATHY_SOUND, -} EmpathySound; - void empathy_gtk_init (void); GRegex * empathy_uri_regex_dup_singleton (void); @@ -129,15 +112,6 @@ GtkWidget * empathy_link_button_new (const gchar *url, void empathy_send_file_with_file_chooser (EmpathyContact *contact); void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler); -/* Sounds */ -void empathy_sound_play (GtkWidget *widget, - EmpathySound sound_id); -gboolean empathy_sound_play_full (GtkWidget *widget, - EmpathySound sound_id, - ca_finish_callback_t callback, - gpointer user_data); -void empathy_sound_stop (EmpathySound sound_id); - G_END_DECLS #endif /* __EMPATHY_UI_UTILS_H__ */ |