Display MessageDialog on error.
[mediadatabase.git] / libfrontend / error.h
blob66d8e91ec68976b15e0b9ec5f3a12a936cb029b1
1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*****************************************************************************
4 * $Id: error.h,v 1.1 2004/05/16 19:01:17 nedko Exp $
6 * DESCRIPTION:
7 * Mediadatabase error handling public declarations.
9 * AUTHOR:
10 * Nedko Arnaudov <nedko@users.sourceforge.net>
12 * LICENSE:
13 * GNU GENERAL PUBLIC LICENSE version 2
15 *****************************************************************************/
17 #ifndef ERROR_H__A25D2F88_F133_41C2_9D56_5617108A7D26__INCLUDED
18 #define ERROR_H__A25D2F88_F133_41C2_9D56_5617108A7D26__INCLUDED
20 #define MEDIADB_ERROR_CRITICAL 1
22 void
23 mediadb_error_callback(
24 const char *pszErrorDescription
27 void
28 mediadb_error_printf(
29 const char *pszFormat,
30 ...);
32 #endif /* #ifndef ERROR_H__A25D2F88_F133_41C2_9D56_5617108A7D26__INCLUDED */
34 /*****************************************************************************
36 * Modifications log:
38 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
40 * $Log: error.h,v $
41 * Revision 1.1 2004/05/16 19:01:17 nedko
42 * libfrontend holds code common to frontends but not in libdb.
44 *****************************************************************************/