summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index c131a07..24c7170 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -141,9 +141,12 @@ protected:
void UpdateChannel(Snowflake id);
void UpdateCreateChannel(const ChannelData &channel);
void UpdateCreateThread(const ChannelData &channel);
- void UpdateDeleteThread(const ThreadDeleteData &data);
+ void UpdateDeleteThread(Snowflake id);
void UpdateGuild(Snowflake id);
+ void OnThreadDelete(const ThreadDeleteData &data);
+ void OnThreadMembersUpdate(const ThreadMembersUpdateData &data);
+
Gtk::TreeView m_view;
class ModelColumns : public Gtk::TreeModel::ColumnRecord {