Revision 15821,
257 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15820,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | #ifndef MENU_PROPERTIES_H |
---|
2 | #define MENU_PROPERTIES_H |
---|
3 | |
---|
4 | BEGIN_GNOME_DECLS |
---|
5 | |
---|
6 | void menu_properties (Menu *menu); |
---|
7 | |
---|
8 | char * get_real_menu_path (const char *arguments); |
---|
9 | char * get_pixmap (const char *menudir, |
---|
10 | gboolean main_menu); |
---|
11 | |
---|
12 | END_GNOME_DECLS |
---|
13 | |
---|
14 | #endif |
---|
15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.