aboutsummaryrefslogtreecommitdiff
path: root/src/resources.h
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2022-04-19 00:31:14 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2022-04-19 00:31:14 +0200
commitfc56c6148f22d363a27c7a39d8d97a2d4d908a92 (patch)
treea6f7a81785104dbfab204fa3566d243c52415604 /src/resources.h
parent9ad1e9f834085b034262f9724400bcb52b55b70c (diff)
downloadmessenger-gtk-fc56c6148f22d363a27c7a39d8d97a2d4d908a92.tar.gz
messenger-gtk-fc56c6148f22d363a27c7a39d8d97a2d4d908a92.zip
Added doxygen comments to some headers
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/resources.h')
-rw-r--r--src/resources.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/resources.h b/src/resources.h
index 82e8534..2080364 100644
--- a/src/resources.h
+++ b/src/resources.h
@@ -25,9 +25,15 @@
25#ifndef RESOURCES_H_ 25#ifndef RESOURCES_H_
26#define RESOURCES_H_ 26#define RESOURCES_H_
27 27
28/**
29 * Registers the CSS and UI components for the application.
30 */
28void 31void
29resources_register(); 32resources_register();
30 33
34/**
35 * Unregisters the CSS and UI components for the application.
36 */
31void 37void
32resources_unregister(); 38resources_unregister();
33 39