diff options
-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, |