diff options
author | Debarshi Ray <debarshir@gnome.org> | 2013-09-11 18:16:10 +0200 |
---|---|---|
committer | Debarshi Ray <debarshir@gnome.org> | 2013-09-12 17:57:25 +0200 |
commit | be382a42c098d0abaa13b2e314a520eecf28af88 (patch) | |
tree | b22f26e803f8c32809d82e9a0015025d97396228 /tp-account-widgets/tpaw-avatar-chooser.h | |
parent | 8a229e7aa6915137ab6d409de4b5f6bafcbd0a5b (diff) | |
download | telepathy-account-widgets-be382a42c098d0abaa13b2e314a520eecf28af88.tar.gz |
avatar-chooser: allow setting the pixel-size of button's image
https://bugzilla.gnome.org/show_bug.cgi?id=707927
Diffstat (limited to 'tp-account-widgets/tpaw-avatar-chooser.h')
-rw-r--r-- | tp-account-widgets/tpaw-avatar-chooser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tp-account-widgets/tpaw-avatar-chooser.h b/tp-account-widgets/tpaw-avatar-chooser.h index 0aadef15..63037931 100644 --- a/tp-account-widgets/tpaw-avatar-chooser.h +++ b/tp-account-widgets/tpaw-avatar-chooser.h @@ -55,7 +55,8 @@ struct _TpawAvatarChooserClass GType tpaw_avatar_chooser_get_type (void); -GtkWidget *tpaw_avatar_chooser_new (TpAccount *account); +GtkWidget *tpaw_avatar_chooser_new (TpAccount *account, + gint pixel_size); void tpaw_avatar_chooser_apply_async (TpawAvatarChooser *self, GAsyncReadyCallback callback, |