]> git.0d.be Git - empathy.git/blob - python/pyempathygtk/pyempathygtk.override
4967fa6894108e5bd1d8b6122e65c014a61505b4
[empathy.git] / python / pyempathygtk / pyempathygtk.override
1 %%
2 headers
3 #include <Python.h>
4 #include <pygobject.h>
5 #include "empathy-avatar-chooser.h"
6 #include "empathy-avatar-image.h"
7 #include "empathy-about-dialog.h"
8 #include "empathy-account-chooser.h"
9 #include "empathy-accounts-dialog.h"
10 #include "empathy-account-widget.h"
11 #include "empathy-cell-renderer-expander.h"
12 #include "empathy-cell-renderer-text.h"
13 #include "empathy-cell-renderer-activatable.h"
14 #include "empathy-chat.h"
15 #include "empathy-chatrooms-window.h"
16 #include "empathy-chat-view.h"
17 #include "empathy-chat-window.h"
18 #include "empathy-conf.h"
19 #include "empathy-contact-dialogs.h"
20 #include "empathy-contact-list-store.h"
21 #include "empathy-contact-list-view.h"
22 #include "empathy-contact-widget.h"
23 #include "empathy-geometry.h"
24 #include "empathy-group-chat.h"
25 #include "empathy-images.h"
26 #include "empathy-log-window.h"
27 #include "empathy-main-window.h"
28 #include "empathy-new-chatroom-dialog.h"
29 #include "empathy-preferences.h"
30 #include "empathy-presence-chooser.h"
31 #include "empathy-private-chat.h"
32 #include "empathy-profile-chooser.h"
33 #include "empathy-spell-dialog.h"
34 #include "empathy-spell.h"
35 #include "empathy-status-icon.h"
36 #include "empathy-theme.h"
37 #include "empathy-theme-manager.h"
38 #include "empathy-theme-boxes.h"
39 #include "empathy-theme-irc.h"
40 #include "empathy-ui-utils.h"
41 #include "empathy-smiley-manager.h"
42 #include "empathy-new-message-dialog.h"
43 #include "empathy-call-window.h"
44 #include "empathy-gtk-enum-types.h"
45
46 void empathy_add_constants(PyObject *module, const gchar *strip_prefix);
47 void empathy_register_classes(PyObject *d);
48 %%
49 modulename empathygtk
50 %%
51 import gobject.GObject as PyGObject_Type
52 import gtk.Widget as PyGtkWidget_Type
53 import gtk.Window as PyGtkWindow_Type
54 import gtk.CellRenderer as PyGtkCellRenderer_Type
55 import gtk.CellRendererText as PyGtkCellRendererText_Type
56 import gtk.TextView as PyGtkTextView_Type
57 import gtk.TreeView as PyGtkTreeView_Type
58 import gtk.TreeStore as PyGtkTreeStore_Type
59 import gtk.ToggleButton as PyGtkToggleButton_Type
60 import gtk.ComboBox as PyGtkComboBox_Type
61 import gtk.StatusIcon as PyGtkStatusIcon_Type
62 import gtk.Button as PyGtkButton_Type
63 import gtk.EventBox as PyGtkEventBox_Type
64 import gtk.CellRendererPixbuf as PyGtkCellRendererPixbuf_Type
65 import gtk.gdk.Pixbuf as PyGdkPixbuf_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.Presence as PyEmpathyPresence_Type
70 import empathy.Message as PyEmpathyMessage_Type
71 import empathy.TpChatroom as PyEmpathyTpChatroom_Type
72 import empathy.TpCall as PyEmpathyTpCall_Type
73 %%
74 ignore-glob
75         *_get_type
76 %%
77 ignore
78         empathy_chat_correct_word
79         empathy_chat_view_set_margin
80         empathy_chat_get_view
81         empathy_spell_dialog_show
82         empathy_window_iconify
83 %%