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