الرئيسية > dev > api > name > gb_hook_check 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr fa id vi ko ja ru zh zh_TW eo
السابق  التالي  تحرير  إعادة تسمية  تراجع  بحث  الإدارة  
المستندات  
تحذير! هذه الصفحة لم يتم ترجمتها.  See english version 
GB_HOOK_CHECK
#define GB_HOOK_CHECK ( hook ) ...

Declare which function will be called to check the validity of an instance of the declared class.

The check function has the following prototype:

int (*check_validity)(void *object);

It takes an object reference as argument, and must return TRUE if the object is invalid, and FALSE if the object is valid.

إنظر أيضا

Object Model