add setCustomIcon and try to apply such when ID is known

This commit is contained in:
Kaosu
2025-02-16 14:22:10 +01:00
parent 78d5c3ef3a
commit d1998de47a
2 changed files with 17 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class Item : public sigc::trackable {
void proxyReady(Glib::RefPtr<Gio::AsyncResult>& result);
void setProperty(const Glib::ustring& name, Glib::VariantBase& value);
void setStatus(const Glib::ustring& value);
void setCustomIcon(const std::string& id);
void getUpdatedProperties();
void processUpdatedProperties(Glib::RefPtr<Gio::AsyncResult>& result);
void onSignal(const Glib::ustring& sender_name, const Glib::ustring& signal_name,