comparison libaudacious/configdb.h @ 2060:53a3d5db6b58 trunk

[svn] - finish documenting the libaudacious API
author nenolod
date Mon, 04 Dec 2006 19:24:14 -0800
parents 5cf8de9f2c28
children
comparison
equal deleted inserted replaced
2059:8aaf0f145578 2060:53a3d5db6b58
1 #ifndef CONFIGDB_H 1 #ifndef CONFIGDB_H
2 #define CONFIGDB_H 2 #define CONFIGDB_H
3 3
4 #include <glib.h> 4 #include <glib.h>
5 5
6 6 /**
7 * ConfigDb:
8 *
9 * A configuration database handle, opened with bmp_cfg_db_open().
10 **/
7 typedef struct _ConfigDb ConfigDb; 11 typedef struct _ConfigDb ConfigDb;
8 12
9 13
10 G_BEGIN_DECLS 14 G_BEGIN_DECLS
11 15