summaryrefslogtreecommitdiff
path: root/components/channels.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-07-04 01:39:56 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-07-04 01:39:56 -0400
commitd0d5c655fc8c09915dc52164c18ff066d6355f0c (patch)
tree6ecdbd85205c95dc0dcbcb909305a825235d50a3 /components/channels.hpp
parent716627f47d06907759bab22cc063d0b891e1e082 (diff)
downloadabaddon-portaudio-d0d5c655fc8c09915dc52164c18ff066d6355f0c.tar.gz
abaddon-portaudio-d0d5c655fc8c09915dc52164c18ff066d6355f0c.zip
handle channel create
Diffstat (limited to 'components/channels.hpp')
-rw-r--r--components/channels.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/channels.hpp b/components/channels.hpp
index bbe0369..529cb85 100644
--- a/components/channels.hpp
+++ b/components/channels.hpp
@@ -120,6 +120,8 @@ protected:
Glib::RefPtr<Gtk::TreeStore> m_model;
Gtk::TreeModel::iterator AddGuild(const GuildData &guild);
+ Gtk::TreeModel::iterator UpdateCreateChannelCategory(const ChannelData &channel);
+
Gtk::TreeModel::iterator GetIteratorForGuildFromID(Snowflake id);
Gtk::TreeModel::iterator GetIteratorForChannelFromID(Snowflake id);