diff options
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.c | 3 | ||||
-rw-r--r-- | libempathy-gtk/empathy-notify-manager.h | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c index 44f77937f..7954dd9c7 100644 --- a/libempathy-gtk/empathy-notify-manager.c +++ b/libempathy-gtk/empathy-notify-manager.c @@ -146,7 +146,8 @@ empathy_notify_manager_has_capability (EmpathyNotifyManager *self, } GdkPixbuf * -empathy_misc_get_pixbuf_for_notification (EmpathyContact *contact, +empathy_notify_manager_get_pixbuf_for_notification (EmpathyNotifyManager *self, + EmpathyContact *contact, const char *icon_name) { GdkPixbuf *pixbuf = NULL; diff --git a/libempathy-gtk/empathy-notify-manager.h b/libempathy-gtk/empathy-notify-manager.h index d56e50852..15740468e 100644 --- a/libempathy-gtk/empathy-notify-manager.h +++ b/libempathy-gtk/empathy-notify-manager.h @@ -83,9 +83,11 @@ gboolean empathy_notify_manager_has_capability (EmpathyNotifyManager *self, const gchar *capa); gboolean empathy_notification_is_enabled (void); -GdkPixbuf * empathy_misc_get_pixbuf_for_notification (EmpathyContact *contact, - const char *icon_name); +GdkPixbuf * empathy_notify_manager_get_pixbuf_for_notification ( + EmpathyNotifyManager *self, + EmpathyContact *contact, + const char *icon_name); G_END_DECLS |