]> git.0d.be Git - empathy.git/commitdiff
remove empathy-spell-dialog from python binding
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 22 Apr 2009 09:07:55 +0000 (10:07 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 22 Apr 2009 09:07:55 +0000 (10:07 +0100)
python/pyempathygtk/pyempathygtk.defs
python/update-binding.sh

index 1cb19f52744799441f1a515bbfd29bd1814aa3a9..e12da48596fea67abc881c17b23210822b2aaa8c 100644 (file)
 
 
 
-;; From empathy-spell-dialog.h
-
-(define-function spell_dialog_show
-  (c-name "empathy_spell_dialog_show")
-  (return-type "none")
-  (parameters
-    '("EmpathyChat*" "chat")
-    '("GtkTextIter*" "start")
-    '("GtkTextIter*" "end")
-    '("const-gchar*" "word")
-  )
-)
-
-
-
 ;; From empathy-theme-boxes.h
 
 (define-function theme_boxes_get_type
index 19c8f10b0b5487f9d29faa07140aee940cb6354f..9023be21a9b2c5d9a8d71501ea2a23c6aed037d8 100755 (executable)
@@ -78,7 +78,6 @@ python /usr/share/pygobject/2.0/codegen/h2def.py      \
        empathy-profile-chooser.h               \
        empathy-smiley-manager.h                \
        empathy-spell.h                         \
-       empathy-spell-dialog.h                  \
        empathy-theme-boxes.h                   \
        empathy-theme-irc.h                     \
        empathy-theme-manager.h                 \