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