diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-05 00:31:17 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-08-05 00:31:17 +0800 |
commit | 027801ddcc99637aa16b9d67fca7460d35c0df8d (patch) | |
tree | 201a4a9a151d481273eaf4853fd7432d325bf4d2 /python | |
parent | f0bb904be44b8c3f45c706388b2b785929a4cda8 (diff) | |
download | gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.tar gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.tar.gz gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.tar.bz2 gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.tar.lz gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.tar.xz gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.tar.zst gsoc2013-empathy-027801ddcc99637aa16b9d67fca7460d35c0df8d.zip |
Update python binding
svn path=/trunk/; revision=1298
Diffstat (limited to 'python')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 1 | ||||
-rwxr-xr-x | python/update-binding.sh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index a6c7e6840..bf3f25590 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -760,7 +760,6 @@ (return-type "EmpathyChatroom*") (parameters '("McAccount*" "account") - '("const-gchar*" "room") ) ) diff --git a/python/update-binding.sh b/python/update-binding.sh index e358a32c5..8ab351bec 100755 --- a/python/update-binding.sh +++ b/python/update-binding.sh @@ -42,7 +42,6 @@ python /usr/share/pygtk/2.0/codegen/h2def.py \ empathy-chat.h \ empathy-irc-network-dialog.h \ empathy-spell-dialog.h \ - empathy-accounts-dialog.h \ empathy-chat-view.h \ empathy-log-window.h \ empathy-theme-boxes.h \ |