aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-01 18:21:59 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-01 18:21:59 +0800
commit797e4e2cf6c63f63a78cda2ebe635eb00f205947 (patch)
treec11ef8931c40b2ee1520e55e22127b9b209dabfe /python
parentbebba4972777e1dde7e7087cb27dc75b83a3c38a (diff)
downloadgsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.tar
gsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.tar.gz
gsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.tar.bz2
gsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.tar.lz
gsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.tar.xz
gsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.tar.zst
gsoc2013-empathy-797e4e2cf6c63f63a78cda2ebe635eb00f205947.zip
Update python binding
svn path=/trunk/; revision=1933
Diffstat (limited to 'python')
-rw-r--r--python/pyempathy/pyempathy.defs25
1 files changed, 0 insertions, 25 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs
index eebe92aa8..dcc6621a0 100644
--- a/python/pyempathy/pyempathy.defs
+++ b/python/pyempathy/pyempathy.defs
@@ -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")