1 /* -*- Mode: C ; c-basic-offset: 2 -*- */
2 /*****************************************************************************
4 * $Id: helper.h,v 1.4 2004/10/03 23:33:30 nedko Exp $
12 *****************************************************************************/
14 #ifndef HELPER_H__EE98126E_9844_493D_9BB0_1BD50E70379C__INCLUDED
15 #define HELPER_H__EE98126E_9844_493D_9BB0_1BD50E70379C__INCLUDED
17 #include "../libfrontend/helper.h"
20 display_error_message_mediadb(GtkWindow
*pWindow
);
23 display_error_message_string(GtkWindow
*pWindow
, const char *pszMessage
);
25 #endif /* #ifndef HELPER_H__EE98126E_9844_493D_9BB0_1BD50E70379C__INCLUDED */
27 /*****************************************************************************
31 * !!! WARNING !!! Following lines are automatically updated by the CVS system.
34 * Revision 1.4 2004/10/03 23:33:30 nedko
35 * Move size helpers to libfrontend
37 * Revision 1.3 2004/09/01 05:03:51 nedko
38 * Supply window to display_error_message_xxx()
39 * Global "units" array.
41 * Revision 1.2 2004/09/01 00:52:50 nedko
42 * Add helper functions for displaying messages.
44 * Revision 1.1 2004/05/21 23:43:38 nedko
45 * Implement media window.
47 *****************************************************************************/