]> git.0d.be Git - empathy.git/blob - python/pyempathygtk/pyempathygtk.override
Update python binding and add a script to make it more automatic
[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-accounts-dialog.h"
7 #include "empathy-account-widget.h"
8 #include "empathy-account-widget-irc.h"
9 #include "empathy-avatar-chooser.h"
10 #include "empathy-avatar-image.h"
11 #include "empathy-cell-renderer-activatable.h"
12 #include "empathy-cell-renderer-expander.h"
13 #include "empathy-cell-renderer-text.h"
14 #include "empathy-chat.h"
15 #include "empathy-chat-view.h"
16 #include "empathy-conf.h"
17 #include "empathy-contact-dialogs.h"
18 #include "empathy-contact-list-store.h"
19 #include "empathy-contact-list-view.h"
20 #include "empathy-contact-widget.h"
21 #include "empathy-geometry.h"
22 #include "empathy-group-chat.h"
23 #include "empathy-gtk-enum-types.h"
24 #include "empathy-images.h"
25 #include "empathy-irc-network-dialog.h"
26 #include "empathy-log-window.h"
27 #include "empathy-new-message-dialog.h"
28 #include "empathy-presence-chooser.h"
29 #include "empathy-private-chat.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.h"
36 #include "empathy-theme-irc.h"
37 #include "empathy-theme-manager.h"
38 #include "empathy-ui-utils.h"
39
40 void empathy_add_constants(PyObject *module, const gchar *strip_prefix);
41 void empathy_register_classes(PyObject *d);
42 %%
43 modulename empathygtk
44 %%
45 import gobject.GObject as PyGObject_Type
46 import gtk.Widget as PyGtkWidget_Type
47 import gtk.Window as PyGtkWindow_Type
48 import gtk.CellRenderer as PyGtkCellRenderer_Type
49 import gtk.CellRendererText as PyGtkCellRendererText_Type
50 import gtk.TextView as PyGtkTextView_Type
51 import gtk.TreeView as PyGtkTreeView_Type
52 import gtk.TreeStore as PyGtkTreeStore_Type
53 import gtk.ToggleButton as PyGtkToggleButton_Type
54 import gtk.ComboBox as PyGtkComboBox_Type
55 import gtk.StatusIcon as PyGtkStatusIcon_Type
56 import gtk.Button as PyGtkButton_Type
57 import gtk.EventBox as PyGtkEventBox_Type
58 import gtk.CellRendererPixbuf as PyGtkCellRendererPixbuf_Type
59 import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
60 import empathy.Contact as PyEmpathyContact_Type
61 import empathy.ContactList as PyEmpathyContactList_Type
62 import empathy.TpChat as PyEmpathyTpChat_Type
63 import empathy.Presence as PyEmpathyPresence_Type
64 import empathy.Message as PyEmpathyMessage_Type
65 import empathy.TpChatroom as PyEmpathyTpChatroom_Type
66 import empathy.TpCall as PyEmpathyTpCall_Type
67 %%
68 ignore-glob
69         *_get_type
70 %%
71 ignore
72         empathy_chat_correct_word
73         empathy_chat_view_set_margin
74         empathy_chat_get_view
75         empathy_spell_dialog_show
76         empathy_window_iconify
77 %%