PUI: add manual render set/get APIs and move ani get/set/update APIs to PUI from...
[platform/core/uifw/libpui.git] / include / PUI_common.h
index eb587be..b5c5738 100644 (file)
@@ -32,6 +32,11 @@ typedef enum {
        PUI_ERROR_INVALID_ANI_CMD,
        PUI_ERROR_INVALID_ANI_REPEAT,
        PUI_ERROR_INTERNAL,
+       PUI_ERROR_INVALID_HANDLE,
+       PUI_ERROR_INVALID_SURFACE,
+       PUI_ERROR_INVALID_BUFFER,
+       PUI_ERROR_MANUAL_RENDER_ENABLED,
+       PUI_ERROR_UNABLE_SET_MANUAL_RENDER,
 } pui_error;
 
 typedef enum {
@@ -60,6 +65,7 @@ typedef enum {
        PUI_INT_ERROR_NO_ANI_AVAILABLE,
        PUI_INT_ERROR_BACKEND_FUNC_ERROR,
        PUI_INT_ERROR_INVALID_RESOURCES,
+       PUI_INT_ERROR_UNKNOWN,
 } pui_int_error;
 
 typedef unsigned int pui_bool;