diff options
author | Christian Persch <chpe@svn.gnome.org> | 2007-01-29 03:56:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-01-29 03:56:01 +0800 |
commit | 2eee055dd76bfe30aea7758025cdd499aea95b4d (patch) | |
tree | 21b73c51d5f3188c67c802723bf0ea58362539b4 /src/epiphany.defs | |
parent | 9f55ee3719b4ba01a4929ca0f9b1e71c24ebae84 (diff) | |
download | gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.tar gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.tar.gz gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.tar.bz2 gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.tar.lz gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.tar.xz gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.tar.zst gsoc2013-epiphany-2eee055dd76bfe30aea7758025cdd499aea95b4d.zip |
Fix the wrapping of the singleton Ephy[Embed]Shell as "epiphany.Shell()".
2007-01-28 Christian Persch <chpe@svn.gnome.org>
* src/epiphany.defs:
* src/epiphany.override:
Fix the wrapping of the singleton Ephy[Embed]Shell as
"epiphany.Shell()". Bug #351705.
svn path=/trunk/; revision=6854
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r-- | src/epiphany.defs | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index 8d7511948..3f224d122 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -3123,6 +3123,7 @@ ;; From ../../src/ephy-shell.h + (define-function ephy_new_tab_flags_get_type (c-name "ephy_new_tab_flags_get_type") (return-type "GType") @@ -3138,11 +3139,11 @@ (return-type "EphyShell*") ) -(define-function ephy_shell_new - (c-name "ephy_shell_new") - (is-constructor-of "EphyShell") - (return-type "EphyShell*") -) +;(define-function ephy_shell_new +; (c-name "ephy_shell_new") +; (is-constructor-of "EphyShell") +; (return-type "EphyShell*") +;) (define-method new_tab (of-object "EphyShell") @@ -3237,11 +3238,11 @@ (return-type "GType") ) -(define-function ephy_statusbar_new - (c-name "ephy_statusbar_new") - (is-constructor-of "EphyStatusbar") - (return-type "GtkWidget*") -) +;(define-function ephy_statusbar_new +; (c-name "ephy_statusbar_new") +; (is-constructor-of "EphyStatusbar") +; (return-type "GtkWidget*") +;) (define-method get_tooltips (of-object "EphyStatusbar") @@ -3311,11 +3312,11 @@ (return-type "GType") ) -(define-function ephy_tab_new - (c-name "ephy_tab_new") - (is-constructor-of "EphyTab") - (return-type "EphyTab*") -) +;(define-function ephy_tab_new +; (c-name "ephy_tab_new") +; (is-constructor-of "EphyTab") +; (return-type "EphyTab*") +;) (define-method get_embed (of-object "EphyTab") |