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:
mdb
2000-12-10 23:38:39 +00:00
parent d15f6917bd
commit 537e308c62
20 changed files with 929 additions and 0 deletions
+19
View File
@@ -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_ */