utests: change log level
[platform/core/uifw/libtdm.git] / client / tdm_client_types.h
index f6f6355..f799c0b 100644 (file)
@@ -36,6 +36,8 @@
 #ifndef _TDM_CLIENT_TYPES_H_
 #define _TDM_CLIENT_TYPES_H_
 
+#include "tdm_common.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -45,8 +47,6 @@ extern "C" {
  * @brief The header file which defines Enumerations and Structures for client.
  */
 
-#include <tdm_common.h>
-
 /**
  * @deprecated
  */
@@ -87,6 +87,10 @@ typedef void tdm_client_output;
  */
 typedef void tdm_client_vblank;
 
+/**
+ * @brief The client output handler
+ * @see #tdm_client_output_add_change_handler, #tdm_client_output_remove_change_handler
+ */
 typedef void
 (*tdm_client_output_change_handler)(tdm_client_output *output,
                                                                        tdm_output_change_type type,
@@ -95,7 +99,7 @@ typedef void
 
 /**
  * @brief The client vblank handler
- * @see #tdm_client_wait_vblank
+ * @see #tdm_client_vblank_wait
  */
 typedef void
 (*tdm_client_vblank_handler)(tdm_client_vblank *vblank,