aboutsummaryrefslogtreecommitdiff
path: root/src/application.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/application.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/application.h')
-rw-r--r--src/application.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application.h b/src/application.h
index 3c51a87..d66a0cd 100644
--- a/src/application.h
+++ b/src/application.h
@@ -94,6 +94,10 @@ application_init(MESSENGER_Application *app,
94 int argc, 94 int argc,
95 char **argv); 95 char **argv);
96 96
97const gchar*
98application_get_resource_path(MESSENGER_Application *app,
99 const char *path);
100
97void 101void
98application_run(MESSENGER_Application *app); 102application_run(MESSENGER_Application *app);
99 103