tbm_module: get the error type at tbm_module_bufmgr_get_capabilities
[platform/core/uifw/libtbm.git] / src / tbm_bufmgr_int.h
index c7e7d69..99e8e74 100644 (file)
@@ -357,7 +357,7 @@ tbm_bo tbm_bo_alloc_with_bo_data(tbm_bufmgr bufmgr, tbm_backend_bo_data *bo_data
 tbm_module *tbm_module_load(int fd);
 void        tbm_module_unload(tbm_module *module);
 
-int                  tbm_module_bufmgr_get_capabilities(tbm_module *module);
+int                  tbm_module_bufmgr_get_capabilities(tbm_module *module, tbm_error_e *error);
 tbm_backend_bo_data *tbm_module_bufmgr_bo_alloc(tbm_module *module, tbm_bo bo, int size, int flags, tbm_error_e *error);
 
 #endif                                                 /* _TBM_BUFMGR_INT_H_ */