Add a gecko module. Disable popups.

This commit is contained in:
Marco Pesenti Gritti
2006-09-26 21:58:54 +02:00
parent 92e37fd904
commit 5d78b148ff
10 changed files with 150 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
/* -*- Mode: C; c-basic-offset: 4 -*- */
%%
headers
#include <Python.h>
#include "gecko-browser.h"
%%