Initial, incomplete, version of lookuplet.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@35 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* $Id: launcher.h,v 1.1 2000/12/10 23:38:39 mdb Exp $
|
||||
*/
|
||||
|
||||
#ifndef _LAUNCHER_H_
|
||||
#define _LAUNCHER_H_
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
extern void
|
||||
lookuplet_launcher_init (void);
|
||||
|
||||
extern void
|
||||
lookuplet_launcher_cleanup (void);
|
||||
|
||||
extern gboolean
|
||||
lookuplet_launcher_launch (const char* terms, const char* qualifier);
|
||||
|
||||
#endif /* _LAUNCHER_H_ */
|
||||
Reference in New Issue
Block a user