aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyempathygtk/pyempathygtk.override
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-03-09 22:30:15 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-03-09 22:30:15 +0800
commit495358677b5d6a583f72e7634b4e8e95cfd4e224 (patch)
tree24d14751bc794958dd8c801858e52a3f5d3032c0 /python/pyempathygtk/pyempathygtk.override
parent3aa2a2539c3cacd8005370390c1057fa48faa6fd (diff)
downloadgsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.tar
gsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.tar.gz
gsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.tar.bz2
gsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.tar.lz
gsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.tar.xz
gsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.tar.zst
gsoc2013-empathy-495358677b5d6a583f72e7634b4e8e95cfd4e224.zip
Updatre python binding
svn path=/trunk/; revision=720
Diffstat (limited to 'python/pyempathygtk/pyempathygtk.override')
-rw-r--r--python/pyempathygtk/pyempathygtk.override21
1 files changed, 12 insertions, 9 deletions
diff --git a/python/pyempathygtk/pyempathygtk.override b/python/pyempathygtk/pyempathygtk.override
index 4967fa689..7df240bd1 100644
--- a/python/pyempathygtk/pyempathygtk.override
+++ b/python/pyempathygtk/pyempathygtk.override
@@ -2,15 +2,17 @@
headers
#include <Python.h>
#include <pygobject.h>
-#include "empathy-avatar-chooser.h"
-#include "empathy-avatar-image.h"
#include "empathy-about-dialog.h"
#include "empathy-account-chooser.h"
#include "empathy-accounts-dialog.h"
#include "empathy-account-widget.h"
+#include "empathy-account-widget-irc.h"
+#include "empathy-avatar-chooser.h"
+#include "empathy-avatar-image.h"
+#include "empathy-call-window.h"
+#include "empathy-cell-renderer-activatable.h"
#include "empathy-cell-renderer-expander.h"
#include "empathy-cell-renderer-text.h"
-#include "empathy-cell-renderer-activatable.h"
#include "empathy-chat.h"
#include "empathy-chatrooms-window.h"
#include "empathy-chat-view.h"
@@ -22,26 +24,27 @@ headers
#include "empathy-contact-widget.h"
#include "empathy-geometry.h"
#include "empathy-group-chat.h"
+#include "empathy-gtk-enum-types.h"
+#include "empathy-gtk-marshal.h"
#include "empathy-images.h"
+#include "empathy-irc-network-dialog.h"
#include "empathy-log-window.h"
#include "empathy-main-window.h"
#include "empathy-new-chatroom-dialog.h"
+#include "empathy-new-message-dialog.h"
#include "empathy-preferences.h"
#include "empathy-presence-chooser.h"
#include "empathy-private-chat.h"
#include "empathy-profile-chooser.h"
+#include "empathy-smiley-manager.h"
#include "empathy-spell-dialog.h"
#include "empathy-spell.h"
#include "empathy-status-icon.h"
-#include "empathy-theme.h"
-#include "empathy-theme-manager.h"
#include "empathy-theme-boxes.h"
+#include "empathy-theme.h"
#include "empathy-theme-irc.h"
+#include "empathy-theme-manager.h"
#include "empathy-ui-utils.h"
-#include "empathy-smiley-manager.h"
-#include "empathy-new-message-dialog.h"
-#include "empathy-call-window.h"
-#include "empathy-gtk-enum-types.h"
void empathy_add_constants(PyObject *module, const gchar *strip_prefix);
void empathy_register_classes(PyObject *d);