Início > dev > api > name > gb_hook_check 
 en fr de es it nl pl pt mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Anterior  Próximo  Editar  Renomear  Desfazer  Procurar  Administração  
Documentação  
Cuidado! Esta página não está traduziada.  Veja a versão em inglês 
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 objeto reference as argument, and must return TRUE if the object is invalid, and FALSE if the object is valid.

Veja também

Object Model