gen/win_factory_gen.h
Go to the documentation of this file.
00001 /* THIS IS A GENERATED FILE, DO NOT EDIT!!! */
00026 #ifndef __WIN_FACTORY_GEN_H__
00027 #define __WIN_FACTORY_GEN_H__
00028 
00029 #include "gui_factory_gen.h"
00030 
00032 typedef struct win_factory_st_ *win_factory_handle;
00033 
00034 /* APIs below are documented in their implementation file */
00035 
00036 extern void
00037 win_factory_delete(win_factory_handle win_factory_h);
00038 
00039 extern gui_factory_handle
00040 win_factory_cast_to_gui_factory(win_factory_handle win_factory_h);
00041 
00042 #endif
 All Classes Files Functions Variables Typedefs