diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-20 05:04:25 +0800 |
commit | 236262c25f3660c7ed891eaafc89f7eeebfdc5c7 (patch) | |
tree | 993f16ca0e7fe4a06ca289e7a2468af109629fed /python/update-binding.sh | |
parent | 4c27cbce2a1e6d1b51c3a7f1a983c1278506120e (diff) | |
download | gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.tar gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.tar.gz gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.tar.bz2 gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.tar.lz gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.tar.xz gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.tar.zst gsoc2013-empathy-236262c25f3660c7ed891eaafc89f7eeebfdc5c7.zip |
Update python binding
svn path=/trunk/; revision=985
Diffstat (limited to 'python/update-binding.sh')
-rwxr-xr-x | python/update-binding.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/update-binding.sh b/python/update-binding.sh index 0c4b94ac9..9e536a5c9 100755 --- a/python/update-binding.sh +++ b/python/update-binding.sh @@ -23,6 +23,7 @@ python /usr/share/pygtk/2.0/codegen/h2def.py \ empathy-tp-chat.h \ empathy-tp-roomlist.h \ empathy-tp-call.h \ + empathy-tp-tube.h \ empathy-chandler.h \ empathy-filter.h \ empathy-idle.h \ @@ -30,6 +31,7 @@ python /usr/share/pygtk/2.0/codegen/h2def.py \ empathy-irc-network-manager.h \ empathy-irc-network.h \ empathy-irc-server.h \ + empathy-tube-handler.h \ > ../python/pyempathy/pyempathy.defs # Update the list of headers from Makefile.am @@ -48,6 +50,7 @@ python /usr/share/pygtk/2.0/codegen/h2def.py \ empathy-conf.h \ empathy-theme.h \ empathy-account-widget-irc.h \ + empathy-account-widget-sip.h \ empathy-contact-dialogs.h \ empathy-new-message-dialog.h \ empathy-theme-irc.h \ |