From 67c944f219003e8632a887d85a81d92b307ecdce Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 3 Jul 2021 19:47:13 -0400 Subject: channel list: handle guild create/delete --- components/channels.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/channels.hpp') diff --git a/components/channels.hpp b/components/channels.hpp index 4ab8a23..4907124 100644 --- a/components/channels.hpp +++ b/components/channels.hpp @@ -119,6 +119,9 @@ protected: ModelColumns m_columns; Glib::RefPtr m_model; + Gtk::TreeModel::iterator AddGuild(const GuildData &guild); + Gtk::TreeModel::iterator GetIteratorForGuildFromID(Snowflake id); + public: typedef sigc::signal type_signal_action_channel_item_select; typedef sigc::signal type_signal_action_guild_leave; -- cgit v1.2.3