diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-06-10 23:01:18 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-06-10 23:01:18 +0800 |
commit | ed8f3788ca548f34f71c9651caada2521c5aec71 (patch) | |
tree | 796631281b9ace3d7bc78dd00aef3dbaac4f7335 /python/update-binding.sh | |
parent | cd7afa00e979e4e46d5169e166e39a7f547c74fb (diff) | |
download | gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.tar gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.tar.gz gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.tar.bz2 gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.tar.lz gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.tar.xz gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.tar.zst gsoc2013-empathy-ed8f3788ca548f34f71c9651caada2521c5aec71.zip |
Use empathy.foo() instead of empathy_foo() for functions binding
svn path=/trunk/; revision=1158
Diffstat (limited to 'python/update-binding.sh')
-rwxr-xr-x | python/update-binding.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/update-binding.sh b/python/update-binding.sh index fbc5b4c79..e358a32c5 100755 --- a/python/update-binding.sh +++ b/python/update-binding.sh @@ -4,6 +4,7 @@ # Update the list of headers from Makefile.am cd ../libempathy python /usr/share/pygtk/2.0/codegen/h2def.py \ + -m empathy \ empathy-time.h \ empathy-status-presets.h \ empathy-debug.h \ @@ -35,6 +36,7 @@ python /usr/share/pygtk/2.0/codegen/h2def.py \ # Update the list of headers from Makefile.am cd ../libempathy-gtk python /usr/share/pygtk/2.0/codegen/h2def.py \ + -m empathy \ empathy-images.h \ empathy-account-chooser.h \ empathy-chat.h \ |