diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:08:29 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2009-01-31 01:08:29 +0800 |
commit | 969df6cdc59df3e57c8c1619bd9a197124939c2d (patch) | |
tree | 811af868c2c3536ce320d2208a2b97fb2eb622be /src/empathy-misc.h | |
parent | 885555ee46acc4f4fe96b04b554ee3a0f2ae4baa (diff) | |
download | gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.tar gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.tar.gz gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.tar.bz2 gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.tar.lz gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.tar.xz gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.tar.zst gsoc2013-empathy-969df6cdc59df3e57c8c1619bd9a197124939c2d.zip |
Factor out some common code.
svn path=/trunk/; revision=2302
Diffstat (limited to 'src/empathy-misc.h')
-rw-r--r-- | src/empathy-misc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/empathy-misc.h b/src/empathy-misc.h index cc407b4ba..0d0613048 100644 --- a/src/empathy-misc.h +++ b/src/empathy-misc.h @@ -25,6 +25,9 @@ #define __EMPATHY_MISC_H__ #include <glib.h> +#include <gdk-pixbuf/gdk-pixbuf.h> + +#include <libempathy/empathy-contact.h> G_BEGIN_DECLS @@ -38,6 +41,8 @@ typedef enum { } NotificationClosedReason; gboolean empathy_notification_is_enabled (void); +GdkPixbuf * empathy_misc_get_pixbuf_for_notification (EmpathyContact *contact, + const char *icon_name); G_END_DECLS |