From 797e4e2cf6c63f63a78cda2ebe635eb00f205947 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 1 Dec 2008 10:21:59 +0000 Subject: Update python binding svn path=/trunk/; revision=1933 --- python/pyempathy/pyempathy.defs | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'python') 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") -- cgit v1.2.3