Changed from a GNOME applet to a standalone application. Finished the
implementation of various things. git-svn-id: https://samskivert.googlecode.com/svn/trunk@53 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/**
|
||||
* $Id: preferences.h,v 1.1 2001/02/24 02:35:20 mdb Exp $
|
||||
*/
|
||||
|
||||
#ifndef _PREFERENCES_H_
|
||||
#define _PREFERENCES_H_
|
||||
|
||||
#include <gnome.h>
|
||||
|
||||
extern void
|
||||
lk_prefs_init (void);
|
||||
|
||||
extern GPtrArray*
|
||||
lk_prefs_get_bindings (void);
|
||||
|
||||
extern void
|
||||
lk_prefs_cleanup (void);
|
||||
|
||||
extern void
|
||||
lk_prefs_display ();
|
||||
|
||||
#endif /* _PREFERENCES_H_ */
|
||||
Reference in New Issue
Block a user