diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-16 20:48:27 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-03-16 20:48:27 +0800 |
commit | ba255f08be65af4008555b93cf4f9f07c49b7286 (patch) | |
tree | 09628c29f0382dfa567b9f5c74f5e42b4a1556c2 /python/pyempathygtk.patch | |
parent | 302b631948b98ba90a43d59437751a6e9906779f (diff) | |
download | gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.gz gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.bz2 gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.lz gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.xz gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.tar.zst gsoc2013-empathy-ba255f08be65af4008555b93cf4f9f07c49b7286.zip |
Update python binding and add a script to make it more automatic
svn path=/trunk/; revision=799
Diffstat (limited to 'python/pyempathygtk.patch')
-rw-r--r-- | python/pyempathygtk.patch | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/python/pyempathygtk.patch b/python/pyempathygtk.patch deleted file mode 100644 index 754735e81..000000000 --- a/python/pyempathygtk.patch +++ /dev/null @@ -1,57 +0,0 @@ ---- pyempathygtk.defs 2008-02-10 17:56:26.000000000 +0100 -+++ pyempathygtk/pyempathygtk.defs 2008-02-10 17:57:11.000000000 +0100 -@@ -147,13 +147,6 @@ - (gtype-id "EMPATHY_TYPE_THEME_MANAGER") - ) - --(define-object Spinner -- (in-module "Ephy") -- (parent "GtkWidget") -- (c-name "EphySpinner") -- (gtype-id "EPHY_TYPE_SPINNER") --) -- - ;; Enumerations and flags ... - - (define-enum ChatViewBlock -@@ -2112,40 +2105,3 @@ - (varargs #t) - ) - -- -- --;; From ephy-spinner.h -- --(define-function ephy_spinner_get_type -- (c-name "ephy_spinner_get_type") -- (return-type "GType") --) -- --(define-function ephy_spinner_new -- (c-name "ephy_spinner_new") -- (is-constructor-of "EphySpinner") -- (return-type "GtkWidget*") --) -- --(define-method start -- (of-object "EphySpinner") -- (c-name "ephy_spinner_start") -- (return-type "none") --) -- --(define-method stop -- (of-object "EphySpinner") -- (c-name "ephy_spinner_stop") -- (return-type "none") --) -- --(define-method set_size -- (of-object "EphySpinner") -- (c-name "ephy_spinner_set_size") -- (return-type "none") -- (parameters -- '("GtkIconSize" "size") -- ) --) -- -- |