]> git.0d.be Git - empathy.git/blob - python/pyempathygtk/pyempathygtk.override
Add python binding. Fixes bug #457660 (Michael Sheldon).
[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-generic.h"
9 #include "empathy-account-widget-jabber.h"
10 #include "empathy-account-widget-msn.h"
11 #include "empathy-cell-renderer-expander.h"
12 #include "empathy-cell-renderer-text.h"
13 #include "empathy-chat.h"
14 #include "empathy-chatrooms-window.h"
15 #include "empathy-chat-view.h"
16 #include "empathy-chat-window.h"
17 #include "empathy-contact-dialogs.h"
18 #include "empathy-contact-groups.h"
19 #include "empathy-contact-list-store.h"
20 #include "empathy-contact-list-view.h"
21 #include "empathy-contact-widget.h"
22 #include "empathy-geometry.h"
23 #include "empathy-group-chat.h"
24 #include "empathy-images.h"
25 #include "empathy-log-window.h"
26 #include "empathy-main-window.h"
27 #include "empathy-new-chatroom-dialog.h"
28 #include "empathy-preferences.h"
29 #include "empathy-presence-chooser.h"
30 #include "empathy-private-chat.h"
31 #include "empathy-profile-chooser.h"
32 #include "empathy-spell-dialog.h"
33 #include "empathy-spell.h"
34 #include "empathy-status-icon.h"
35 #include "empathy-status-presets.h"
36 #include "empathy-theme-manager.h"
37 #include "empathy-ui-utils.h"
38 #include "ephy-spinner.h"
39
40 /* FIXME */
41 #define EMPATHY_TYPE_SMILEY 1
42 #define EMPATHY_TYPE_CONTACT_LIST_STORE_COL 2
43 #define EMPATHY_TYPE_CONTACT_LIST_STORE_SORT 3
44 #define EMPATHY_TYPE_CONTACT_WIDGET_TYPE 4
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 empathy.Contact as PyEmpathyContact_Type
63 import empathy.ContactList as PyEmpathyContactList_Type
64 import empathy.TpChat as PyEmpathyTpChat_Type
65 import empathy.Presence as PyEmpathyPresence_Type
66 import empathy.Message as PyEmpathyMessage_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 %%