gen/gui_factory_gen.h
Go to the documentation of this file.
00001 /* THIS IS A GENERATED FILE, DO NOT EDIT!!! */
00023 #ifndef __GUI_FACTORY_GEN_H__
00024 #define __GUI_FACTORY_GEN_H__
00025 
00026 #include <stdlib.h>
00027 #include <stdbool.h>
00028 #include <stdint.h>
00029 #include <stddef.h>
00030 #include "button_gen.h"
00031 
00033 typedef struct gui_factory_st_ *gui_factory_handle;
00034 
00035 /* APIs below are documented in their implementation file */
00036 
00037 extern button_handle
00038 gui_factory_create_button(gui_factory_handle gui_factory_h);
00039 
00040 extern void
00041 gui_factory_delete(gui_factory_handle gui_factory_h);
00042 
00043 #endif
 All Classes Files Functions Variables Typedefs