summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index 012891f..0326841 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -90,6 +90,7 @@ public:
void UpdateRemoveGuild(Snowflake id);
void UpdateRemoveChannel(Snowflake id);
void UpdateChannel(Snowflake id);
+ void UpdateCreateDMChannel(Snowflake id);
void UpdateCreateChannel(Snowflake id);
void UpdateGuild(Snowflake id);
void Clear();
@@ -100,6 +101,8 @@ protected:
Gtk::ListBox *m_list;
Gtk::ScrolledWindow *m_main;
+ ChannelListRowDMHeader *m_dm_header_row = nullptr;
+
void CollapseRow(ChannelListRow *row);
void ExpandRow(ChannelListRow *row);
void DeleteRow(ChannelListRow *row);