mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Merging new panel in the trunk.
This commit is contained in:
13
ede-panel/applets/start-menu/XdgMenuReader.h
Normal file
13
ede-panel/applets/start-menu/XdgMenuReader.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __XDGMENUREADER_H__
|
||||
#define __XDGMENUREADER_H__
|
||||
|
||||
#include <edelib/MenuItem.h>
|
||||
|
||||
EDELIB_NS_USING(MenuItem)
|
||||
|
||||
void xdg_menu_dump_for_test_suite(void);
|
||||
|
||||
MenuItem *xdg_menu_load(void);
|
||||
void xdg_menu_delete(MenuItem *it);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user