diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2007-12-03 06:38:02 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2007-12-03 06:38:02 +0800 |
commit | 8297d04e95387045ec54454c5da99703b9c93c87 (patch) | |
tree | 9fccd6613f968d0fc40b518399d7858cb3c609fe /python/pyempathy | |
parent | 287a94ed26db281d9ba6331230e3ead8019ed8e0 (diff) | |
download | gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.gz gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.bz2 gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.lz gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.xz gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.tar.zst gsoc2013-empathy-8297d04e95387045ec54454c5da99703b9c93c87.zip |
Conflicts:
ChangeLog
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@455 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 697fe23df..f9c032cf0 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1751,13 +1751,4 @@ ) ) -(define-function empathy_strdiff - (c-name "empathy_strdiff") - (return-type "gboolean") - (parameters - '("const-gchar*" "left") - '("const-gchar*" "right") - ) -) - |