mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
9207af342d
Ok, so this time I got the stuff to auto-load desktop startup links. This means you can ship stuff to pre-configure the desktop of the users now. We support program-based setup and url-links. Details on the lib/README.desktop file
7 lines
84 B
C
7 lines
84 B
C
#ifndef GDESKTOP_INIT_H
|
|
#define GDESKTOP_INIT_H
|
|
|
|
void gdesktop_init (void);
|
|
|
|
#endif
|