]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-avatar-chooser.h
Merge branch 'sasl'
[empathy.git] / libempathy-gtk / empathy-avatar-chooser.h
index 7db880df7e85c7de18352e3336f84a0b259d09d7..6ca583163edf84c5e418f83b490900feb566a1c8 100644 (file)
@@ -14,8 +14,8 @@
  *
  * You should have received a copy of the GNU General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
  *
  * Authors: Based on Novell's e-image-chooser.
  *          Xavier Claessens <xclaesse@gmail.com>
@@ -24,9 +24,9 @@
 #ifndef __EMPATHY_AVATAR_CHOOSER_H__
 #define __EMPATHY_AVATAR_CHOOSER_H__
 
-#include <gtk/gtkbutton.h>
+#include <gtk/gtk.h>
 
-#include <libempathy/empathy-avatar.h>
+#include <libempathy/empathy-contact.h>
 
 G_BEGIN_DECLS
 
@@ -41,6 +41,8 @@ typedef struct _EmpathyAvatarChooserClass   EmpathyAvatarChooserClass;
 
 struct _EmpathyAvatarChooser {
        GtkButton parent;
+
+       /*<private>*/
        gpointer priv;
 };
 
@@ -57,4 +59,7 @@ void       empathy_avatar_chooser_get_image_data (EmpathyAvatarChooser *chooser,
                                                  gsize                *data_size,
                                                  const gchar         **mime_type);
 
+void       empathy_avatar_chooser_set_account (EmpathyAvatarChooser *self,
+                                                 TpAccount *account);
+
 #endif /* __EMPATHY_AVATAR_CHOOSER_H__ */