diff options
-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") |