BestMatch: Turn avatar into a property

This commit is contained in:
Julian Sparber
2021-01-27 16:14:31 +01:00
committed by Evangelos Ribeiro Tzaras
parent d8f2534795
commit 99e427a529
2 changed files with 28 additions and 266 deletions

View File

@@ -37,8 +37,7 @@ G_DECLARE_FINAL_TYPE (CallsBestMatch, calls_best_match, CALLS, BEST_MATCH, GObje
CallsBestMatch *calls_best_match_new (CallsBestMatchView *view);
const gchar * calls_best_match_get_name (CallsBestMatch *self);
GdkPixbuf * calls_best_match_request_avatar (CallsBestMatch *self,
gint size);
GLoadableIcon *calls_best_match_get_avatar (CallsBestMatch *self);
G_END_DECLS