Method
HandyAvatarset_image_load_func
Declaration [src]
void
hdy_avatar_set_image_load_func (
  HdyAvatar* self,
  HdyAvatarImageLoadFunc load_image,
  gpointer user_data,
  GDestroyNotify destroy
)
Description [src]
A callback which is called when the custom image needs to be reloaded.
It will be called on HdyAvatar:size or
GtkWidget:scale-factor changes.
| Available since: | 1.0 | 
| Deprecated since: | 1.2 | 
| Use  | |
Parameters
| load_image | HdyAvatarImageLoadFunc | 
| Callback to set a custom image. | |
| The argument can be NULL. | |
| user_data | gpointer | 
| User data passed to  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| destroy | GDestroyNotify | 
| Destroy notifier for  | |
| The argument can be NULL. |