diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-08-25 22:23:00 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-08-25 22:42:16 +0800 |
commit | 0f409b69e73a7ec78126afa06ee2edcb17b7769b (patch) | |
tree | 005174731dad47575d6aa03f1efbf734f9130847 /python/update-binding.sh | |
parent | 98d56a7c21f8723e03f55415937376f7cde1087b (diff) | |
download | gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.tar gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.tar.gz gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.tar.bz2 gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.tar.lz gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.tar.xz gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.tar.zst gsoc2013-empathy-0f409b69e73a7ec78126afa06ee2edcb17b7769b.zip |
Update python bindings
Diffstat (limited to 'python/update-binding.sh')
-rwxr-xr-x | python/update-binding.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/update-binding.sh b/python/update-binding.sh index 3636b6341..34b28200a 100755 --- a/python/update-binding.sh +++ b/python/update-binding.sh @@ -5,17 +5,22 @@ cd ../libempathy python /usr/share/pygobject/2.0/codegen/h2def.py \ -m empathy \ + empathy-account-settings.h \ + empathy-account.h \ empathy-account-manager.h \ empathy-chatroom.h \ empathy-chatroom-manager.h \ empathy-call-factory.h \ empathy-call-handler.h \ + empathy-connectivity.h \ empathy-contact.h \ empathy-contact-groups.h \ empathy-contact-list.h \ empathy-contact-manager.h \ empathy-contact-monitor.h \ + empathy-connection-managers.h \ empathy-debug.h \ + empathy-debugger.h \ empathy-dispatcher.h \ empathy-dispatch-operation.h \ empathy-ft-factory.h \ @@ -24,6 +29,7 @@ python /usr/share/pygobject/2.0/codegen/h2def.py \ empathy-irc-network.h \ empathy-irc-network-manager.h \ empathy-irc-server.h \ + empathy-location.h \ empathy-log-manager.h \ empathy-log-store.h \ empathy-log-store-empathy.h \ @@ -62,6 +68,7 @@ python /usr/share/pygobject/2.0/codegen/h2def.py \ empathy-contact-list-store.h \ empathy-contact-list-view.h \ empathy-contact-menu.h \ + empathy-share-my-desktop.h \ empathy-contact-selector.h \ empathy-contact-widget.h \ empathy-geometry.h \ @@ -76,10 +83,13 @@ python /usr/share/pygobject/2.0/codegen/h2def.py \ empathy-presence-chooser.h \ empathy-protocol-chooser.h \ empathy-smiley-manager.h \ + empathy-sound.h \ empathy-spell.h \ + empathy-status-preset-dialog.h \ empathy-theme-boxes.h \ empathy-theme-irc.h \ empathy-theme-manager.h \ + empathy-kludge-label.h \ empathy-ui-utils.h \ > ../python/pyempathygtk/pyempathygtk.defs |