medit/moo/moolua/gtk-lua-api.cpp

26 lines
315 B
C++
Raw Normal View History

2010-12-12 02:29:20 -08:00
#include "moo-lua-api-util.h"
// methods of GObject
// methods of GFile
// methods of GdkPixbuf
// methods of GtkObject
// methods of GtkAccelGroup
// methods of GtkWidget
void
gtk_lua_api_register (void)
{
static gboolean been_here = FALSE;
if (been_here)
return;
been_here = TRUE;
}