]> git.0d.be Git - empathy.git/commitdiff
Update python binding
authorXavier Claessens <xclaesse@src.gnome.org>
Mon, 1 Dec 2008 10:21:59 +0000 (10:21 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 1 Dec 2008 10:21:59 +0000 (10:21 +0000)
svn path=/trunk/; revision=1933

python/pyempathy/pyempathy.defs

index eebe92aa88f255a047b339632a924314d9356310..dcc6621a08fbf7cdb311a97cef3985cfaf6d5262 100644 (file)
   )
 )
 
-(define-enum RegExType
-  (in-module "Empathy")
-  (c-name "EmpathyRegExType")
-  (gtype-id "EMPATHY_TYPE_REG_EX_TYPE")
-  (values
-    '("as-is" "EMPATHY_REGEX_AS_IS")
-    '("browser" "EMPATHY_REGEX_BROWSER")
-    '("apt" "EMPATHY_REGEX_APT")
-    '("email" "EMPATHY_REGEX_EMAIL")
-    '("other" "EMPATHY_REGEX_OTHER")
-    '("all" "EMPATHY_REGEX_ALL")
-  )
-)
-
 
 ;; From empathy-chatroom.h
 
   )
 )
 
-(define-function regex_match
-  (c-name "empathy_regex_match")
-  (return-type "gint")
-  (parameters
-    '("EmpathyRegExType" "type")
-    '("const-gchar*" "msg")
-    '("GArray*" "start")
-    '("GArray*" "end")
-  )
-)
-
 (define-function strcasecmp
   (c-name "empathy_strcasecmp")
   (return-type "gint")