aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-ui-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/gossip-ui-utils.h')
-rw-r--r--libempathy-gtk/gossip-ui-utils.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/libempathy-gtk/gossip-ui-utils.h b/libempathy-gtk/gossip-ui-utils.h
index 1e1bb1ee3..d1625cfe3 100644
--- a/libempathy-gtk/gossip-ui-utils.h
+++ b/libempathy-gtk/gossip-ui-utils.h
@@ -67,16 +67,14 @@ void gossip_glade_setup_size_group (GladeXML *g
gchar *first_widget,
...);
/* Pixbufs */
-GdkPixbuf * gossip_pixbuf_from_smiley (GossipSmiley type,
- GtkIconSize icon_size);
-GdkPixbuf * gossip_pixbuf_from_profile (McProfile *account,
+GdkPixbuf * gossip_pixbuf_from_icon_name (const gchar *icon_name,
GtkIconSize icon_size);
-GdkPixbuf * gossip_pixbuf_from_account (McAccount *account,
+GdkPixbuf * gossip_pixbuf_from_smiley (GossipSmiley type,
GtkIconSize icon_size);
-GdkPixbuf * gossip_pixbuf_for_presence_state (McPresence state);
-GdkPixbuf * gossip_pixbuf_for_presence (GossipPresence *presence);
-GdkPixbuf * gossip_pixbuf_for_contact (GossipContact *contact);
-GdkPixbuf * gossip_pixbuf_offline (void);
+const gchar * gossip_icon_name_from_account (McAccount *account);
+const gchar * gossip_icon_name_for_presence_state (McPresence state);
+const gchar * gossip_icon_name_for_presence (GossipPresence *presence);
+const gchar * gossip_icon_name_for_contact (GossipContact *contact);
GdkPixbuf * gossip_pixbuf_from_avatar_scaled (GossipAvatar *avatar,
gint width,
gint height);