]> git.0d.be Git - empathy.git/blobdiff - python/pyempathygtk/pyempathygtk.override
Remove python bindings. (Closes bug #599039)
[empathy.git] / python / pyempathygtk / pyempathygtk.override
diff --git a/python/pyempathygtk/pyempathygtk.override b/python/pyempathygtk/pyempathygtk.override
deleted file mode 100644 (file)
index 378fe36..0000000
+++ /dev/null
@@ -1,87 +0,0 @@
-%%
-headers
-#include <Python.h>
-#include <pygobject.h>
-#include <libempathy/empathy-enum-types.h>
-#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"
-#include "empathy-cell-renderer-expander.h"
-#include "empathy-cell-renderer-text.h"
-#include "empathy-chat.h"
-#include "empathy-chat-view.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-gtk-enum-types.h"
-#include "empathy-images.h"
-#include "empathy-irc-network-dialog.h"
-#include "empathy-kludge-label.h"
-#include "empathy-log-window.h"
-#include "empathy-new-message-dialog.h"
-#include "empathy-presence-chooser.h"
-#include "empathy-protocol-chooser.h"
-#include "empathy-smiley-manager.h"
-#include "empathy-spell.h"
-#include "empathy-status-preset-dialog.h"
-#include "empathy-theme-boxes.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);
-%%
-modulename empathygtk
-%%
-import gobject.GObject as PyGObject_Type
-import gtk.Widget as PyGtkWidget_Type
-import gtk.Window as PyGtkWindow_Type
-import gtk.CellRenderer as PyGtkCellRenderer_Type
-import gtk.CellRendererText as PyGtkCellRendererText_Type
-import gtk.TextView as PyGtkTextView_Type
-import gtk.TreeView as PyGtkTreeView_Type
-import gtk.TreeStore as PyGtkTreeStore_Type
-import gtk.ToggleButton as PyGtkToggleButton_Type
-import gtk.ComboBox as PyGtkComboBox_Type
-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 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 gtk.Label as PyGtkLabel_Type
-import gtk.Dialog as PyGtkDialog_Type
-import gst.Bin as PyGstBin_Type
-import empathy.Contact as PyEmpathyContact_Type
-import empathy.ContactList as PyEmpathyContactList_Type
-import empathy.TpChat as PyEmpathyTpChat_Type
-import empathy.Message as PyEmpathyMessage_Type
-import empathy.TpCall as PyEmpathyTpCall_Type
-import empathy.FTHandler as PyEmpathyFTHandler_Type
-import empathy.Account as PyEmpathyAccount_Type
-import empathy.AccountSettings as PyEmpathyAccountSettings_Type
-%%
-ignore-glob
-       *_get_type
-%%
-ignore
-       empathy_chat_correct_word
-       empathy_chat_view_set_margin
-       empathy_chat_get_view
-       empathy_window_iconify
-%%