Embryo_Program_Data_Group

Langue: en

Autres versions - même langue

Version: 382238 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Program Data Functions -

Functions that set and retrieve data associated with the given program.

Functions


EAPI void embryo_program_data_set (Embryo_Program *ep, void *data)
Sets the data associated to the given program.
EAPI void * embryo_program_data_get (Embryo_Program *ep)
Retrieves the data associated to the given program.

Detailed Description

Functions that set and retrieve data associated with the given program.

Function Documentation

EAPI void* embryo_program_data_get (Embryo_Program * ep)

Retrieves the data associated to the given program. Parameters:

ep The given program.

EAPI void embryo_program_data_set (Embryo_Program * ep, void * data)

Sets the data associated to the given program. Parameters:

ep The given program.
data New bytecode data.

Author

Generated automatically by Doxygen for Embryo from the source code.