diff options
author | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:20 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2007-10-26 04:01:20 +0800 |
commit | cc62537ebba1ba9ab31cc3da32ddf51556045caa (patch) | |
tree | 0a052838c4cb61bd8290a4f2a40ed0903eb1e9fc /src/epiphany.defs | |
parent | be872c7f830e2789c9dd5968b2a66d7ddf06f60b (diff) | |
download | gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.gz gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.tar.zst gsoc2013-epiphany-cc62537ebba1ba9ab31cc3da32ddf51556045caa.zip |
Port src/ to the new properties in EphyEmbed.
svn path=/trunk/; revision=7564
Diffstat (limited to 'src/epiphany.defs')
-rw-r--r-- | src/epiphany.defs | 63 |
1 files changed, 1 insertions, 62 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index c622c8f96..1e76301b3 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -1024,7 +1024,7 @@ (define-method get_link_message (of-object "EphyEmbed") (c-name "ephy_embed_get_link_message") - (return-type "char*") + (return-type "const char*") ) (define-method get_js_status @@ -3333,55 +3333,6 @@ ) ) -(define-method get_icon - (of-object "EphyTab") - (c-name "ephy_tab_get_icon") - (return-type "GdkPixbuf*") -) - -(define-method get_icon_address - (of-object "EphyTab") - (c-name "ephy_tab_get_icon_address") - (return-type "const-char*") -) - -(define-method set_icon_address - (of-object "EphyTab") - (c-name "ephy_tab_set_icon_address") - (return-type "none") - (parameters - '("const-char*" "address") - ) -) - -(define-method get_link_message - (of-object "EphyTab") - (c-name "ephy_tab_get_link_message") - (return-type "const-char*") -) - -(define-method get_address - (of-object "EphyTab") - (c-name "ephy_tab_get_address") - (return-type "const-char*") -) - -(define-method get_typed_address - (of-object "EphyTab") - (c-name "ephy_tab_get_typed_address") - (return-type "const-char*") -) - -(define-method set_typed_address - (of-object "EphyEmbed") - (c-name "ephy_embed_set_typed_address") - (return-type "none") - (parameters - '("const-char*" "address") - '("EphyEmbedAddressExpire" "expire") - ) -) - (define-method get_size (of-object "EphyTab") (c-name "ephy_tab_get_size") @@ -3402,18 +3353,6 @@ ) ) -(define-method get_status_message - (of-object "EphyTab") - (c-name "ephy_tab_get_status_message") - (return-type "const-char*") -) - -(define-method get_title_composite - (of-object "EphyTab") - (c-name "ephy_tab_get_title_composite") - (return-type "const-char*") -) - ;; From ../../src/ephy-toolbar.h (define-function ephy_toolbar_get_type |