]> git.0d.be Git - empathy.git/commitdiff
add empathy_avatar_chooser_set_connection
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 9 Apr 2010 11:52:28 +0000 (13:52 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 12 Apr 2010 09:20:51 +0000 (11:20 +0200)
libempathy-gtk/empathy-avatar-chooser.c
libempathy-gtk/empathy-avatar-chooser.h

index 9c79eb852750e547be32dffedddb450f1fec5661..1c5ff7b5e9c217af06661d5de370b7a241bdf168 100644 (file)
@@ -1072,3 +1072,10 @@ empathy_avatar_chooser_get_image_data (EmpathyAvatarChooser  *chooser,
        }
 }
 
+void
+empathy_avatar_chooser_set_connection (EmpathyAvatarChooser *self,
+                                      TpConnection *connection)
+{
+       avatar_chooser_set_connection (self, connection);
+       g_object_notify (G_OBJECT (self), "connection");
+}
index 1a502304775aa52fe6b38141a08d28587843dd86..84773574ec8ebbfc21fd22050b9f75db12b5c841 100644 (file)
@@ -59,4 +59,7 @@ void       empathy_avatar_chooser_get_image_data (EmpathyAvatarChooser *chooser,
                                                  gsize                *data_size,
                                                  const gchar         **mime_type);
 
+void       empathy_avatar_chooser_set_connection (EmpathyAvatarChooser *self,
+                                                 TpConnection *connection);
+
 #endif /* __EMPATHY_AVATAR_CHOOSER_H__ */