]> git.0d.be Git - empathy.git/blobdiff - python/pyempathygtk/pyempathygtk.override
Display spelling suggestions in a submenu instead of in a separate
[empathy.git] / python / pyempathygtk / pyempathygtk.override
index 782741db7bb1b0c06b3cfd07977047ddb29d6f64..3af554ec40f11ee72b4aa969691fc1b13b071f35 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"
@@ -16,6 +18,7 @@ headers
 #include "empathy-contact-dialogs.h"
 #include "empathy-contact-list-store.h"
 #include "empathy-contact-list-view.h"
+#include "empathy-contact-selector.h"
 #include "empathy-contact-widget.h"
 #include "empathy-geometry.h"
 #include "empathy-gtk-enum-types.h"
@@ -26,13 +29,13 @@ headers
 #include "empathy-presence-chooser.h"
 #include "empathy-profile-chooser.h"
 #include "empathy-smiley-manager.h"
-#include "empathy-spell-dialog.h"
 #include "empathy-spell.h"
 #include "empathy-theme-boxes.h"
-#include "empathy-theme.h"
 #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 +58,10 @@ 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 gtk.ComboBoxEntry as PyGtkComboBoxEntry_Type
+import gtk.Builder as PyGtkBuilder_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
@@ -68,6 +75,5 @@ ignore
        empathy_chat_correct_word
        empathy_chat_view_set_margin
        empathy_chat_get_view
-       empathy_spell_dialog_show
        empathy_window_iconify
 %%