aboutsummaryrefslogtreecommitdiff
path: root/src/ui/profile_entry.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-23 22:55:31 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-23 22:55:31 +0100
commit04865c9e12b9d5ab3507936c554de605c79dc353 (patch)
treeddac0691b7b2a540658cbac9f1620df637d6f762 /src/ui/profile_entry.h
parent7e69780bb3d18e5abe01202b3b7881548fc5be72 (diff)
downloadmessenger-gtk-04865c9e12b9d5ab3507936c554de605c79dc353.tar.gz
messenger-gtk-04865c9e12b9d5ab3507936c554de605c79dc353.zip
Added icon, desktop-file and used glib resources to load ui
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/ui/profile_entry.h')
-rw-r--r--src/ui/profile_entry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/profile_entry.h b/src/ui/profile_entry.h
index 6196737..92d2fd0 100644
--- a/src/ui/profile_entry.h
+++ b/src/ui/profile_entry.h
@@ -38,7 +38,7 @@ typedef struct UI_PROFILE_ENTRY_Handle
38} UI_PROFILE_ENTRY_Handle; 38} UI_PROFILE_ENTRY_Handle;
39 39
40UI_PROFILE_ENTRY_Handle* 40UI_PROFILE_ENTRY_Handle*
41ui_profile_entry_new(void); 41ui_profile_entry_new(MESSENGER_Application *app);
42 42
43void 43void
44ui_profile_entry_delete(UI_PROFILE_ENTRY_Handle *handle); 44ui_profile_entry_delete(UI_PROFILE_ENTRY_Handle *handle);