Cut and paste the mozembed bindings instead of depending on the

external ones. This is necessary to be able to support 1.9.
This commit is contained in:
Marco Pesenti Gritti
2007-01-23 20:33:56 +01:00
parent 0d4e7cdb0a
commit 1d6f0a11c4
10 changed files with 564 additions and 13 deletions
+3 -1
View File
@@ -27,7 +27,6 @@ sugar_tray_manager_new
%%
import gobject.GObject as PyGObject_Type
import gtk.Entry as PyGtkEntry_Type
import gtkmozembed.MozEmbed as PyGtkMozEmbed_Type
import gtk.gdk.Screen as PyGdkScreen_Type
import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
import hippo.CanvasImage as HippoCanvasImage_Type
@@ -36,6 +35,9 @@ ignore-glob
*_get_type
_*
%%
include
gtkmozembed.override
%%
override sugar_hippo_canvas_image_set_image_from_gdk_pixbuf kwargs
static cairo_surface_t *
_cairo_surface_from_pixbuf (GdkPixbuf *pixbuf)