blob: 79d6947fff0dc6b6cf8c75b76b5d16a92e3f4a96 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef DEFAULT_APPLICATIONS_H__
#define DEFAULT_APPLICATIONS_H__ 1
const gchar * get_default_name (gchar * desktop_path);
const gchar * get_default_setup (gchar * desktop_path);
#endif /* DEFAULT_APPLICATIONS_H__ */
|