Open "requested" popups in a new activity

This commit is contained in:
Marco Pesenti Gritti
2006-09-27 14:45:55 +02:00
parent 7443ee4c8b
commit df6dd4618b
8 changed files with 128 additions and 7 deletions
+11
View File
@@ -3,5 +3,16 @@
headers
#include <Python.h>
#include "pygobject.h"
#include "gecko-browser.h"
%%
modulename gecko
%%
import gobject.GObject as PyGObject_Type
import gtkmozembed.MozEmbed as PyGtkMozEmbed_Type
%%
ignore-glob
*_get_type
_*
%%