]> git.0d.be Git - empathy.git/blobdiff - python/pyempathygtk/pyempathygtk.override
Update python bindings
[empathy.git] / python / pyempathygtk / pyempathygtk.override
index 40d63848b856d05c70019fa3bc5ae36b4cac2f07..7493c42bc95bdd5d4a2d17656ffea2bc393df52e 100644 (file)
@@ -5,6 +5,8 @@ headers
 #include "empathy-account-chooser.h"
 #include "empathy-account-widget.h"
 #include "empathy-account-widget-irc.h"
+#include "empathy-audio-sink.h"
+#include "empathy-audio-src.h"
 #include "empathy-avatar-chooser.h"
 #include "empathy-avatar-image.h"
 #include "empathy-cell-renderer-activatable.h"
@@ -33,6 +35,8 @@ headers
 #include "empathy-theme-irc.h"
 #include "empathy-theme-manager.h"
 #include "empathy-ui-utils.h"
+#include "empathy-video-src.h"
+#include "empathy-video-widget.h"
 
 void empathy_add_constants(PyObject *module, const gchar *strip_prefix);
 void empathy_register_classes(PyObject *d);
@@ -55,6 +59,8 @@ import gtk.EventBox as PyGtkEventBox_Type
 import gtk.CellRendererPixbuf as PyGtkCellRendererPixbuf_Type
 import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
 import gtk.Bin as PyGtkBin_Type
+import gtk.DrawingArea as PyGtkDrawingArea_Type
+import gst.GstBin as PyGstBin_Type
 import empathy.Contact as PyEmpathyContact_Type
 import empathy.ContactList as PyEmpathyContactList_Type
 import empathy.TpChat as PyEmpathyTpChat_Type