diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-01 18:21:59 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-01 18:21:59 +0800 |
commit | 797e4e2cf6c63f63a78cda2ebe635eb00f205947 (patch) | |
tree | c11ef8931c40b2ee1520e55e22127b9b209dabfe | |
parent | bebba4972777e1dde7e7087cb27dc75b83a3c38a (diff) | |
download | gsoc2013-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
-rw-r--r-- | python/pyempathy/pyempathy.defs | 25 |
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") |