X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=python%2Fpyempathygtk%2Fpyempathygtk.override;h=3af554ec40f11ee72b4aa969691fc1b13b071f35;hp=26eb10119caed4eeddee05cf734bd6bb411dbb6d;hb=814e6198069aaa5df9cf63e51b29afe78ef22dde;hpb=61a627be9a0d353ee9fc4d8edecde948aab5d243 diff --git a/python/pyempathygtk/pyempathygtk.override b/python/pyempathygtk/pyempathygtk.override index 26eb1011..3af554ec 100644 --- a/python/pyempathygtk/pyempathygtk.override +++ b/python/pyempathygtk/pyempathygtk.override @@ -2,49 +2,40 @@ headers #include #include +#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-about-dialog.h" -#include "empathy-account-chooser.h" -#include "empathy-accounts-dialog.h" -#include "empathy-account-widget-generic.h" -#include "empathy-account-widget-jabber.h" -#include "empathy-account-widget-msn.h" +#include "empathy-cell-renderer-activatable.h" #include "empathy-cell-renderer-expander.h" #include "empathy-cell-renderer-text.h" -#include "empathy-cell-renderer-activatable.h" #include "empathy-chat.h" -#include "empathy-chatrooms-window.h" #include "empathy-chat-view.h" -#include "empathy-chat-window.h" #include "empathy-conf.h" #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-group-chat.h" +#include "empathy-gtk-enum-types.h" #include "empathy-images.h" +#include "empathy-irc-network-dialog.h" #include "empathy-log-window.h" -#include "empathy-main-window.h" -#include "empathy-new-chatroom-dialog.h" -#include "empathy-preferences.h" +#include "empathy-new-message-dialog.h" #include "empathy-presence-chooser.h" -#include "empathy-private-chat.h" #include "empathy-profile-chooser.h" -#include "empathy-spell-dialog.h" +#include "empathy-smiley-manager.h" #include "empathy-spell.h" -#include "empathy-status-icon.h" -#include "empathy-theme.h" -#include "empathy-theme-manager.h" #include "empathy-theme-boxes.h" #include "empathy-theme-irc.h" +#include "empathy-theme-manager.h" #include "empathy-ui-utils.h" -#include "ephy-spinner.h" -#include "empathy-smiley-manager.h" -#include "empathy-new-message-dialog.h" -#include "empathy-call-window.h" -#include "empathy-gtk-enum-types.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); @@ -65,13 +56,16 @@ import gtk.StatusIcon as PyGtkStatusIcon_Type import gtk.Button as PyGtkButton_Type import gtk.EventBox as PyGtkEventBox_Type import gtk.CellRendererPixbuf as PyGtkCellRendererPixbuf_Type -import gdk.Pixbuf as PyGdkPixbuf_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 -import empathy.Presence as PyEmpathyPresence_Type import empathy.Message as PyEmpathyMessage_Type -import empathy.TpChatroom as PyEmpathyTpChatroom_Type import empathy.TpCall as PyEmpathyTpCall_Type %% ignore-glob @@ -81,6 +75,5 @@ ignore empathy_chat_correct_word empathy_chat_view_set_margin empathy_chat_get_view - empathy_spell_dialog_show empathy_window_iconify %%