]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/gossip-ui-utils.h
[darcs-to-svn @ Use icon-name API instead of stock icons and update tango icons]
[empathy.git] / libempathy-gtk / gossip-ui-utils.h
index 1e1bb1ee3e34744bfe06c4075e83271f09f09e08..d1625cfe3247a75cc21e8f2cab3b89b35b338d29 100644 (file)
@@ -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);