Merging new panel in the trunk.

This commit is contained in:
Sanel Zukan
2009-10-03 07:33:08 +00:00
parent 0b3662910f
commit 1f96f833d9
146 changed files with 7482 additions and 0 deletions

View 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