HdyAvatar deprecation warning
set_image_load_func
is now deprecated:
../src/calls-contacts-row.c: In function 'avatar_changed_cb':
../src/calls-contacts-row.c:129:3: error: 'hdy_avatar_set_image_load_func' is deprecated: Use 'hdy_avatar_set_loadable_icon' instead [-Werror=deprecated-declarations]
129 | hdy_avatar_set_image_load_func (HDY_AVATAR (self->avatar),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/libhandy-1/handy.h:27,
from ../src/calls-contacts-row.c:14:
/usr/include/libhandy-1/hdy-avatar.h:65:14: note: declared here
65 | void hdy_avatar_set_image_load_func (HdyAvatar *self,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~