aboutsummaryrefslogtreecommitdiff
path: root/src/ui/contacts.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-11-18 01:37:30 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-11-18 01:37:30 +0100
commit5e9ee3427898e799cebe06787b409ca770e6e1ee (patch)
tree1a75b928bc2150fc8e59af4015693b49aa11baa6 /src/ui/contacts.h
parent8696f9852d5dca0e40497574158e39fde32bd530 (diff)
downloadmessenger-gtk-5e9ee3427898e799cebe06787b409ca770e6e1ee.tar.gz
messenger-gtk-5e9ee3427898e799cebe06787b409ca770e6e1ee.zip
Implemented querying contacts to visualize list of them
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/contacts.h')
-rw-r--r--src/ui/contacts.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/contacts.h b/src/ui/contacts.h
index dbd952b..90b4b4c 100644
--- a/src/ui/contacts.h
+++ b/src/ui/contacts.h
@@ -29,6 +29,8 @@
29 29
30typedef struct UI_CONTACTS_Handle 30typedef struct UI_CONTACTS_Handle
31{ 31{
32 GList *contact_entries;
33
32 GtkBuilder *builder; 34 GtkBuilder *builder;
33 GtkDialog *dialog; 35 GtkDialog *dialog;
34 36