26 #define FT_SERVICE_ID_PROPERTIES "properties" 47 #ifndef FT_CONFIG_OPTION_PIC 49 #define FT_DEFINE_SERVICE_PROPERTIESREC( class_, \ 52 static const FT_Service_PropertiesRec class_ = \ 60 #define FT_DEFINE_SERVICE_PROPERTIESREC( class_, \ 64 FT_Init_Class_ ## class_( FT_Service_PropertiesRec* clazz ) \ 66 clazz->set_property = set_property_; \ 67 clazz->get_property = get_property_; \
FT_DEFINE_SERVICE(Properties)
GLsizei const GLfloat * value
FT_Error(* FT_Properties_SetFunc)(FT_Module module, const char *property_name, const void *value)
FT_Error(* FT_Properties_GetFunc)(FT_Module module, const char *property_name, void *value)
const char * property_name