summaryrefslogtreecommitdiff
path: root/include/freetype/ftlogging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/freetype/ftlogging.h')
-rw-r--r--include/freetype/ftlogging.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/include/freetype/ftlogging.h b/include/freetype/ftlogging.h
index 8811261b0..a558b85fa 100644
--- a/include/freetype/ftlogging.h
+++ b/include/freetype/ftlogging.h
@@ -68,6 +68,10 @@ FT_BEGIN_HEADER
* @note:
* This function does nothing if compilation option `FT_DEBUG_LOGGING`
* isn't set.
+ *
+ * @since:
+ * 2.11
+ *
*/
FT_EXPORT( void )
FT_Trace_Set_Level( const char* tracing_level );
@@ -83,10 +87,13 @@ FT_BEGIN_HEADER
* (i.e., to the value of the `FT2_DEBUG` environment value or to NULL
* if `FT2_DEBUG` is not set).
*
- *
* @note:
* This function does nothing if compilation option `FT_DEBUG_LOGGING`
* isn't set.
+ *
+ * @since:
+ * 2.11
+ *
*/
FT_EXPORT( void )
FT_Trace_Set_Default_Level( void );
@@ -111,6 +118,10 @@ FT_BEGIN_HEADER
*
* args::
* Arguments of debug or tracing messages.
+ *
+ * @since:
+ * 2.11
+ *
*/
typedef void
(*FT_Custom_Log_Handler)( const char* ft_component,
@@ -133,6 +144,10 @@ FT_BEGIN_HEADER
* @note:
* This function does nothing if compilation option `FT_DEBUG_LOGGING`
* isn't set.
+ *
+ * @since:
+ * 2.11
+ *
*/
FT_EXPORT( void )
FT_Set_Log_Handler( FT_Custom_Log_Handler handler );
@@ -150,6 +165,10 @@ FT_BEGIN_HEADER
* @note:
* This function does nothing if compilation option `FT_DEBUG_LOGGING`
* isn't set.
+ *
+ * @since:
+ * 2.11
+ *
*/
FT_EXPORT( void )
FT_Set_Default_Log_Handler( void );