diff options
author | jgeboski <jgeboski@gmail.com> | 2015-12-22 10:15:03 -0500 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2015-12-22 10:15:03 -0500 |
commit | 4992f5216ec53b65e5773c8d98525c2421fc8cba (patch) | |
tree | 37de6a185ef12a2358b533ca7d4e643ce9a6b4de | |
parent | ac00b3373f1e0a5ac4214322c49db89049022f5e (diff) | |
download | bitlbee-facebook-4992f5216ec53b65e5773c8d98525c2421fc8cba.tar.gz bitlbee-facebook-4992f5216ec53b65e5773c8d98525c2421fc8cba.tar.bz2 bitlbee-facebook-4992f5216ec53b65e5773c8d98525c2421fc8cba.tar.xz |
facebook-util: document the FbDebugLevel enum
-rw-r--r-- | facebook/facebook-util.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/facebook/facebook-util.h b/facebook/facebook-util.h index 1d5aee8..82752a6 100644 --- a/facebook/facebook-util.h +++ b/facebook/facebook-util.h @@ -37,6 +37,16 @@ */ #define FB_UTIL_ERROR fb_util_error_quark() +/** + * FbDebugLevel: + * @FB_UTIL_DEBUG_LEVEL_MISC: Miscellaneous message. + * @FB_UTIL_DEBUG_LEVEL_INFO: Information message. + * @FB_UTIL_DEBUG_LEVEL_WARN: Warning message. + * @FB_UTIL_DEBUG_LEVEL_ERROR: Error message. + * @FB_UTIL_DEBUG_LEVEL_FATAL: Fatal message. + * + * The types of log messages. + */ typedef enum { FB_UTIL_DEBUG_LEVEL_MISC, |