diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:07:35 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:07:35 +0800 |
commit | d968b3380c661d8c31be352afbd373cac5fcb673 (patch) | |
tree | 6c2f00bd75cdf966ce23cd70dc19e3b5bafcf382 /libempathy-gtk/empathy-ui-utils.h | |
parent | 111068fd8b34e36ffbfd9614001918bb31388e73 (diff) | |
download | gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.tar gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.tar.gz gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.tar.bz2 gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.tar.lz gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.tar.xz gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.tar.zst gsoc2013-empathy-d968b3380c661d8c31be352afbd373cac5fcb673.zip |
W.I.P. for notifications on chat window.
svn path=/trunk/; revision=2285
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index b3b26f0bb..455ddd7a2 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -132,7 +132,7 @@ void empathy_sound_play (GtkWidget *widge EmpathySound sound_id); /* Notifications */ -gboolean empathy_notification_should_show (void); +gboolean empathy_notification_should_show (gboolean check_focus); G_END_DECLS |