1 /* -*- Mode: C ; c-basic-offset: 3 -*- */
2 /*****************************************************************************
4 * $Id: path.h,v 1.1 2005/02/18 02:10:10 nedko Exp $
7 * Access to project specific data files.
9 *****************************************************************************/
11 #ifndef PATH_H__6A0C8189_7048_457D_9081_B0F76AD4B93C__INCLUDED
12 #define PATH_H__6A0C8189_7048_457D_9081_B0F76AD4B93C__INCLUDED
15 path_init(const char * argv0
);
17 /* g_free the return value if it is not NULL */
19 path_get_data_filename(const gchar
* filename
);
24 #endif /* #ifndef PATH_H__6A0C8189_7048_457D_9081_B0F76AD4B93C__INCLUDED */
26 /*****************************************************************************
30 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
33 * Revision 1.1 2005/02/18 02:10:10 nedko
34 * Access to project specific data files - initial revision.
36 *****************************************************************************/