wlmaker
Loading...
Searching...
No Matches
gen_menu.h
Go to the documentation of this file.
1/* ========================================================================= */
20#ifndef __WLMAKER_GEN_MENU_H__
21#define __WLMAKER_GEN_MENU_H__
22
23#include <libbase/plist.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif // __cplusplus
28
37bspl_array_t *wlmaker_menu_generate(
38 const char *locale_ptr,
39 const char *path_ptr);
40
41#ifdef __cplusplus
42} // extern "C"
43#endif // __cplusplus
44
45#endif // __WLMAKER_GEN_MENU_H__
46/* == End of gen_menu.h ==================================================== */
bspl_array_t * wlmaker_menu_generate(const char *locale_ptr, const char *path_ptr)
Definition gen_menu.c:141