empathy r1933 - trunk/python/pyempathy



Author: xclaesse
Date: Mon Dec  1 10:21:59 2008
New Revision: 1933
URL: http://svn.gnome.org/viewvc/empathy?rev=1933&view=rev

Log:
Update python binding

Modified:
   trunk/python/pyempathy/pyempathy.defs

Modified: trunk/python/pyempathy/pyempathy.defs
==============================================================================
--- trunk/python/pyempathy/pyempathy.defs	(original)
+++ trunk/python/pyempathy/pyempathy.defs	Mon Dec  1 10:21:59 2008
@@ -211,20 +211,6 @@
   )
 )
 
-(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
 
@@ -2279,17 +2265,6 @@
   )
 )
 
-(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")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]