medit/moo/mooedit/mooedit-lua.h

33 lines
810 B
C
Raw Normal View History

2006-04-07 22:39:13 -07:00
/*
2007-09-02 13:36:13 -07:00
* mooedit-lua.h
2006-04-07 22:39:13 -07:00
*
2007-06-24 10:56:20 -07:00
* Copyright (C) 2004-2007 by Yevgen Muntyan <muntyan@math.tamu.edu>
2006-04-07 22:39:13 -07:00
*
2007-06-24 10:56:20 -07:00
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
2006-04-07 22:39:13 -07:00
*
* See COPYING file that comes with this distribution.
*/
2007-09-02 13:36:13 -07:00
#ifndef MOO_EDIT_LUA_H
#define MOO_EDIT_LUA_H
2006-04-07 22:39:13 -07:00
2006-08-15 22:18:16 -07:00
#include <mooedit/mooedit.h>
2007-09-02 13:36:13 -07:00
#include <moolua/moolua.h>
2006-04-07 22:39:13 -07:00
G_BEGIN_DECLS
2007-09-02 13:36:13 -07:00
void _moo_edit_lua_add_api (lua_State *L);
2006-04-07 22:39:13 -07:00
2007-09-02 13:36:13 -07:00
void _moo_edit_lua_set_doc (lua_State *L,
GtkTextView *doc);
void _moo_edit_lua_cleanup (lua_State *L);
2006-04-07 22:39:13 -07:00
G_END_DECLS
2007-09-02 13:36:13 -07:00
#endif /* MOO_EDIT_LUA_H */