]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-roster-contact.h
Change Finnish translation team web page to l10n.gnome.org
[empathy.git] / libempathy-gtk / empathy-roster-contact.h
index a7c5b086669bed64c4ecbe74469468232b9ca2f6..6e05959f731ca3e97d1f12b5998ff3d41b351aad 100644 (file)
@@ -13,13 +13,13 @@ typedef struct _EmpathyRosterContactPriv EmpathyRosterContactPriv;
 struct _EmpathyRosterContactClass
 {
   /*<private>*/
-  GtkAlignmentClass parent_class;
+  GtkListBoxRowClass parent_class;
 };
 
 struct _EmpathyRosterContact
 {
   /*<private>*/
-  GtkAlignment parent;
+  GtkListBoxRow parent;
   EmpathyRosterContactPriv *priv;
 };
 
@@ -56,6 +56,12 @@ const gchar * empathy_roster_contact_get_group (EmpathyRosterContact *self);
 
 gboolean empathy_roster_contact_is_online (EmpathyRosterContact *self);
 
+void empathy_roster_contact_set_event_icon (EmpathyRosterContact *self,
+    const gchar *icon);
+
+GdkPixbuf * empathy_roster_contact_get_avatar_pixbuf (
+    EmpathyRosterContact *self);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_ROSTER_CONTACT_H__*/