From 04865c9e12b9d5ab3507936c554de605c79dc353 Mon Sep 17 00:00:00 2001 From: TheJackiMonster Date: Thu, 23 Dec 2021 22:55:31 +0100 Subject: Added icon, desktop-file and used glib resources to load ui Signed-off-by: TheJackiMonster --- src/application.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/application.h') 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, int argc, char **argv); +const gchar* +application_get_resource_path(MESSENGER_Application *app, + const char *path); + void application_run(MESSENGER_Application *app); -- cgit v1.2.3