00001 /* THIS IS A GENERATED FILE, DO NOT EDIT!!! */ 00026 #ifndef __OSX_FACTORY_GEN_H__ 00027 #define __OSX_FACTORY_GEN_H__ 00028 00029 #include "gui_factory_gen.h" 00030 00032 typedef struct osx_factory_st_ *osx_factory_handle; 00033 00034 /* APIs below are documented in their implementation file */ 00035 00036 extern void 00037 osx_factory_delete(osx_factory_handle osx_factory_h); 00038 00039 extern gui_factory_handle 00040 osx_factory_cast_to_gui_factory(osx_factory_handle osx_factory_h); 00041 00042 #endif