libglade helpers.
[mediadatabase.git] / gtk / path.h
blobfc687a16f0b1a0c10b266b25d2abe46e81835ce8
1 /* -*- Mode: C ; c-basic-offset: 3 -*- */
2 /*****************************************************************************
4 * $Id: path.h,v 1.1 2005/02/18 02:10:10 nedko Exp $
6 * DESCRIPTION:
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
14 void
15 path_init(const char * argv0);
17 /* g_free the return value if it is not NULL */
18 gchar *
19 path_get_data_filename(const gchar * filename);
21 void
22 path_uninit();
24 #endif /* #ifndef PATH_H__6A0C8189_7048_457D_9081_B0F76AD4B93C__INCLUDED */
26 /*****************************************************************************
28 * Modifications log:
30 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
32 * $Log: path.h,v $
33 * Revision 1.1 2005/02/18 02:10:10 nedko
34 * Access to project specific data files - initial revision.
36 *****************************************************************************/