]> git.0d.be Git - empathy.git/blob - python/pyempathygtk/pyempathygtk.override
Updated Russian translation
[empathy.git] / python / pyempathygtk / pyempathygtk.override
1 %%
2 headers
3 #include <Python.h>
4 #include <pygobject.h>
5 #include <libempathy/empathy-enum-types.h>
6 #include "empathy-account-chooser.h"
7 #include "empathy-account-widget.h"
8 #include "empathy-account-widget-irc.h"
9 #include "empathy-audio-sink.h"
10 #include "empathy-audio-src.h"
11 #include "empathy-avatar-chooser.h"
12 #include "empathy-avatar-image.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-chat-view.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-selector.h"
23 #include "empathy-contact-widget.h"
24 #include "empathy-geometry.h"
25 #include "empathy-gtk-enum-types.h"
26 #include "empathy-images.h"
27 #include "empathy-irc-network-dialog.h"
28 #include "empathy-kludge-label.h"
29 #include "empathy-log-window.h"
30 #include "empathy-new-message-dialog.h"
31 #include "empathy-presence-chooser.h"
32 #include "empathy-protocol-chooser.h"
33 #include "empathy-smiley-manager.h"
34 #include "empathy-spell.h"
35 #include "empathy-status-preset-dialog.h"
36 #include "empathy-theme-boxes.h"
37 #include "empathy-theme-irc.h"
38 #include "empathy-theme-manager.h"
39 #include "empathy-ui-utils.h"
40 #include "empathy-video-src.h"
41 #include "empathy-video-widget.h"
42
43 void empathy_add_constants(PyObject *module, const gchar *strip_prefix);
44 void empathy_register_classes(PyObject *d);
45 %%
46 modulename empathygtk
47 %%
48 import gobject.GObject as PyGObject_Type
49 import gtk.Widget as PyGtkWidget_Type
50 import gtk.Window as PyGtkWindow_Type
51 import gtk.CellRenderer as PyGtkCellRenderer_Type
52 import gtk.CellRendererText as PyGtkCellRendererText_Type
53 import gtk.TextView as PyGtkTextView_Type
54 import gtk.TreeView as PyGtkTreeView_Type
55 import gtk.TreeStore as PyGtkTreeStore_Type
56 import gtk.ToggleButton as PyGtkToggleButton_Type
57 import gtk.ComboBox as PyGtkComboBox_Type
58 import gtk.StatusIcon as PyGtkStatusIcon_Type
59 import gtk.Button as PyGtkButton_Type
60 import gtk.EventBox as PyGtkEventBox_Type
61 import gtk.CellRendererPixbuf as PyGtkCellRendererPixbuf_Type
62 import gtk.gdk.Pixbuf as PyGdkPixbuf_Type
63 import gtk.Bin as PyGtkBin_Type
64 import gtk.DrawingArea as PyGtkDrawingArea_Type
65 import gtk.ComboBoxEntry as PyGtkComboBoxEntry_Type
66 import gtk.Builder as PyGtkBuilder_Type
67 import gtk.Label as PyGtkLabel_Type
68 import gtk.Dialog as PyGtkDialog_Type
69 import gst.Bin as PyGstBin_Type
70 import empathy.Contact as PyEmpathyContact_Type
71 import empathy.ContactList as PyEmpathyContactList_Type
72 import empathy.TpChat as PyEmpathyTpChat_Type
73 import empathy.Message as PyEmpathyMessage_Type
74 import empathy.TpCall as PyEmpathyTpCall_Type
75 import empathy.FTHandler as PyEmpathyFTHandler_Type
76 import empathy.Account as PyEmpathyAccount_Type
77 import empathy.AccountSettings as PyEmpathyAccountSettings_Type
78 %%
79 ignore-glob
80         *_get_type
81 %%
82 ignore
83         empathy_chat_correct_word
84         empathy_chat_view_set_margin
85         empathy_chat_get_view
86         empathy_window_iconify
87 %%