]> git.0d.be Git - empathy.git/blob - python/pyempathygtk/pyempathygtk.override
Fix python bingind
[empathy.git] / python / pyempathygtk / pyempathygtk.override
1 %%
2 headers
3 #include <Python.h>
4 #include <pygobject.h>
5 #include "empathy-account-chooser.h"
6 #include "empathy-account-widget.h"
7 #include "empathy-account-widget-irc.h"
8 #include "empathy-audio-sink.h"
9 #include "empathy-audio-src.h"
10 #include "empathy-avatar-chooser.h"
11 #include "empathy-avatar-image.h"
12 #include "empathy-cell-renderer-activatable.h"
13 #include "empathy-cell-renderer-expander.h"
14 #include "empathy-cell-renderer-text.h"
15 #include "empathy-chat.h"
16 #include "empathy-chat-view.h"
17 #include "empathy-conf.h"
18 #include "empathy-contact-dialogs.h"
19 #include "empathy-contact-list-store.h"
20 #include "empathy-contact-list-view.h"
21 #include "empathy-contact-selector.h"
22 #include "empathy-contact-widget.h"
23 #include "empathy-geometry.h"
24 #include "empathy-gtk-enum-types.h"
25 #include "empathy-images.h"
26 #include "empathy-irc-network-dialog.h"
27 #include "empathy-log-window.h"
28 #include "empathy-new-message-dialog.h"
29 #include "empathy-presence-chooser.h"
30 #include "empathy-profile-chooser.h"
31 #include "empathy-smiley-manager.h"
32 #include "empathy-spell-dialog.h"
33 #include "empathy-spell.h"
34 #include "empathy-theme-boxes.h"
35 #include "empathy-theme-irc.h"
36 #include "empathy-theme-manager.h"
37 #include "empathy-ui-utils.h"
38 #include "empathy-video-src.h"
39 #include "empathy-video-widget.h"
40
41 void empathy_add_constants(PyObject *module, const gchar *strip_prefix);
42 void empathy_register_classes(PyObject *d);
43 %%
44 modulename empathygtk
45 %%
46 import gobject.GObject as PyGObject_Type
47 import gtk.Widget as PyGtkWidget_Type
48 import gtk.Window as PyGtkWindow_Type
49 import gtk.CellRenderer as PyGtkCellRenderer_Type
50 import gtk.CellRendererText as PyGtkCellRendererText_Type
51 import gtk.TextView as PyGtkTextView_Type
52 import gtk.TreeView as PyGtkTreeView_Type
53 import gtk.TreeStore as PyGtkTreeStore_Type
54 import gtk.ToggleButton as PyGtkToggleButton_Type
55 import gtk.ComboBox as PyGtkComboBox_Type
56 import gtk.StatusIcon as PyGtkStatusIcon_Type
57 import gtk.Button as PyGtkButton_Type
58 import gtk.EventBox as PyGtkEventBox_Type
59 import gtk.CellRendererPixbuf as PyGtkCellRendererPixbuf_Type
60 import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
61 import gtk.Bin as PyGtkBin_Type
62 import gtk.DrawingArea as PyGtkDrawingArea_Type
63 import gtk.ComboBoxEntry as PyGtkComboBoxEntry_Type
64 import gtk.Builder as PyGtkBuilder_Type
65 import gst.GstBin as PyGstBin_Type
66 import empathy.Contact as PyEmpathyContact_Type
67 import empathy.ContactList as PyEmpathyContactList_Type
68 import empathy.TpChat as PyEmpathyTpChat_Type
69 import empathy.Message as PyEmpathyMessage_Type
70 import empathy.TpCall as PyEmpathyTpCall_Type
71 %%
72 ignore-glob
73         *_get_type
74 %%
75 ignore
76         empathy_chat_correct_word
77         empathy_chat_view_set_margin
78         empathy_chat_get_view
79         empathy_spell_dialog_show
80         empathy_window_iconify
81 %%