mc/gnome/gdesktop-init.h
Miguel de Icaza 9207af342d COOL CODE! OH MAN! I AM GOOD!
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
1999-03-20 18:08:52 +00:00

7 lines
84 B
C

#ifndef GDESKTOP_INIT_H
#define GDESKTOP_INIT_H
void gdesktop_init (void);
#endif