diff options
author | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-10-16 21:49:24 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <diegoe@src.gnome.org> | 2008-10-16 21:49:24 +0800 |
commit | a60717a0dacc0746262c0ae7f2473eba16073b81 (patch) | |
tree | b4748747af5eb35a40885d3f42a28793a57408db /src | |
parent | 1b94b227c38d6cf95d71f453e27692c4f394cd93 (diff) | |
download | gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.tar gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.tar.gz gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.tar.bz2 gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.tar.lz gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.tar.xz gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.tar.zst gsoc2013-epiphany-a60717a0dacc0746262c0ae7f2473eba16073b81.zip |
Use the correct return type for ephy_embed_get_link_message and
ephy_embed_get_title
svn path=/branches/gnome-2-24/; revision=8582
Diffstat (limited to 'src')
-rw-r--r-- | src/epiphany.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/epiphany.defs b/src/epiphany.defs index d7a7747e1..829baaabd 100644 --- a/src/epiphany.defs +++ b/src/epiphany.defs @@ -1041,7 +1041,7 @@ (define-method get_title (of-object "EphyEmbed") (c-name "ephy_embed_get_title") - (return-type "const char*") + (return-type "const-char*") ) (define-method get_location @@ -1056,7 +1056,7 @@ (define-method get_link_message (of-object "EphyEmbed") (c-name "ephy_embed_get_link_message") - (return-type "const char*") + (return-type "const-char*") ) (define-method get_js_status |