diff -r 70d33d4dac09 -r 6986f5428d30 pidgin/pidgincore.h --- a/pidgin/pidgincore.h Tue Mar 19 01:04:58 2024 -0500 +++ b/pidgin/pidgincore.h Thu Mar 21 00:19:08 2024 -0500 @@ -36,6 +36,13 @@ # include "win32/gtkwin32dep.h" #endif +/** + * PIDGIN_PREFS_ROOT: + * + * A constants for the root of the preferences tree. + * + * Since: 2.0 + */ /* change this only when we have a sane upgrade path for old prefs */ #define PIDGIN_PREFS_ROOT "/pidgin" @@ -61,6 +68,8 @@ * * Start pidgin with the given command line arguments. * + * Returns: The exit code for the program. + * * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0